Interface IteratorWithPosition<T>
-
- All Superinterfaces:
java.util.Iterator<T>
public interface IteratorWithPosition<T> extends java.util.Iterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPosition()
-