Package opennlp.tools.util
Interface ResetableIterator<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reset()
Sets theIterator
back to the first retrieved element, the seen sequence of elements must be repeated.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
reset
void reset()
Sets theIterator
back to the first retrieved element, the seen sequence of elements must be repeated.
-
-