Interface ReversiblePeekingIterator<E>
-
- All Superinterfaces:
Iterator<E>,ReversibleIterator<E>
public interface ReversiblePeekingIterator<E> extends ReversibleIterator<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Epeek()-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface com.vladsch.flexmark.util.collection.iteration.ReversibleIterator
isReversed
-
-
-
-
Method Detail
-
peek
@Nullable E peek()
-
-