Package org.roaringbitmap
Class Container
java.lang.Object
org.roaringbitmap.Container
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,Iterable<Character>,WordStorage<Container>
- Direct Known Subclasses:
ArrayContainer,BitmapContainer,RunContainer
public abstract class Container
extends Object
implements Iterable<Character>, Cloneable, Externalizable, WordStorage<Container>
Base container class.
- See Also:
- Serialized Form
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Containeradd(char x)Add a short to the container.abstract Containeradd(int begin, int end)Return a new container with all shorts in [begin,end) added using an unsigned interpretation.abstract Containerand(ArrayContainer x)Computes the bitwise AND of this container with another (intersection).abstract Containerand(BitmapContainer x)Computes the bitwise AND of this container with another (intersection).Computes the bitwise AND of this container with another (intersection).abstract Containerand(RunContainer x)Computes the bitwise AND of this container with another (intersection).protected abstract intprotected abstract intintComputes the bitwise AND of this container with another (intersection).protected abstract intabstract ContainerandNot(ArrayContainer x)Computes the bitwise ANDNOT of this container with another (difference).abstract ContainerComputes the bitwise ANDNOT of this container with another (difference).Computes the bitwise ANDNOT of this container with another (difference).abstract ContainerandNot(RunContainer x)Computes the bitwise ANDNOT of this container with another (difference).protected voidassertNonEmpty(boolean condition)Throw if the container is emptyabstract voidclear()Empties the containerabstract Containerclone()abstract booleancontains(char x)Checks whether the contain contains the provided valueabstract booleancontains(int minimum, int supremum)Checks whether the container contains the entire rangeprotected abstract booleancontains(ArrayContainer arrayContainer)protected abstract booleancontains(BitmapContainer bitmapContainer)booleanChecks whether the container is a subset of this container or notprotected abstract booleancontains(RunContainer runContainer)abstract voiddeserialize(DataInput in)Deserialize (recover) the container.abstract voidfillLeastSignificant16bits(int[] x, int i, int mask)Fill the least significant 16 bits of the integer array, starting at index i, with the short values from this container.abstract intfirst()Get the first integer held in the containerabstract Containerflip(char x)Add a short to the container if it is not present, otherwise remove it.abstract voidforAll(int offset, RelativeRangeConsumer rrc)Consume presence information for all values in this container.abstract voidforAllFrom(char startValue, RelativeRangeConsumer rrc)Consume presence information for all values greater or equal to startValue in this container.abstract voidforAllInRange(char startValue, char endValue, RelativeRangeConsumer rrc)Consumer presence information for all values in the range [startValue, endValue) in this container.abstract voidforAllUntil(int offset, char endValue, RelativeRangeConsumer rrc)Consume presence information for all values smaller than endValue in this container.abstract voidforEach(char msb, IntConsumer ic)Iterate through the values of this container and pass them along to the IntConsumer, using msb as the 16 most significant bits.abstract intSize of the underlying arrayabstract ContainerBatchIteratorGets an iterator to visit the contents of the container in batchesabstract intComputes the distinct number of char values in the container.abstract PeekableCharIteratorIterator to visit the char values in the container in ascending order.abstract PeekableCharRankIteratorIterator to visit the short values in container and pre-compute ranksGet the name of this container.abstract PeekableCharIteratorIterator to visit the char values in the container in descending order.abstract intComputes an estimate of the memory usage of this container.abstract Containeriadd(int begin, int end)Add all shorts in [begin,end) using an unsigned interpretation.abstract Containeriand(ArrayContainer x)Computes the in-place bitwise AND of this container with another (intersection).abstract Containeriand(BitmapContainer x)Computes the in-place bitwise AND of this container with another (intersection).Computes the in-place bitwise AND of this container with another (intersection).abstract Containeriand(RunContainer x)Computes the in-place bitwise AND of this container with another (intersection).abstract ContainerComputes the in-place bitwise ANDNOT of this container with another (difference).abstract ContainerComputes the in-place bitwise ANDNOT of this container with another (difference).Computes the in-place bitwise ANDNOT of this container with another (difference).abstract ContaineriandNot(RunContainer x)Computes the in-place bitwise ANDNOT of this container with another (difference).abstract Containerinot(int rangeStart, int rangeEnd)Computes the in-place bitwise NOT of this container (complement).abstract booleanintersects(int minimum, int supremum)Checks if the container intersects with a rangeabstract booleanReturns true if the current container intersects the other container.abstract booleanReturns true if the current container intersects the other container.booleanintersects(Container x)Returns true if the current container intersects the other container.abstract booleanReturns true if the current container intersects the other container.abstract Containerior(ArrayContainer x)Computes the in-place bitwise OR of this container with another (union).abstract Containerior(BitmapContainer x)Computes the in-place bitwise OR of this container with another (union).Computes the in-place bitwise OR of this container with another (union).abstract Containerior(RunContainer x)Computes the in-place bitwise OR of this container with another (union).Computes the in-place bitwise ORNOT of this container with another.abstract Containeriremove(int begin, int end)Remove shorts in [begin,end) using an unsigned interpretation.abstract booleanisEmpty()Checks whether the container is empty or not.abstract booleanisFull()Checks whether the container is full or not.abstract Containerixor(ArrayContainer x)Computes the in-place bitwise XOR of this container with another (symmetric difference).abstract Containerixor(BitmapContainer x)Computes the in-place bitwise XOR of this container with another (symmetric difference).Computes the in-place bitwise OR of this container with another (union).abstract Containerixor(RunContainer x)Computes the in-place bitwise XOR of this container with another (symmetric difference).abstract intlast()Get the last integer held in the containerComputes the in-place bitwise OR of this container with another (union).Computes the bitwise OR of this container with another (union).abstract Containerlimit(int maxcardinality)Create a new Container containing at most maxcardinality integers.abstract intnextAbsentValue(char fromValue)Gets the first absent value greater than or equal to the lower bound.abstract intnextValue(char fromValue)Gets the first value greater than or equal to the lower bound, or -1 if no such value exists.abstract Containernot(int rangeStart, int rangeEnd)Computes the bitwise NOT of this container (complement).abstract Containeror(ArrayContainer x)Computes the bitwise OR of this container with another (union).abstract Containeror(BitmapContainer x)Computes the bitwise OR of this container with another (union).Computes the bitwise OR of this container with another (union).abstract Containeror(RunContainer x)Computes the bitwise OR of this container with another (union).Computes the bitwise ORNOT of this container with another.abstract intpreviousAbsentValue(char fromValue)Gets the last value less than or equal to the upper bound.abstract intpreviousValue(char fromValue)Gets the last value less than or equal to the upper bound, or -1 if no such value exists.static ContainerrangeOfOnes(int start, int last)Create a container initialized with a range of consecutive valuesabstract intrank(char lowbits)Rank returns the number of integers that are smaller or equal to x (Rank(infinity) would be GetCardinality()).abstract Containerremove(char x)Remove the char from this container.abstract Containerremove(int begin, int end)Return a new container with all chars in [begin,end) remove using an unsigned interpretation.abstract ContainerThe output of a lazyOR or lazyIOR might be an invalid container, this should be called on it.abstract ContainerConvert to RunContainers, when the result is smaller.abstract charselect(int j)Return the jth valueabstract voidserialize(DataOutput out)Serialize the container.abstract intReport the number of bytes required to serialize this container.abstract BitmapContainerConvert the current container to a BitmapContainer, if a conversion is needed.abstract MappeableContainerConvert to a mappeable container.abstract voidtrim()If possible, recover wasted memory.abstract voidwriteArray(DataOutput out)Write just the underlying array.abstract voidwriteArray(ByteBuffer buffer)Write just the underlying array.abstract Containerxor(ArrayContainer x)Computes the bitwise XOR of this container with another (symmetric difference).abstract Containerxor(BitmapContainer x)Computes the bitwise XOR of this container with another (symmetric difference).Computes the bitwise XOR of this container with another (symmetric difference).abstract Containerxor(RunContainer x)Computes the bitwise XOR of this container with another (symmetric difference).intxorCardinality(Container other)Returns the cardinality of the XOR between the passed container and this container without materialising a temporary container.Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.io.Externalizable
readExternal, writeExternalMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Field Details
-
ContainerNames
Name of the various possible containers
-
-
Constructor Details
-
Container
public Container()
-
-
Method Details
-
rangeOfOnes
Create a container initialized with a range of consecutive values- Parameters:
start- first indexlast- last index (range is exclusive)- Returns:
- a new container initialized with the specified values
-
add
Return a new container with all shorts in [begin,end) added using an unsigned interpretation.- Parameters:
begin- start of range (inclusive)end- end of range (exclusive)- Returns:
- the new container
-
add
Add a short to the container. May generate a new container.- Specified by:
addin interfaceWordStorage<Container>- Parameters:
x- short to be added- Returns:
- the new container
-
and
Computes the bitwise AND of this container with another (intersection). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
and
Computes the bitwise AND of this container with another (intersection). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
and
Computes the bitwise AND of this container with another (intersection). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
and
Computes the bitwise AND of this container with another (intersection). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
andCardinality
-
andCardinality
-
andCardinality
-
andCardinality
Computes the bitwise AND of this container with another (intersection). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
xorCardinality
Returns the cardinality of the XOR between the passed container and this container without materialising a temporary container.- Parameters:
other- other container- Returns:
- the cardinality of the symmetric difference of the two containers
-
andNot
Computes the bitwise ANDNOT of this container with another (difference). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
andNot
Computes the bitwise ANDNOT of this container with another (difference). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
andNot
Computes the bitwise ANDNOT of this container with another (difference). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
andNot
Computes the bitwise ANDNOT of this container with another (difference). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
orNot
Computes the bitwise ORNOT of this container with another. This container as well as the provided container are left unaffected.- Parameters:
x- other containerendOfRange- end of range (size of the universe)- Returns:
- aggregated container
-
clear
public abstract void clear()Empties the container -
clone
-
isEmpty
public abstract boolean isEmpty()Checks whether the container is empty or not.- Specified by:
isEmptyin interfaceWordStorage<Container>- Returns:
- true if the container is empty.
-
isFull
public abstract boolean isFull()Checks whether the container is full or not.- Returns:
- true if the container is full.
-
contains
public abstract boolean contains(char x)Checks whether the contain contains the provided value- Parameters:
x- value to check- Returns:
- whether the value is in the container
-
contains
public abstract boolean contains(int minimum, int supremum)Checks whether the container contains the entire range- Parameters:
minimum- the inclusive lower bound of the rangesupremum- the exclusive upper bound of the range- Returns:
- true if the container contains the range
-
contains
Checks whether the container is a subset of this container or not- Parameters:
subset- the container to be tested- Returns:
- true if the parameter is a subset of this container
-
contains
-
contains
-
contains
-
deserialize
Deserialize (recover) the container.- Parameters:
in- the DataInput stream- Throws:
IOException- Signals that an I/O exception has occurred.
-
fillLeastSignificant16bits
public abstract void fillLeastSignificant16bits(int[] x, int i, int mask)Fill the least significant 16 bits of the integer array, starting at index i, with the short values from this container. The caller is responsible to allocate enough room. The most significant 16 bits of each integer are given by the most significant bits of the provided mask.- Parameters:
x- provided arrayi- starting indexmask- indicates most significant bits
-
flip
Add a short to the container if it is not present, otherwise remove it. May generate a new container.- Parameters:
x- short to be added- Returns:
- the new container
-
getArraySizeInBytes
public abstract int getArraySizeInBytes()Size of the underlying array- Returns:
- size in bytes
-
getCardinality
public abstract int getCardinality()Computes the distinct number of char values in the container. Can be expected to run in constant time.- Returns:
- the cardinality
-
getContainerName
Get the name of this container.- Returns:
- name of the container
-
forEach
Iterate through the values of this container and pass them along to the IntConsumer, using msb as the 16 most significant bits.- Parameters:
msb- 16 most significant bitsic- consumer
-
forAll
Consume presence information for all values in this container.- Parameters:
offset- First value in this container corresponds to this relativePos in the range consumer.rrc- consumer
-
forAllFrom
Consume presence information for all values greater or equal to startValue in this container.- Parameters:
startValue- First value to consume. Corresponds to relativePos=0 in the range consumer.rrc- consumer
-
forAllUntil
Consume presence information for all values smaller than endValue in this container.- Parameters:
offset- First value in this container corresponds to this relativePos in the range consumer.endValue- First value greater than last value to consume.rrc- consumer
-
forAllInRange
Consumer presence information for all values in the range [startValue, endValue) in this container.- Parameters:
startValue- First value to consume. Corresponds to relativePos=0 in the range consumer.endValue- First value greater than last value to consume.rrc- consumer
-
getReverseCharIterator
Iterator to visit the char values in the container in descending order.- Returns:
- iterator
-
getCharIterator
Iterator to visit the char values in the container in ascending order.- Returns:
- iterator
-
getCharRankIterator
Iterator to visit the short values in container and pre-compute ranks- Returns:
- iterator
-
getBatchIterator
Gets an iterator to visit the contents of the container in batches- Returns:
- iterator
-
getSizeInBytes
public abstract int getSizeInBytes()Computes an estimate of the memory usage of this container. The estimate is not meant to be exact.- Returns:
- estimated memory usage in bytes
-
iadd
Add all shorts in [begin,end) using an unsigned interpretation. May generate a new container.- Parameters:
begin- start of range (inclusive)end- end of range (exclusive)- Returns:
- the new container
-
iand
Computes the in-place bitwise AND of this container with another (intersection). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iand
Computes the in-place bitwise AND of this container with another (intersection). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iand
Computes the in-place bitwise AND of this container with another (intersection). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iand
Computes the in-place bitwise AND of this container with another (intersection). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iandNot
Computes the in-place bitwise ANDNOT of this container with another (difference). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iandNot
Computes the in-place bitwise ANDNOT of this container with another (difference). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iandNot
Computes the in-place bitwise ANDNOT of this container with another (difference). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iandNot
Computes the in-place bitwise ANDNOT of this container with another (difference). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iorNot
Computes the in-place bitwise ORNOT of this container with another. The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other containerendOfRange- the exclusive end- Returns:
- aggregated container
-
inot
Computes the in-place bitwise NOT of this container (complement). Only those bits within the range are affected. The current container is generally modified. May generate a new container.- Parameters:
rangeStart- beginning of range (inclusive); 0 is beginning of this container.rangeEnd- ending of range (exclusive)- Returns:
- (partially) complemented container
-
intersects
Returns true if the current container intersects the other container.- Parameters:
x- other container- Returns:
- whether they intersect
-
intersects
Returns true if the current container intersects the other container.- Parameters:
x- other container- Returns:
- whether they intersect
-
intersects
Returns true if the current container intersects the other container.- Parameters:
x- other container- Returns:
- whether they intersect
-
intersects
Returns true if the current container intersects the other container.- Parameters:
x- other container- Returns:
- whether they intersect
-
intersects
public abstract boolean intersects(int minimum, int supremum)Checks if the container intersects with a range- Parameters:
minimum- the inclusive unsigned lower bound of the rangesupremum- the exclusive unsigned upper bound of the range- Returns:
- true if the container intersects the range
-
ior
Computes the in-place bitwise OR of this container with another (union). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
ior
Computes the in-place bitwise OR of this container with another (union). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
ior
Computes the in-place bitwise OR of this container with another (union). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
ior
Computes the in-place bitwise OR of this container with another (union). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
iremove
Remove shorts in [begin,end) using an unsigned interpretation. May generate a new container.- Parameters:
begin- start of range (inclusive)end- end of range (exclusive)- Returns:
- the new container
-
ixor
Computes the in-place bitwise XOR of this container with another (symmetric difference). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
ixor
Computes the in-place bitwise XOR of this container with another (symmetric difference). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
ixor
Computes the in-place bitwise OR of this container with another (union). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
ixor
Computes the in-place bitwise XOR of this container with another (symmetric difference). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container.- Parameters:
x- other container- Returns:
- aggregated container
-
lazyIOR
Computes the in-place bitwise OR of this container with another (union). The current container is generally modified, whereas the provided container (x) is unaffected. May generate a new container. The resulting container may not track its cardinality correctly. The resulting container may not track its cardinality correctly. This can be fixed as follows: if(c.getCardinality()<0) ((BitmapContainer)c).computeCardinality();- Parameters:
x- other container- Returns:
- aggregated container
-
lazyOR
Computes the bitwise OR of this container with another (union). This container as well as the provided container are left unaffected. The resulting container may not track its cardinality correctly. This can be fixed as follows: if(c.getCardinality()<0) ((BitmapContainer)c).computeCardinality();- Parameters:
x- other container- Returns:
- aggregated container
-
limit
Create a new Container containing at most maxcardinality integers.- Parameters:
maxcardinality- maximal cardinality- Returns:
- a new bitmap with cardinality no more than maxcardinality
-
not
Computes the bitwise NOT of this container (complement). Only those bits within the range are affected. The current container is left unaffected.- Parameters:
rangeStart- beginning of range (inclusive); 0 is beginning of this container.rangeEnd- ending of range (exclusive)- Returns:
- (partially) complemented container
-
or
Computes the bitwise OR of this container with another (union). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
or
Computes the bitwise OR of this container with another (union). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
or
Computes the bitwise OR of this container with another (union). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
or
Computes the bitwise OR of this container with another (union). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
rank
public abstract int rank(char lowbits)Rank returns the number of integers that are smaller or equal to x (Rank(infinity) would be GetCardinality()).- Parameters:
lowbits- upper limit- Returns:
- the rank
-
remove
Return a new container with all chars in [begin,end) remove using an unsigned interpretation.- Parameters:
begin- start of range (inclusive)end- end of range (exclusive)- Returns:
- the new container
-
remove
Remove the char from this container. May create a new container.- Parameters:
x- to be removed- Returns:
- New container
-
repairAfterLazy
The output of a lazyOR or lazyIOR might be an invalid container, this should be called on it.- Returns:
- a new valid container
-
runOptimize
Convert to RunContainers, when the result is smaller. Overridden by RunContainer to possibility switch from RunContainer to a smaller alternative. Overridden by BitmapContainer with a more efficient approach.- Specified by:
runOptimizein interfaceWordStorage<Container>- Returns:
- the new container
-
select
public abstract char select(int j)Return the jth value- Parameters:
j- index of the value- Returns:
- the value
-
serialize
Serialize the container.- Parameters:
out- the DataOutput stream- Throws:
IOException- Signals that an I/O exception has occurred.
-
serializedSizeInBytes
public abstract int serializedSizeInBytes()Report the number of bytes required to serialize this container.- Returns:
- the size in bytes
-
toMappeableContainer
Convert to a mappeable container.- Returns:
- the mappeable container
-
trim
public abstract void trim()If possible, recover wasted memory. -
writeArray
Write just the underlying array.- Parameters:
out- output stream- Throws:
IOException- in case of failure
-
writeArray
Write just the underlying array.- Parameters:
buffer- ByteBuffer to write to
-
xor
Computes the bitwise XOR of this container with another (symmetric difference). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
xor
Computes the bitwise XOR of this container with another (symmetric difference). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
xor
Computes the bitwise XOR of this container with another (symmetric difference). This container as well as the provided container are left unaffected.- Parameters:
x- other parameter- Returns:
- aggregated container
-
xor
Computes the bitwise XOR of this container with another (symmetric difference). This container as well as the provided container are left unaffected.- Parameters:
x- other container- Returns:
- aggregated container
-
toBitmapContainer
Convert the current container to a BitmapContainer, if a conversion is needed. If the container is already a bitmap, the container is returned unchanged.- Returns:
- a bitmap container
-
nextValue
public abstract int nextValue(char fromValue)Gets the first value greater than or equal to the lower bound, or -1 if no such value exists.- Parameters:
fromValue- the lower bound (inclusive)- Returns:
- the next value
-
previousValue
public abstract int previousValue(char fromValue)Gets the last value less than or equal to the upper bound, or -1 if no such value exists.- Parameters:
fromValue- the upper bound (inclusive)- Returns:
- the previous value
-
nextAbsentValue
public abstract int nextAbsentValue(char fromValue)Gets the first absent value greater than or equal to the lower bound.- Parameters:
fromValue- the lower bound (inclusive)- Returns:
- the next absent value
-
previousAbsentValue
public abstract int previousAbsentValue(char fromValue)Gets the last value less than or equal to the upper bound.- Parameters:
fromValue- the upper bound (inclusive)- Returns:
- the previous absent value
-
first
public abstract int first()Get the first integer held in the container- Returns:
- the first integer in the container
- Throws:
NoSuchElementException- if empty
-
last
public abstract int last()Get the last integer held in the container- Returns:
- the last integer in the container
- Throws:
NoSuchElementException- if empty
-
assertNonEmpty
protected void assertNonEmpty(boolean condition)Throw if the container is empty- Parameters:
condition- a boolean expression- Throws:
NoSuchElementException- if empty
-