Skip navigation links
A B C D E F G H I J L M N O P R S T U W 

A

AbstractIntSet - Class in io.druid.extendedset.intset
This class provides a skeletal implementation of the IntSet interface to minimize the effort required to implement this interface.
AbstractIntSet() - Constructor for class io.druid.extendedset.intset.AbstractIntSet
 
add(int) - Method in class io.druid.extendedset.intset.AbstractIntSet
Adds the specified element to this set if it is not already present.
add(int) - Method in class io.druid.extendedset.intset.ConciseSet
Adds the specified element to this set if it is not already present.
add(int) - Method in interface io.druid.extendedset.intset.IntSet
Adds the specified element to this set if it is not already present.
add(int) - Method in class io.druid.extendedset.utilities.IntList
 
addAll(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Adds all of the elements in the specified collection to this set if they're not already present.
advanceTo(int) - Method in class io.druid.extendedset.intset.ImmutableConciseSet.WordIterator
 
ALL_ONES_LITERAL - Static variable in class io.druid.extendedset.intset.ConciseSetUtils
Literal that represents all bits set to 1 (and MSB = 1)
ALL_ONES_WITHOUT_MSB - Static variable in class io.druid.extendedset.intset.ConciseSetUtils
All bits set to 1 and MSB = 0
ALL_ZEROS_LITERAL - Static variable in class io.druid.extendedset.intset.ConciseSetUtils
Literal that represents all bits set to 0 (and MSB = 1)

B

baseListCount() - Method in class io.druid.extendedset.utilities.IntList
 
BitIterator - Class in io.druid.extendedset.intset
 
bitmapCompressionRatio() - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the compression factor of the equivalent bitmap representation (1 means not compressed, namely a memory footprint similar to BitSet, 2 means twice the size of BitSet, etc.)
bitmapCompressionRatio() - Method in class io.druid.extendedset.intset.ConciseSet
Computes the compression factor of the equivalent bitmap representation (1 means not compressed, namely a memory footprint similar to BitSet, 2 means twice the size of BitSet, etc.)
bitmapCompressionRatio() - Method in interface io.druid.extendedset.intset.IntSet
Computes the compression factor of the equivalent bitmap representation (1 means not compressed, namely a memory footprint similar to BitSet, 2 means twice the size of BitSet, etc.)

C

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
See the clone() of Object
clone() - Method in class io.druid.extendedset.intset.BitIterator
 
clone() - Method in class io.druid.extendedset.intset.ConciseSet
See the clone() of Object
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
See the clone() of Object
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.

D

debugInfo() - Method in class io.druid.extendedset.intset.AbstractIntSet
Prints debug info about the given IntSet implementation
debugInfo() - Method in class io.druid.extendedset.intset.ConciseSet
Prints debug info about the given IntSet implementation
debugInfo() - Method in interface io.druid.extendedset.intset.IntSet
Prints debug info about the given IntSet implementation
descendingIterator() - Method in class io.druid.extendedset.intset.AbstractIntSet
descendingIterator() - Method in class io.druid.extendedset.intset.ConciseSet
descendingIterator() - Method in interface io.druid.extendedset.intset.IntSet
 
difference(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Generates the difference set
difference(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
Generates the difference set
difference(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Generates the difference set
differenceSize(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the difference set size.
differenceSize(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Computes the difference set size.
doComplement(ImmutableConciseSet) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 
doIntersection(Iterator<ImmutableConciseSet>) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 

E

empty() - Method in class io.druid.extendedset.intset.AbstractIntSet
Generates an empty set
empty() - Method in class io.druid.extendedset.intset.ConciseSet
Generates an empty set
empty() - Method in interface io.druid.extendedset.intset.IntSet
Generates an empty set
EmptyIntIterator - Class in io.druid.extendedset.intset
 
equals(Object) - Method in class io.druid.extendedset.intset.AbstractIntSet
equals(Object) - Method in class io.druid.extendedset.intset.ConciseSet

F

fill(int, int) - Method in class io.druid.extendedset.intset.AbstractIntSet
Adds to the set all the elements between first and last, both included.
fill(int, int) - Method in class io.druid.extendedset.intset.ConciseSet
Adds to the set all the elements between first and last, both included.
fill(int, int) - Method in interface io.druid.extendedset.intset.IntSet
Adds to the set all the elements between first and last, both included.
first() - Method in class io.druid.extendedset.intset.AbstractIntSet
Returns the first (lowest) element currently in this set.
first() - Method in interface io.druid.extendedset.intset.IntSet
Returns the first (lowest) element currently in this set.
flip(int) - Method in class io.druid.extendedset.intset.AbstractIntSet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in class io.druid.extendedset.intset.ConciseSet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in interface io.druid.extendedset.intset.IntSet
Adds the element if it not existing, or removes it if existing
flipBitAsBinaryString(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 

G

get(int) - Method in class io.druid.extendedset.intset.AbstractIntSet
Gets the ith element of the set
get(int) - Method in class io.druid.extendedset.intset.ConciseSet
Gets the ith element of the set
get(int) - Method in class io.druid.extendedset.intset.ImmutableConciseSet
 
get(int) - Method in interface io.druid.extendedset.intset.IntSet
Gets the ith element of the set
get(int) - Method in class io.druid.extendedset.utilities.IntList
 
getBaseList(int) - Method in class io.druid.extendedset.utilities.IntList
 
getFlippedBit(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Gets the position of the flipped bit within a sequence word.
getLast() - Method in class io.druid.extendedset.intset.ImmutableConciseSet
 
getLastWordIndex() - Method in class io.druid.extendedset.intset.ImmutableConciseSet
 
getLiteral(int, boolean) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Gets the literal word that represents the first 31 bits of the given the word (i.e.
getLiteralBitCount(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Gets the number of set bits within the literal word
getLiteralBits(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Gets the bits contained within the literal word
getLiteralFromOneSeqFlipBit(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 
getLiteralFromZeroSeqFlipBit(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 
getSequenceCount(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Gets the number of blocks of 1's or 0's stored in a sequence word
getSequenceNumWords(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 
getSequenceWithNoBits(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Clears the (un)set bit in a sequence
getWords() - Method in class io.druid.extendedset.intset.ConciseSet

H

hashCode() - Method in class io.druid.extendedset.intset.AbstractIntSet
hashCode() - Method in class io.druid.extendedset.intset.ConciseSet
hasNext() - Method in class io.druid.extendedset.intset.BitIterator
 
hasNext() - Method in class io.druid.extendedset.intset.EmptyIntIterator
 
hasNext() - Method in class io.druid.extendedset.intset.ImmutableConciseSet.WordIterator
 
hasNext() - Method in interface io.druid.extendedset.intset.IntSet.IntIterator
 

I

ImmutableConciseSet - Class in io.druid.extendedset.intset
 
ImmutableConciseSet() - Constructor for class io.druid.extendedset.intset.ImmutableConciseSet
 
ImmutableConciseSet(ByteBuffer) - Constructor for class io.druid.extendedset.intset.ImmutableConciseSet
 
ImmutableConciseSet(IntBuffer) - Constructor for class io.druid.extendedset.intset.ImmutableConciseSet
 
ImmutableConciseSet.WordIterator - Class in io.druid.extendedset.intset
 
indexOf(int) - Method in class io.druid.extendedset.intset.AbstractIntSet
Provides position of element within the set.
indexOf(int) - Method in class io.druid.extendedset.intset.ConciseSet
Provides position of element within the set.
indexOf(int) - Method in interface io.druid.extendedset.intset.IntSet
Provides position of element within the set.
instance() - Static method in class io.druid.extendedset.intset.EmptyIntIterator
 
intersection(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Generates the intersection set
intersection(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
Generates the intersection set
intersection(ImmutableConciseSet...) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 
intersection(Iterable<ImmutableConciseSet>) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 
intersection(Iterator<ImmutableConciseSet>) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 
intersection(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Generates the intersection set
intersectionSize(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the intersection set size.
intersectionSize(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
Computes the intersection set size.
intersectionSize(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Computes the intersection set size.
IntList - Class in io.druid.extendedset.utilities
 
IntList() - Constructor for class io.druid.extendedset.utilities.IntList
 
IntSet - Interface in io.druid.extendedset.intset
 
IntSet.IntIterator - Interface in io.druid.extendedset.intset
An Iterator-like interface that allows to "skip" some elements of the set
io.druid.extendedset.intset - package io.druid.extendedset.intset
 
io.druid.extendedset.utilities - package io.druid.extendedset.utilities
 
isAllOnesLiteral(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 
isAllZerosLiteral(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 
isEmpty() - Method in class io.druid.extendedset.intset.AbstractIntSet
isEmpty() - Method in class io.druid.extendedset.intset.ConciseSet
isEmpty() - Method in interface io.druid.extendedset.intset.IntSet
 
isEmpty() - Method in class io.druid.extendedset.utilities.IntList
 
isLiteral(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Checks whether a word is a literal one
isLiteralWithSingleOneBit(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 
isLiteralWithSingleZeroBit(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 
isOneSequence(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Checks whether a word contains a sequence of 1's
isSequenceWithNoBits(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Checks whether a word contains a sequence of 0's with no set bit, or 1's with no unset bit.
isZeroSequence(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Checks whether a word contains a sequence of 0's
iterator() - Method in class io.druid.extendedset.intset.AbstractIntSet
iterator() - Method in class io.druid.extendedset.intset.ConciseSet
iterator() - Method in class io.druid.extendedset.intset.ImmutableConciseSet
 
iterator() - Method in interface io.druid.extendedset.intset.IntSet
 

J

jaccardDistance(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the Jaccard distance between this set and the given set.
jaccardDistance(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Computes the Jaccard distance between this set and the given set.
jaccardSimilarity(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the Jaccard similarity coefficient between this set and the given set.
jaccardSimilarity(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Computes the Jaccard similarity coefficient between this set and the given set.

L

last() - Method in class io.druid.extendedset.intset.AbstractIntSet
Returns the last (highest) element currently in this set.
last() - Method in class io.druid.extendedset.intset.ConciseSet
Returns the last (highest) element currently in this set.
last() - Method in interface io.druid.extendedset.intset.IntSet
Returns the last (highest) element currently in this set.
length() - Method in class io.druid.extendedset.utilities.IntList
 

M

MAX_ALLOWED_INTEGER - Static variable in class io.druid.extendedset.intset.ConciseSetUtils
The highest representable integer.
MAX_LITERAL_LENGTH - Static variable in class io.druid.extendedset.intset.ConciseSetUtils
Maximum number of representable bits within a literal
maxLiteralLengthDivision(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Calculates the division by 31
maxLiteralLengthModulus(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Calculates the modulus division by 31 in a faster way than using n % 31

This method of finding modulus division by an integer that is one less than a power of 2 takes at most O(lg(32)) time.

maxLiteralLengthMultiplication(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
Calculates the multiplication by 31 in a faster way than using n * 31
MIN_ALLOWED_SET_BIT - Static variable in class io.druid.extendedset.intset.ConciseSetUtils
The lowest representable integer.

N

newImmutableFromMutable(ConciseSet) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 
newWordIterator() - Method in class io.druid.extendedset.intset.ImmutableConciseSet
 
next() - Method in class io.druid.extendedset.intset.BitIterator
 
next() - Method in class io.druid.extendedset.intset.EmptyIntIterator
 
next() - Method in class io.druid.extendedset.intset.ImmutableConciseSet.WordIterator
 
next() - Method in interface io.druid.extendedset.intset.IntSet.IntIterator
 

O

onesUntil(int) - Static method in class io.druid.extendedset.intset.ConciseSetUtils
 

P

powerSet() - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the power-set of the current set.
powerSet(int, int) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes a subset of the power-set of the current set, composed by those subsets that have cardinality between min and max.
powerSet() - Method in interface io.druid.extendedset.intset.IntSet
Computes the power-set of the current set.
powerSet(int, int) - Method in interface io.druid.extendedset.intset.IntSet
Computes a subset of the power-set of the current set, composed by those subsets that have cardinality between min and max.
powerSetSize() - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the power-set size of the current set.
powerSetSize() - Method in interface io.druid.extendedset.intset.IntSet
Computes the power-set size of the current set.

R

remove(int) - Method in class io.druid.extendedset.intset.AbstractIntSet
Removes the specified element from this set if it is present.
remove() - Method in class io.druid.extendedset.intset.BitIterator
 
remove(int) - Method in class io.druid.extendedset.intset.ConciseSet
Removes the specified element from this set if it is present.
remove() - Method in class io.druid.extendedset.intset.EmptyIntIterator
 
remove() - Method in interface io.druid.extendedset.intset.IntSet.IntIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(int) - Method in interface io.druid.extendedset.intset.IntSet
Removes the specified element from this set if it is present.
removeAll(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Removes from this set all of its elements that are contained in the specified collection.
retainAll(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Retains only the elements in this set that are contained in the specified collection.

S

SEQUENCE_BIT - Static variable in class io.druid.extendedset.intset.ConciseSetUtils
Sequence bit
set(int, int) - Method in class io.druid.extendedset.utilities.IntList
 
size() - Method in class io.druid.extendedset.intset.AbstractIntSet
size() - Method in class io.druid.extendedset.intset.ConciseSet
size() - Method in class io.druid.extendedset.intset.ImmutableConciseSet
 
size() - Method in interface io.druid.extendedset.intset.IntSet
 
skipAllBefore(int) - Method in class io.druid.extendedset.intset.BitIterator
 
skipAllBefore(int) - Method in class io.druid.extendedset.intset.EmptyIntIterator
 
skipAllBefore(int) - Method in interface io.druid.extendedset.intset.IntSet.IntIterator
Skips all the elements before the the specified element, so that IntSet.IntIterator.next() gives the given element or, if it does not exist, the element immediately after according to the sorting provided by this set.
symmetricDifference(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Generates the symmetric difference set
symmetricDifferenceSize(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the symmetric difference set size.
symmetricDifferenceSize(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Computes the symmetric difference set size.

T

toArray() - Method in class io.druid.extendedset.intset.AbstractIntSet
toArray(int[]) - Method in class io.druid.extendedset.intset.AbstractIntSet
Returns an array containing all of the elements in this set.
toArray() - Method in interface io.druid.extendedset.intset.IntSet
 
toArray(int[]) - Method in interface io.druid.extendedset.intset.IntSet
Returns an array containing all of the elements in this set.
toArray() - Method in class io.druid.extendedset.utilities.IntList
 
toByteBuffer() - Method in class io.druid.extendedset.intset.ConciseSet
toBytes() - Method in class io.druid.extendedset.intset.ImmutableConciseSet
 
toString() - Method in class io.druid.extendedset.intset.AbstractIntSet
toString() - Method in class io.druid.extendedset.intset.ImmutableConciseSet
 

U

union(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Generates the union set
union(IntSet) - Method in class io.druid.extendedset.intset.ConciseSet
Generates the union set
union(ImmutableConciseSet...) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 
union(Iterable<ImmutableConciseSet>) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 
union(Iterator<ImmutableConciseSet>) - Static method in class io.druid.extendedset.intset.ImmutableConciseSet
 
union(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Generates the union set
unionSize(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the union set size.
unionSize(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Computes the union set size.

W

weightedJaccardDistance(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the weighted version of the Jaccard distance between this set and the given set.
weightedJaccardDistance(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Computes the weighted version of the Jaccard distance between this set and the given set.
weightedJaccardSimilarity(IntSet) - Method in class io.druid.extendedset.intset.AbstractIntSet
Computes the weighted version of the Jaccard similarity coefficient between this set and the given set.
weightedJaccardSimilarity(IntSet) - Method in interface io.druid.extendedset.intset.IntSet
Computes the weighted version of the Jaccard similarity coefficient between this set and the given set.
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links

Copyright © 2011–2018. All rights reserved.