Class CursorToVectorIterator

All Implemented Interfaces:
Iterator<Double>

class CursorToVectorIterator extends VectorIterator
  • Field Details

  • Constructor Details

    • CursorToVectorIterator

      public CursorToVectorIterator(CursorIterator underlying, int length)
  • Method Details

    • 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
    • get

      public double get()
      Specified by:
      get in class CursorIterator
    • set

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

      public boolean hasNext()
    • next

      public Double next()