Interface SizedIterator<T>

  • Type Parameters:
    T - the type of elements of this iterator
    All Superinterfaces:
    java.util.Iterator<T>, SizedIterator<T>

    public interface SizedIterator<T>
    extends SizedIterator<T>
    Deprecated.
    SizedIterator extends Iterator with a getSize method.
    • Method Summary

      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove