- Type Parameters:
T- the type of elements returned by this iterator
- All Superinterfaces:
Iterator<T>
- All Known Implementing Classes:
MappingReIterator
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
reset
long reset()Resets the iterator to its initial position.
Additionally, this method returns the size of the underlying data collection.
- Returns:
- The size of the underlying data collection.
-