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 Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     
    long
     
    void
     
  • Method Details

    • hasNext

      boolean hasNext()
    • next

      E next()
    • nextInt

      int nextInt()
    • nextLong

      long nextLong()
    • remove

      void remove()