Class CellSpliterator.CursorOnCells<C extends Cell<?>>

    • Field Detail

      • index

        private long index
      • delegate

        private final Cursor<C extends Cell<?>> delegate
    • Constructor Detail

      • CursorOnCells

        CursorOnCells​(Cursor<C> delegate)
        Delegate is assumed to be in initial state, such that the first fwd() will move to the first element.