public interface RepeatableIterator<E> extends Iterator<E>
| Modifier and Type | Method and Description |
|---|---|
void |
repeat()
If the current value should repeat.
|
forEachRemaining, hasNext, next, removeCopyright © 2020 The Apache Software Foundation. All Rights Reserved.