Class SingleLongSingleRange
java.lang.Object
io.deephaven.engine.rowset.impl.singlerange.SingleRange
io.deephaven.engine.rowset.impl.singlerange.SingleLongSingleRange
- All Implemented Interfaces:
OrderedLongSet
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.engine.rowset.impl.OrderedLongSet
OrderedLongSet.BuilderRandom, OrderedLongSet.BuilderSequential
-
Field Summary
Fields inherited from interface io.deephaven.engine.rowset.impl.OrderedLongSet
EMPTY
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.engine.rowset.impl.singlerange.SingleRange
ixAppendRange, ixCardinality, ixCompact, ixContainsRange, ixCowRef, ixFind, ixFirstKey, ixForEachLong, ixForEachLongRange, ixGet, ixGetAverageRunLengthEstimate, ixGetKeysForPositions, ixGetRowSequenceByKeyRange, ixGetRowSequenceByPosition, ixGetRowSequenceIterator, ixInsert, ixInsert, ixInsertRange, ixInsertSecondHalf, ixInsertWithShift, ixIntersectOnNew, ixInvertOnNew, ixIsEmpty, ixIterator, ixLastKey, ixMinusOnNew, ixOverlaps, ixOverlapsRange, ixRangeIterator, ixRangesCountUpperBound, ixRefCount, ixRelease, ixRemove, ixRemove, ixRemoveRange, ixRemoveSecondHalf, ixRetain, ixRetainRange, ixReverseIterator, ixSearchIterator, ixShiftInPlace, ixShiftOnNew, ixSubindexByKeyOnNew, ixSubindexByPosOnNew, ixSubsetOf, ixToRspOnNew, ixUnionOnNew, ixUpdate, ixValidate, lowBitsAsUnsignedInt, lowBitsAsUnsignedShort, make, maxUnsignedInt, maxUnsignedShort, toRsp, toSortedRanges, unsignedIntToLong, unsignedShortToLong
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.engine.rowset.impl.OrderedLongSet
ixInsert, ixRemove, ixValidate
-
Constructor Details
-
SingleLongSingleRange
public SingleLongSingleRange(long value)
-
-
Method Details
-
rangeStart
public long rangeStart()- Specified by:
rangeStart
in classSingleRange
-
rangeEnd
public long rangeEnd()- Specified by:
rangeEnd
in classSingleRange
-
getCardinality
public long getCardinality()- Specified by:
getCardinality
in classSingleRange
-
copy
- Specified by:
copy
in classSingleRange
-