Class CursorToVectorIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.Double>

    class CursorToVectorIterator
    extends VectorIterator
    • Constructor Detail

      • CursorToVectorIterator

        public CursorToVectorIterator​(CursorIterator underlying,
                                      int length)
    • Method Detail

      • index

        public int index()
        Description copied from class: VectorIterator
        Returns an index of the current cell.
        Specified by:
        index in class VectorIterator
        Returns:
        an index of the current cell
      • set

        public void set​(double value)
        Specified by:
        set in class CursorIterator
      • hasNext

        public boolean hasNext()
      • next

        public java.lang.Double next()