Interface IteratorWithPosition<T>

  • All Superinterfaces:
    java.util.Iterator<T>

    public interface IteratorWithPosition<T>
    extends java.util.Iterator<T>
    • Method Detail

      • getPosition

        int getPosition()