public interface IRepeatableIterator<T>
extends java.util.Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
IRepeatableIterator<T> |
getCopy()
Returns a copy that will iterate over the same elements
as this iterator.
|
java.lang.Object |
getIteratorProvider() |
IRepeatableIterator<T> getCopy()
java.lang.Object getIteratorProvider()