Interface IteratorEx<T>

All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
ByteIteratorEx, CharIteratorEx, DoubleIteratorEx, FloatIteratorEx, IntIteratorEx, LongIteratorEx, ObjIteratorEx, ShortIteratorEx

public interface IteratorEx<T> extends Iterator<T>
  • Method Details

    • advance

      void advance(long n)
    • count

      long count()
    • close

      void close()