Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbortableRangeConsumer - Interface in io.deephaven.engine.rowset.impl.rsp.container
-
Results comprised of multiple, ordered ranges are provided via this interface.
- accept(int, int) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.AbortableRangeConsumer
-
Deliver a single range.
- accept(int, int) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.RangeConsumer
-
Deliver a single range.
- accept(short) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ShortConsumer
-
Provides a value to this consumer.
- accept(short, short) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ShortRangeConsumer
-
Provides a value to this consumer.
- add(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- add(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- add(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Return a new container with all shorts in [begin,end) added using an unsigned interpretation.
- add(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- add(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- add(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- add(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- add(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- advance(int) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.SearchRangeIterator
-
Advance the iterator position forward until the current range end's (exclusive) position is bigger (not equal) than the argument, or the iterator is exhausted.
- advance(int) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ShortAdvanceIterator
-
Advance the iterator position forward until the current value is smaller or equal to the argument, or the iterator is exhausted.
- advance(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- advance(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.SearchRangeIter
- advance(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- advanceUntil(short[], int, int, short) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Find the smallest integer larger than pos such that array[pos]>= min.
- and(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- and(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- and(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise AND of this container with another (intersection).
- and(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- and(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- and(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- and(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- and(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- and(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- and(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- and(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise AND of this container with another (intersection).
- and(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- and(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- and(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- and(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- and(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- and(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise AND of this container with another (intersection).
- and(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- and(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- and(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise AND of this container with another (intersection).
- and(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- and(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- and(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- and(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- and(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- andNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- andNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- andNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise ANDNOT of this container with another (difference).
- andNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- andNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- andNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- andNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- andNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- andNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- andNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- andNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise ANDNOT of this container with another (difference).
- andNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- andNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- andNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- andNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- andNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- andNot(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise ANDNOT of this container with another (difference).
- andNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- andNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- andNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise ANDNOT of this container with another (difference).
- andNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- andNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- andNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- andNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- andNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- andRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- andRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- andRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Calculate the intersection of this container and a range, in a new container.
- andRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- andRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- andRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- andRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- andRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- ArrayBacked(int[]) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.ArrayBacked
- ArrayContainer - Class in io.deephaven.engine.rowset.impl.rsp.container
-
Simple container made of an array of 16-bit integers
- ArrayContainer() - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
-
Create an array container with default capacity
- ArrayContainer(int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
-
Create an array container with specified capacity
- ArrayContainer(short[]) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ArrayContainer(short[], int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ArrayContainer(short[], int, boolean) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ArrayShortBatchIterator - Class in io.deephaven.engine.rowset.impl.rsp.container
- ArrayShortBatchIterator(ArrayContainer, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.ArrayShortBatchIterator
B
- BatchIterator - Interface in io.deephaven.engine.rowset.impl.rsp.container
- BITMAP_CAPACITY - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- BITMAP_SIZE_IN_BYTES - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- BitmapContainer - Class in io.deephaven.engine.rowset.impl.rsp.container
-
Simple bitset-like container.
- BitmapContainer() - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
Create a bitmap container with all bits set to false
- BitmapShortBatchIterator - Class in io.deephaven.engine.rowset.impl.rsp.container
- BitmapShortBatchIterator(BitmapContainer, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.BitmapShortBatchIterator
- bitValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- branchyUnsignedBinarySearch(short[], int, int, short) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
- bytesAllocated() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- bytesAllocated() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- bytesAllocated() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- bytesAllocated() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- bytesAllocated() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- bytesAllocated() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- bytesAllocated() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- bytesAllocated() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- bytesUsed() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- bytesUsed() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- bytesUsed() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- bytesUsed() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- bytesUsed() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- bytesUsed() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- bytesUsed() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- bytesUsed() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
C
- cardinality - Variable in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- cardinalityInBitmapRange(long[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Hamming weight of the bitset in the range start, start+1,..., end-1
- cardinalityInBitmapWordRange(long[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Deprecated.
- cardinalityInRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- check() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- clear() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- compareUnsigned(short, short) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Compares the two specified
shortvalues, treating them as unsigned values between0and2^16 - 1inclusive. - Container - Class in io.deephaven.engine.rowset.impl.rsp.container
-
Base container class.
- Container() - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.Container
- ContainerNames - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Name of the various possible containers
- ContainerShortBatchIter(TwoValuesContainer, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- ContainerShortBatchIterator - Interface in io.deephaven.engine.rowset.impl.rsp.container
- ContainerUtil - Class in io.deephaven.engine.rowset.impl.rsp.container
-
Various useful methods for roaring bitmaps.
- ContainerUtil.TargetComparator - Interface in io.deephaven.engine.rowset.impl.rsp.container
- contains(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- contains(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- contains(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Checks whether the container contains the entire range
- contains(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- contains(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- contains(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- contains(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- contains(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- contains(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- contains(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- contains(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Checks whether the contain contains the provided value
- contains(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- contains(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- contains(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- contains(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- contains(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- contains(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- contains(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- contains(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- contains(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- contains(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- contains(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- contains(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- contains(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- contains(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- contains(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- contains(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- contains(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- contains(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- contains(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- contains(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- contains(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- contains(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Checks whether the container is a subset of this container or not
- contains(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- contains(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- contains(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- contains(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- contains(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- contains(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- contains(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- contains(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- content - Variable in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- copy() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.ArrayBacked
- copy() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.Single
- cowRef() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- cowRef() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- cowRef() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Get a shared, copy-on-write copy of an existing container.
- cowRef() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- cowRef() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- curr() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ShortAdvanceIterator
- curr() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- curr() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- currAsInt() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ShortAdvanceIterator
- currAsInt() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- currAsInt() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
D
- DEBUG - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.Container
- deepCopy() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- deepCopy() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- deepCopy() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Get a full deep copy of the container in a new container object.
- deepCopy() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- deepCopy() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- directionFrom(int) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil.TargetComparator
-
Compare the underlying target to the provided value.
E
- empty() - Static method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- EmptyContainer - Class in io.deephaven.engine.rowset.impl.rsp.container
- ENABLED - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- end() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.ArrayBacked
- end() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.RangeIterator
-
End of the current range (exclusive).
- end() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.Single
- end() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.SearchRangeIter
- ensureCapacity(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
F
- fillArray(short[]) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
Fill the array with set bits
- fillArrayAND(short[], long[], long[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Compute the bitwise AND between two long arrays and write the set bits in the container.
- fillArrayANDNOT(short[], long[], long[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Compute the bitwise ANDNOT between two long arrays and write the set bits in the container.
- fillArrayXOR(short[], long[], long[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Compute the bitwise XOR between two long arrays and write the set bits in the container.
- find(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- find(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- find(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Searches for the specified short value
- find(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- find(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- find(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- find(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- find(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- findRanges(RangeConsumer, RangeIterator, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- findRanges(RangeConsumer, RangeIterator, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- findRanges(RangeConsumer, RangeIterator, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
As find but for all the values in a range.
- findRanges(RangeConsumer, RangeIterator, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- findRanges(RangeConsumer, RangeIterator, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- findRanges(RangeConsumer, RangeIterator, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- findRanges(RangeConsumer, RangeIterator, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- findRanges(RangeConsumer, RangeIterator, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- first() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- first() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- first() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Get the first integer held in the container
- first() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- first() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- first() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- first() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- first() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- flipBitmapRange(long[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
flip bits at start, start+1,..., end-1
- flipBitmapRangeAndCardinalityChange(long[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Deprecated.
- forEach(int, ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- forEach(int, ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- forEach(int, ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Like forEach, but skipping the first rankOffset elements.
- forEach(int, ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- forEach(int, ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- forEach(int, ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- forEach(int, ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- forEach(int, ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayShortBatchIterator
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapShortBatchIterator
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Iterate through the values of this container in order and pass them along to the ShortConsumer.
- forEach(ShortConsumer) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ContainerShortBatchIterator
-
Starting from the next iterator position (if any), feed values to the consumer until it returns false.
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunShortBatchIterator
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- forEach(ShortConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- forEachRange(int, ShortRangeConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- forEachRange(int, ShortRangeConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- forEachRange(int, ShortRangeConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- forEachRange(int, ShortRangeConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- forEachRange(int, ShortRangeConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- forEachRange(int, ShortRangeConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- forEachRange(int, ShortRangeConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- forEachRange(int, ShortRangeConsumer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- forEachRange(AbortableRangeConsumer) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.RangeIterator
-
Call accept on the provided AbortableRangeConsumer until it returns false or we run out of values.
- full() - Static method in class io.deephaven.engine.rowset.impl.rsp.container.Container
G
- getCardinality() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- getCardinality() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- getCardinality() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the distinct number of short values in the container.
- getCardinality() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- getCardinality() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- getCardinality() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- getCardinality() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- getCardinality() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- getContainerName() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Get the name of this container.
- getContent() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- getIfNotNullAndNonNegative(MutableInteger, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.MutableInteger
- getLength(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
-
Gets the length of the run at the index.
- getLengthAsInt(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- getReverseShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- getReverseShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- getReverseShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Iterator to visit the short values in the container in descending order.
- getReverseShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- getReverseShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- getReverseShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- getReverseShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- getReverseShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- getReverseShortIterator(long[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
Return a bitmap iterator over this array
- getShortBatchIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- getShortBatchIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- getShortBatchIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Gets an iterator to visit the contents of the container in batches of short values
- getShortBatchIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- getShortBatchIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- getShortBatchIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- getShortBatchIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- getShortBatchIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- getShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- getShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- getShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Iterator to visit the short values in the container in ascending order.
- getShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- getShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- getShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- getShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- getShortIterator() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- getShortIterator(long[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
Return a bitmap iterator over this array
- getShortRangeIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- getShortRangeIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- getShortRangeIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Iterator to visit the short values in container in [start, end) ranges, in increasing order of start values.
- getShortRangeIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- getShortRangeIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- getShortRangeIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- getShortRangeIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- getShortRangeIterator(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- getValue(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
-
Gets the value of the first element of the run at the index.
- getValueAsInt(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
H
- hasNext - Variable in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- hasNext() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayShortBatchIterator
- hasNext() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.BatchIterator
-
Returns true is there are more values to get.
- hasNext() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapShortBatchIterator
- hasNext() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ContainerShortBatchIterator
-
Whether the underlying container is exhausted or not
- hasNext() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.ArrayBacked
- hasNext() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.RangeIterator
-
Checks if the iterator has more ranges.
- hasNext() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.Single
- hasNext() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunShortBatchIterator
- hasNext() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ShortIterator
- hasNext() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- hasNext() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.SearchRangeIter
- hasNext() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- hybridUnsignedBinarySearch(short[], int, int, short) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
I
- iadd(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iadd(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iadd(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Add all shorts in [begin,end) using an unsigned interpretation.
- iadd(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iadd(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iaddUnsafe(int, int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iand(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iand(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iand(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise AND of this container with another (intersection).
- iand(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iand(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iand(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iand(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iand(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise AND of this container with another (intersection).
- iand(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iand(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iand(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise AND of this container with another (intersection).
- iand(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iand(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iand(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise AND of this container with another (intersection).
- iand(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iand(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iandNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iandNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iandNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise ANDNOT of this container with another (difference).
- iandNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iandNot(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iandNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iandNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iandNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise ANDNOT of this container with another (difference).
- iandNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iandNot(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iandNot(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise ANDNOT of this container with another (difference).
- iandNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iandNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iandNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise ANDNOT of this container with another (difference).
- iandNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iandNot(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iandRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iandRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iandRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Calculate the intersection of this container and a range; may overwrite the existing container or return a new one.
- iandRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iandRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iappend(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iappend(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iappend(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Add all shorts in [begin,end) using an unsigned interpretation.
- iappend(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iappend(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- ifDebugValidate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- iflip(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iflip(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iflip(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Add a short to the container if it is not present, otherwise remove it.
- iflip(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- iflip(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iflip(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- iflip(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- iflip(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- ImmutableContainer - Class in io.deephaven.engine.rowset.impl.rsp.container
- ImmutableContainer() - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- inot(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- inot(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- inot(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise NOT of this container (complement).
- inot(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- inot(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- instance - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- intersects(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- intersects(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- intValue() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- intValue() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- io.deephaven.engine.rowset.impl.rsp.container - package io.deephaven.engine.rowset.impl.rsp.container
- ior(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ior(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- ior(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise OR of this container with another (union).
- ior(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- ior(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- ior(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ior(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- ior(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise OR of this container with another (union).
- ior(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- ior(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- ior(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise OR of this container with another (union).
- ior(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ior(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- ior(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise OR of this container with another (union).
- ior(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- ior(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- iremove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iremove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iremove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Remove shorts in [begin,end) using an unsigned interpretation.
- iremove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iremove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- isAllOnes() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- isAllOnes() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- isAllOnes() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Checks whether the container spans the full 2^16 range (ie, contains every short value) This is an O(1) operation in all container types (some do not cache cardinality).
- isAllOnes() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- isAllOnes() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- isAllOnes() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- isAllOnes() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- isAllOnes() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- isEmpty() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- isEmpty() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- isEmpty() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Checks whether the container is empty or not.
- isEmpty() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- isEmpty() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- isEmpty() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- isEmpty() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- isEmpty() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- iset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Insert a short to the container.
- iset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- isFull() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Deprecated.
- isShared() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- isShared() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- isShared() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- isShared() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- isShared() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- isSingleElement() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Checks whether the container has exactly one element (meaningful since cardinality may not be cached in some Container types, eg, Run).
- isSingleElement() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- isValid() - Method in class io.deephaven.engine.rowset.impl.rsp.container.PositionHint
- iterateUntil(short[], int, int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Find the smallest integer larger than pos such that array[pos]>= min.
- iunset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- iunset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- iunset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Create a new container with the short removed.
- iunset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- iunset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- ixor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ixor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- ixor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise XOR of this container with another (symmetric difference).
- ixor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- ixor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- ixor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ixor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- ixor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise XOR of this container with another (symmetric difference).
- ixor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- ixor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- ixor(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise XOR of this container with another.
- ixor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ixor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- ixor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the in-place bitwise XOR of this container with another (symmetric difference).
- ixor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ImmutableContainer
- ixor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
L
- last() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- last() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- last() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Get the last integer held in the container
- last() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- last() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- last() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- last() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- last() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- loadData(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- loadData(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- loadDataWithSkipValue(BitmapContainer, short, PositionHint) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- lowbits(int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
- lowbits(long) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
M
- makeByCopying(int, short[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- makeByCopying(short[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
-
Construct a new ArrayContainer from values copied from the provided array.
- makeByWrapping(short[], int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
-
Construct a new ArrayContainer using the provided array.
- makeByWrapping(short[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
-
Construct a new RunContainer using the provided array.
- MAX_RANGE - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
The maximum possible cardinality of a container, as an int.
- MAX_VALUE - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
The maxumum possible value that can be stored in a container, as an int.
- MutableInteger - Class in io.deephaven.engine.rowset.impl.rsp.container
- MutableInteger() - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.MutableInteger
- MutableInteger(int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.MutableInteger
N
- next() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.ArrayBacked
- next() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.RangeIterator
-
Advance the iterator to the next range.
- next() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.Single
- next() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ShortIterator
- next() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- next() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.SearchRangeIter
- next(short[], int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayShortBatchIterator
- next(short[], int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapShortBatchIterator
- next(short[], int, int) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ContainerShortBatchIterator
-
Writes to buffer the next batch of values, and returns how much of the buffer was used.
- next(short[], int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.ArrayBacked
- next(short[], int, int) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.RangeIterator
-
Get the next batch of ranges.
- next(short[], int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.Single
- next(short[], int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunShortBatchIterator
- next(short[], int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- nextAsInt() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.ShortIterator
- nextAsInt() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- nextAsInt() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- nextAsShort() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- nextBatch(int[]) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.BatchIterator
-
Writes the next batch of integers onto the buffer, and returns how many were written.
- nextPos() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- nextSetBit(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
Find the index of the next set bit greater or equal to i, returns -1 if none found.
- nextValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- nextValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- nextValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Gets the first value greater than or equal to the lower bound, or -1 if no such value exists.
- nextValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- nextValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- nextValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- nextValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- nextValue(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- not(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- not(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- not(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise NOT of this container (complement).
- not(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- not(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- not(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- not(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- not(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- numberOfRanges() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the number of ranges that a RangeIterator would provide on this container.
- numberOfRuns() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
O
- onCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- or(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- or(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- or(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise OR of this container with another (union).
- or(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- or(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- or(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- or(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- or(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- or(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- or(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- or(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise OR of this container with another (union).
- or(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- or(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- or(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- or(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- or(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- or(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise OR of this container with another (union).
- or(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- or(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- or(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise OR of this container with another (union).
- or(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- or(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- or(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- or(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- or(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- or(ShortIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- overlaps(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- overlaps(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- overlaps(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- overlaps(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- overlaps(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- overlaps(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- overlaps(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- overlaps(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- overlaps(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- overlaps(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- overlaps(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- overlaps(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- overlaps(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- overlaps(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- overlaps(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- overlaps(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- overlaps(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- overlaps(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- overlaps(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- overlaps(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- overlaps(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- overlaps(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- overlaps(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- overlaps(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- overlaps(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- overlapsRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- overlapsRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- overlapsRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- overlapsRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- overlapsRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- overlapsRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- overlapsRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- overlapsRange(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
P
- partialRadixSort(int[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Sorts the data by the 16 bit prefix.
- pos - Variable in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- PositionHint - Class in io.deephaven.engine.rowset.impl.rsp.container
- PositionHint() - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.PositionHint
- PositionHint(int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.PositionHint
- prevSetBit(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
Find the index of the previous set bit less than or equal to i, returns -1 if none found.
R
- RangeConsumer - Interface in io.deephaven.engine.rowset.impl.rsp.container
-
Results comprised of multiple, ordered ranges are provided via this interface.
- RangeIterator - Interface in io.deephaven.engine.rowset.impl.rsp.container
- RangeIterator.ArrayBacked - Class in io.deephaven.engine.rowset.impl.rsp.container
- RangeIterator.Single - Class in io.deephaven.engine.rowset.impl.rsp.container
- rangeOfOnes(int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Create a container initialized with a range of consecutive values
- rangeSearch(int, int, ContainerUtil.TargetComparator) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Look for the biggest value of i that satisfies begin <= i < end and comp.directionFrom(i) >= 0.
- rank(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- rank(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- rank(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Rank returns the number of integers that are smaller or equal to x (Rank(infinity) would be GetCardinality()).
- rank(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- rank(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- rank(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- rank(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- rank(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- remove() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- remove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- remove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- remove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Return a new container with all shorts in [begin,end) remove using an unsigned interpretation.
- remove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- remove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- remove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- remove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- remove(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- remove(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Deprecated.
- reset() - Method in class io.deephaven.engine.rowset.impl.rsp.container.PositionHint
- resetBitmapRange(long[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
clear bits at start, start+1,..., end-1
- resetBitmapRangeAndCardinalityChange(long[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Deprecated.
- resetIfNotNull(PositionHint) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.PositionHint
- ReverseIter(short) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.ReverseIter
- RunContainer - Class in io.deephaven.engine.rowset.impl.rsp.container
-
This container takes the form of runs of consecutive values (effectively, run-length encoding).
- RunContainer() - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
-
Create a container with default capacity
- RunContainer(int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
-
Create an array container with specified initial capacity
- RunContainer(int, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
-
Create an run container with a run of ones from start to end.
- RunContainer(int, int, int, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- RunContainer(ArrayContainer, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- RunContainer(BitmapContainer) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- RunContainer(RunContainer) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- runOptimize() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- runOptimize() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- runOptimize() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Convert to RunContainers, when the result is smaller.
- runOptimize() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- runOptimize() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
-
Convert to Array or Bitmap container if the serialized form would be shorter.
- runOptimize() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- runOptimize() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- runOptimize() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- RunShortBatchIterator - Class in io.deephaven.engine.rowset.impl.rsp.container
- RunShortBatchIterator(RunContainer, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RunShortBatchIterator
S
- search(short[], int, int, ContainerUtil.TargetComparator) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Search for the largest value in array such that comp.directionFrom(value) > 0, or any value such that comp.directionFrom(value) == 0, and return its index.
- search(ContainerUtil.TargetComparator) - Method in interface io.deephaven.engine.rowset.impl.rsp.container.SearchRangeIterator
-
Advance the current iterator (start) position while the current value maintains comp.directionFrom(v) > 0.
- search(ContainerUtil.TargetComparator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.SearchRangeIter
- SearchRangeIter(short) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.SearchRangeIter
- SearchRangeIterator - Interface in io.deephaven.engine.rowset.impl.rsp.container
- select(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- select(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- select(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Return the jth value
- select(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- select(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- select(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- select(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- select(int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- select(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- select(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- select(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Returns a new container with all values between ranks startPos and endPos.
- select(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- select(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- select(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- select(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- select(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- select(long, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Given a word w, return the position of the jth true bit.
- select(RunContainer, int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- selectRanges(RangeConsumer, RangeIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- selectRanges(RangeConsumer, RangeIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- selectRanges(RangeConsumer, RangeIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
As select but for all the positions in a range.
- selectRanges(RangeConsumer, RangeIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- selectRanges(RangeConsumer, RangeIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- selectRanges(RangeConsumer, RangeIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- selectRanges(RangeConsumer, RangeIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- selectRanges(RangeConsumer, RangeIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- set(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- set(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- set(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Return a new container with the short given as parameter added.
- set(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- set(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- set(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- set(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- set(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- setBitmapRange(long[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
set bits at start, start+1,..., end-1
- setBitmapRangeAndCardinalityChange(long[], int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Deprecated.
- setCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- setCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- setCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- setCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- setCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- setCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- setCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- setCopyOnWrite() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- setIfNotNull(MutableInteger, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.MutableInteger
- shared - Variable in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- ShortAdvanceIterator - Interface in io.deephaven.engine.rowset.impl.rsp.container
- ShortConsumer - Interface in io.deephaven.engine.rowset.impl.rsp.container
-
A ShortConsumer receives the short values contained in a data structure.
- ShortIterator - Interface in io.deephaven.engine.rowset.impl.rsp.container
-
Iterator over short values.
- ShortRangeConsumer - Interface in io.deephaven.engine.rowset.impl.rsp.container
-
A ShortRangeConsumer receives the ranges contained in a data structure.
- Single(int, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.Single
- singleRange(int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
Create a bitmap container with a run of ones from start to end.
- singleRange(int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- SingleRangeContainer - Class in io.deephaven.engine.rowset.impl.rsp.container
- SingleRangeContainer(int, int) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- singleton(short) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- SingletonContainer - Class in io.deephaven.engine.rowset.impl.rsp.container
- SingletonContainer(short) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- SingletonContainer.ReverseIter - Class in io.deephaven.engine.rowset.impl.rsp.container
- SingletonContainer.SearchRangeIter - Class in io.deephaven.engine.rowset.impl.rsp.container
- sizeInBytes(int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- start() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.ArrayBacked
- start() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RangeIterator.Single
- start() - Method in interface io.deephaven.engine.rowset.impl.rsp.container.RangeIterator
-
Start of the current range.
- start() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer.SearchRangeIter
- subsetOf(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- subsetOf(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- subsetOf(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- subsetOf(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- subsetOf(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- subsetOf(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- subsetOf(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- subsetOf(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- subsetOf(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- subsetOf(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- subsetOf(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- subsetOf(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- subsetOf(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- subsetOf(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- subsetOf(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- subsetOf(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- subsetOf(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- subsetOf(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- subsetOf(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- subsetOf(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- subsetOf(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- subsetOf(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- subsetOf(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- subsetOf(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- subsetOf(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- SWITCH_CONTAINER_CARDINALITY_THRESHOLD - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
T
- threadLocalBuf - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.Container
- toArrayContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
Copies the data to an array container
- toBitmapContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
-
Copies the data in a bitmap container.
- toBitmapContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- toBitmapContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Convert the current container to a BitmapContainer, if a conversion is needed.
- toBitmapContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- toBitmapContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- toBitmapContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- toBitmapContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- toBitmapContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- toIntUnsigned(short) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
- toLargeContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- toLargeContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- toLargeContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- toLargeContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- toLargeContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- toLargeContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- toLargeContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- toRunContainer() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- toString() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- toString() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- toString() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- toString() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- toString() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- trim() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- trim() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- trim() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
If possible, recover wasted memory.
- trim() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- trim() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- trim() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- trim() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- trim() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- twoRanges(int, int, int, int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Returns a new Container containing the two provided ranges.
- twoValues(short, short) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- TwoValuesContainer - Class in io.deephaven.engine.rowset.impl.rsp.container
- TwoValuesContainer(short, short) - Constructor for class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- TwoValuesContainer.ContainerShortBatchIter - Class in io.deephaven.engine.rowset.impl.rsp.container
U
- unset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- unset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- unset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Remove the short from this container.
- unset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- unset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- unset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- unset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- unset(short) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- unset(short, PositionHint) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- unsignedBinarySearch(short[], int, int, short) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Look for value k in array in the range [begin,end).
- unsignedDifference(short[], int, short[], int, short[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Compute the difference between two sorted lists and write the result to the provided output array
- unsignedDifference(ShortIterator, ShortIterator, short[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Compute the difference between two sorted lists and write the result to the provided output array
- unsignedExclusiveUnion2by2(short[], int, short[], int, short[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Compute the exclusive union of two sorted lists and write the result to the provided output array
- unsignedIntersect2by2(short[], int, short[], int, short[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Intersect two sorted lists and write the result to the provided output array
- unsignedIntersects(short[], int, short[], int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Checks if two arrays intersect
- unsignedLocalIntersect2by2(short[], int, short[], int, short[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
- unsignedLocalIntersect2by2Cardinality(short[], int, short[], int) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Compute the cardinality of the intersection
- unsignedOneSidedGallopingIntersect2by2(short[], int, short[], int, short[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
- unsignedUnion2by2(short[], int, int, short[], int, int, short[]) - Static method in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
Unite two sorted lists and write the result to the provided output array
- updateCardinality(int, int) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- USE_BRANCHLESS - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
-
optimization flag: whether the cardinality of the bitmaps is maintained through branchless operations
- USE_HYBRID_BINSEARCH - Static variable in class io.deephaven.engine.rowset.impl.rsp.container.ContainerUtil
-
optimization flag: whether to use hybrid binary search: hybrid formats combine a binary search with a sequential search
V
- v1 - Variable in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- v1AsInt() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- v2 - Variable in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- v2AsInt() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer.ContainerShortBatchIter
- validate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- validate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- validate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
- validate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- validate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- validate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- validate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- validate() - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- value - Variable in class io.deephaven.engine.rowset.impl.rsp.container.MutableInteger
X
- xor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- xor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- xor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise XOR of this container with another (symmetric difference).
- xor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- xor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- xor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- xor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- xor(ArrayContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- xor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- xor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- xor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise XOR of this container with another (symmetric difference).
- xor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- xor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- xor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- xor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- xor(BitmapContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- xor(Container) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise OR of this container with another (symmetric difference).
- xor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
- xor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.BitmapContainer
- xor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.Container
-
Computes the bitwise XOR of this container with another (symmetric difference).
- xor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.EmptyContainer
- xor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.RunContainer
- xor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingleRangeContainer
- xor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.SingletonContainer
- xor(RunContainer) - Method in class io.deephaven.engine.rowset.impl.rsp.container.TwoValuesContainer
- xor(ShortIterator) - Method in class io.deephaven.engine.rowset.impl.rsp.container.ArrayContainer
All Classes and Interfaces|All Packages|Constant Field Values