Package org.evrete.api
Interface ReIterator<T>
- All Superinterfaces:
Iterator<T>
- All Known Subinterfaces:
KeyIterator<K>,ValueRow
public interface ReIterator<T> extends Iterator<T>
-
Method Summary
Modifier and Type Method Description longreset()Resets the iterator to its initial position
-
Method Details
-
reset
long reset()Resets the iterator to its initial position- Returns:
- size of the underlying data
-