- clear() - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Removes all of the elements from this set.
- clear(int, int) - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Removes from the set all the elements between first and
last, both included.
- clear() - Method in class io.druid.extendedset.intset.ConciseSet
-
Removes all of the elements from this set.
- clear(int, int) - Method in class io.druid.extendedset.intset.ConciseSet
-
Removes from the set all the elements between first and
last, both included.
- clear(int, int) - Method in interface io.druid.extendedset.intset.IntSet
-
Removes from the set all the elements between first and
last, both included.
- clear() - Method in interface io.druid.extendedset.intset.IntSet
-
Removes all of the elements from this set.
- clearBitsAfterInLastWord(int, int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
-
- clone() - Method in class io.druid.extendedset.intset.AbstractIntSet
-
- clone() - Method in class io.druid.extendedset.intset.BitIterator
-
- clone() - Method in class io.druid.extendedset.intset.ConciseSet
-
- clone() - Method in class io.druid.extendedset.intset.EmptyIntIterator
-
- clone() - Method in class io.druid.extendedset.intset.ImmutableConciseSet.WordIterator
-
- clone() - Method in interface io.druid.extendedset.intset.IntSet
-
- clone() - Method in interface io.druid.extendedset.intset.IntSet.IntIterator
-
Clone the iterator
- collectionCompressionRatio() - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Computes the compression factor of the equivalent integer collection (1
means not compressed, namely a memory footprint similar to
ArrayList, 2 means twice the size of
ArrayList, etc.)
- collectionCompressionRatio() - Method in class io.druid.extendedset.intset.ConciseSet
-
Computes the compression factor of the equivalent integer collection (1
means not compressed, namely a memory footprint similar to
ArrayList, 2 means twice the size of
ArrayList, etc.)
- collectionCompressionRatio() - Method in interface io.druid.extendedset.intset.IntSet
-
Computes the compression factor of the equivalent integer collection (1
means not compressed, namely a memory footprint similar to
ArrayList, 2 means twice the size of
ArrayList, etc.)
- compact(ImmutableConciseSet) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
-
- compareTo(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
- compareTo(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
- compareTo(ImmutableConciseSet) - Method in class io.druid.extendedset.intset.ImmutableConciseSet
-
- complement() - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Complements the current set.
- complement() - Method in class io.druid.extendedset.intset.ConciseSet
-
Complements the current set.
- complement(ImmutableConciseSet) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
-
- complement(ImmutableConciseSet, int) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
-
- complement() - Method in interface io.druid.extendedset.intset.IntSet
-
Complements the current set.
- complemented() - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Generates the complement set.
- complemented() - Method in class io.druid.extendedset.intset.ConciseSet
-
Generates the complement set.
- complemented() - Method in interface io.druid.extendedset.intset.IntSet
-
Generates the complement set.
- complementSize() - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Computes the complement set size.
- complementSize() - Method in interface io.druid.extendedset.intset.IntSet
-
Computes the complement set size.
- ConciseSet - Class in io.druid.extendedset.intset
-
This is CONCISE: COmpressed 'N' Composable Integer SEt.
- ConciseSet() - Constructor for class io.druid.extendedset.intset.ConciseSet
-
Creates an empty integer set
- ConciseSet(boolean) - Constructor for class io.druid.extendedset.intset.ConciseSet
-
Creates an empty integer set
- ConciseSet(int[], boolean) - Constructor for class io.druid.extendedset.intset.ConciseSet
-
- ConciseSetUtils - Class in io.druid.extendedset.intset
-
- ConciseSetUtils() - Constructor for class io.druid.extendedset.intset.ConciseSetUtils
-
- contains(int) - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Returns true if this set contains the specified element.
- contains(int) - Method in class io.druid.extendedset.intset.ConciseSet
-
Returns true if this set contains the specified element.
- contains(int) - Method in class io.druid.extendedset.intset.ImmutableConciseSet
-
- contains(int) - Method in interface io.druid.extendedset.intset.IntSet
-
Returns true if this set contains the specified element.
- containsAll(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Returns true if this set contains all of the elements of the
specified collection.
- containsAll(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
-
Returns true if this set contains all of the elements of the
specified collection.
- containsAll(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
-
Returns true if this set contains all of the elements of the
specified collection.
- containsAny(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Returns
true if the specified
IntSet
instance contains any elements that are also contained within this
IntSet instance
- containsAny(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
-
Returns
true if the specified
IntSet
instance contains any elements that are also contained within this
IntSet instance
- containsAny(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
-
Returns
true if the specified
IntSet
instance contains any elements that are also contained within this
IntSet instance
- containsAtLeast(IntSet, int) - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Returns
true if the specified
IntSet
instance contains at least
minElements elements that are
also contained within this
IntSet instance
- containsAtLeast(IntSet, int) - Method in class io.druid.extendedset.intset.ConciseSet
-
Returns
true if the specified
IntSet
instance contains at least
minElements elements that are
also contained within this
IntSet instance
- containsAtLeast(IntSet, int) - Method in interface io.druid.extendedset.intset.IntSet
-
Returns
true if the specified
IntSet
instance contains at least
minElements elements that are
also contained within this
IntSet instance
- convert(int...) - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Converts a given array into an instance of the current class.
- convert(Collection<Integer>) - Method in class io.druid.extendedset.intset.AbstractIntSet
-
Converts a given collection into an instance of the current class.
- convert(int...) - Method in class io.druid.extendedset.intset.ConciseSet
-
Converts a given array into an instance of the current class.
- convert(Collection<Integer>) - Method in class io.druid.extendedset.intset.ConciseSet
-
Converts a given collection into an instance of the current class.
- convert(int...) - Method in interface io.druid.extendedset.intset.IntSet
-
Converts a given array into an instance of the current class.
- convert(Collection<Integer>) - Method in interface io.druid.extendedset.intset.IntSet
-
Converts a given collection into an instance of the current class.