Class RowIterator<T>

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<T>