Package org.evrete.api
Interface ReIterator<T>
- All Superinterfaces:
Iterator<T>
public interface ReIterator<T> extends Iterator<T>
-
Method Summary
Modifier and Type Method Description static <Z> ReIterator<Z>emptyIterator()longreset()Resets the iterator to its initial positionMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
emptyIterator
-
reset
long reset()Resets the iterator to its initial position- Returns:
- size of the underlying data
-