Interface RepeatableIterator<E>
-
- All Superinterfaces:
Iterator<E>
- All Known Implementing Classes:
RepeatableIteratorWrapper,UpdatableIterator
public interface RepeatableIterator<E> extends Iterator<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrepeat()If the current value should repeat.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-