Package org.evrete.api
Interface ReIterator<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <Z> ReIterator<Z>emptyIterator()longreset()Resets the iterator to its initial position and returns the size of the underlying data collection-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
emptyIterator
static <Z> ReIterator<Z> 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
-
-