Package opennlp.tools.util
Interface ResetableIterator<E>
- All Superinterfaces:
Iterator<E>
This interface makes an
Iterator
resettable.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
reset
void reset()Sets theIterator
back to the first retrieved element. The already processed sequence of elements must be repeated.
-