Interface ReusableIterator<E>

  • All Superinterfaces:
    Iterator<E>

    public interface ReusableIterator<E>
    extends Iterator<E>
    • Method Detail

      • rewind

        void rewind()