Class Reverse.ReversedListIterator<T>
java.lang.Object
com.vladsch.flexmark.util.collection.iteration.Reverse.ReversedListIterator<T>
- All Implemented Interfaces:
ReversibleIterator<T>,Iterator<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final boolean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
list
-
isReversed
private final boolean isReversed -
index
private int index
-
-
Constructor Details
-
ReversedListIterator
-
-
Method Details
-
isReversed
public boolean isReversed()- Specified by:
isReversedin interfaceReversibleIterator<T>
-
remove
public void remove() -
hasNext
public boolean hasNext() -
next
-