Class CellLocalizingCursor<T extends NativeType<T>,​C extends Cell<?>>

    • Field Detail

      • cursorOnCells

        protected final Cursor<C extends Cell<?>> cursorOnCells
      • lastIndexInCell

        protected int lastIndexInCell
      • currentCellMin

        protected long[] currentCellMin
      • currentCellMax

        protected long[] currentCellMax
      • index

        protected int index
        The current index of the type. It is faster to duplicate this here than to access it through type.getIndex().
      • isNotLastCell

        protected boolean isNotLastCell
        Caches cursorOnCells.hasNext().