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