Class ObjectSegmentedSortedMultiset

java.lang.Object
io.deephaven.engine.table.impl.ssms.ObjectSegmentedSortedMultiset
All Implemented Interfaces:
SegmentedSortedMultiSet<Object>, LongSizedDataStructure, ObjectVector, Vector, Serializable, Iterable

public final class ObjectSegmentedSortedMultiset extends Object implements SegmentedSortedMultiSet<Object>, ObjectVector
See Also:
  • Constructor Details

    • ObjectSegmentedSortedMultiset

      public ObjectSegmentedSortedMultiset(int leafSize, Class<?> componentType)
      Create a ObjectSegmentedSortedArray with the given leafSize.
      Parameters:
      leafSize - the maximumSize for any leaf
      componentType - the type of the underlying Object
  • Method Details