Module org.hsqldb

Interface Iterator<E>

  • All Known Subinterfaces:
    PrimitiveIterator<E>
    All Known Implementing Classes:
    FilteredIterator, WrapperIterator

    public interface Iterator<E>
    Interface for HyperSQL iterators.
    Since:
    1.7.2
    Author:
    Fred Toussi (fredt@users dot sourceforge.net)
    • Method Detail

      • hasNext

        boolean hasNext()
      • next

        E next()
      • nextInt

        int nextInt()
      • nextLong

        long nextLong()
      • remove

        void remove()