Interface MutableColumnSourceGetDefaults.ForLongAsInstant

All Superinterfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, ColumnSource<Instant>, ColumnSourceGetDefaults.ForLongAsInstant, ColumnSourceGetDefaults.LongBacked<Instant>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, ElementSource<Instant>, FillContextMaker, GetContextMaker, MutableColumnSource<Instant>, MutableColumnSourceGetDefaults.LongBacked<Instant>, Releasable, TupleExporter<Instant>, TupleSource<Instant>
All Known Implementing Classes:
InstantArraySource, InstantSparseArraySource
Enclosing class:
MutableColumnSourceGetDefaults

public static interface MutableColumnSourceGetDefaults.ForLongAsInstant
extends ColumnSourceGetDefaults.ForLongAsInstant, MutableColumnSourceGetDefaults.LongBacked<Instant>
Default interface for mutable Instant ColumnSource implementations.
  • Method Details

    • getPrev

      @Nullable default Instant getPrev​(long index)
      Description copied from interface: ElementSource
      Get the previous value at the index. Previous values are used during an LTM update cycle to process changes in data. During normal operation previous values will be identical to current values.
      Specified by:
      getPrev in interface ElementSource<Instant>
      Parameters:
      index - the location in index space to get the value from.
      Returns:
      the previous value at the index, or null.