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

A

absoluteGet(int) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Returns the item corresponding to the given index
absoluteIndexOf(T) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Returns the index of the given item
AbstractExtendedSet<T> - Class in it.uniroma3.mat.extendedset
This class provides a skeletal implementation of the ExtendedSet interface to minimize the effort required to implement this interface.
AbstractExtendedSet() - Constructor for class it.uniroma3.mat.extendedset.AbstractExtendedSet
 
AbstractExtendedSet.ExtendedSubSet - Class in it.uniroma3.mat.extendedset
Used by AbstractExtendedSet#headSet(T) , AbstractExtendedSet#tailSet(T) and AbstractExtendedSet#subSet(T,T) to offer a restricted view of the entire set
AbstractExtendedSet.ExtendedSubSet(T, T) - Constructor for class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
Creates the subset
AbstractExtendedSet.FilteredSet - Class in it.uniroma3.mat.extendedset
AbstractExtendedSet.FilteredSet() - Constructor for class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
AbstractExtendedSet.UnmodifiableExtendedSet - Class in it.uniroma3.mat.extendedset
Read-only view of the set.
AbstractExtendedSet.UnmodifiableExtendedSet() - Constructor for class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
AbstractIntSet - Class in it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.AbstractIntSet
 
add(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
add(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
add(int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Adds the specified element to this set if it is not already present.
add(int) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Adds the specified element to this set if it is not already present.
add(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Adds the specified element to this set if it is not already present.
add(int) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Adds the specified element to this set if it is not already present.
add(int) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Adds the specified element to this set if it is not already present.
add(int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Adds the specified element to this set if it is not already present.
add(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntList
 
add(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Adds the specified element to this set if it is not already present.
add(T) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
add(T) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
add(Integer) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
add(long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Adds the specified element to this set if it is not already present.
add(int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Adds the specified cell to this matrix if it is not already present.
add(Pair<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
add(T, I) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Adds a single transaction-item pair
addAll(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
addAll(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
addAll(IntSet) - Method in class it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ArraySet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(IntSet) - Method in class it.uniroma3.mat.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 class it.uniroma3.mat.extendedset.intset.FastSet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
addAll(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
addAll(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
addAll(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(int, IntSet) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Adds the specified cells to this matrix, if not already present.
addAll(IntSet, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Adds the specified cells to this matrix, if not already present.
addAll(IntSet, IntSet) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Adds the specified cells to this matrix, if not already present.
addAll(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Adds all of the cells in the specified collection to this matrix if they're not already present.
addAll(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
addAll(Collection<T>, Collection<I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Add the pairs obtained from the Cartesian product of transactions and items
addAll(T, Collection<I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Add the pairs obtained from the Cartesian product of transactions and items
addAll(Collection<T>, I) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Add the pairs obtained from the Cartesian product of transactions and items
advanceTo(int) - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet.WordIterator
 
ALL_ONES_LITERAL - Static variable in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Literal that represents all bits set to 1 (and MSB = 1)
ALL_ONES_WITHOUT_MSB - Static variable in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
All bits set to 1 and MSB = 0
ALL_ZEROS_LITERAL - Static variable in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Literal that represents all bits set to 0 (and MSB = 1)
allItems() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Gets the set of all possible items that can be contained within each transaction
allTransactions() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Gets the set of all possible transactions that can be contained within the set
ArrayMap<T> - Class in it.uniroma3.mat.extendedset.utilities
A Map backed by an array, where keys are the indices of the array, and values are the elements of the array.
ArraySet - Class in it.uniroma3.mat.extendedset.intset
IntSet-based class internally managed by a sorted array of ints.
ArraySet() - Constructor for class it.uniroma3.mat.extendedset.intset.ArraySet
Empty-set constructor

B

baseListCount() - Method in class it.uniroma3.mat.extendedset.utilities.IntList
 
BinaryMatrix - Class in it.uniroma3.mat.extendedset.wrappers.matrix
Very similar to IntSet but for pairs of ints, that is a binary matrix
BinaryMatrix(IntSet) - Constructor for class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Creates an empty matrix.
BinaryMatrix.CellIterator - Interface in it.uniroma3.mat.extendedset.wrappers.matrix
An Iterator-like interface
BitCount - Class in it.uniroma3.mat.extendedset.utilities
Population count (a.k.a.
BitCount() - Constructor for class it.uniroma3.mat.extendedset.utilities.BitCount
 
bitmapCompressionRatio() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
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 it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
bitmapCompressionRatio() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
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 it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ArraySet
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 it.uniroma3.mat.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 class it.uniroma3.mat.extendedset.intset.FastSet
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 it.uniroma3.mat.extendedset.intset.HashIntSet
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 it.uniroma3.mat.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.)
bitmapCompressionRatio() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
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 it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
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 it.uniroma3.mat.extendedset.wrappers.IndexedSet
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 it.uniroma3.mat.extendedset.wrappers.IntegerSet
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 it.uniroma3.mat.extendedset.wrappers.LongSet
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 it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
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 it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
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

cells - Variable in class it.uniroma3.mat.extendedset.intset.HashIntSet
cells
clear(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
clear(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
clear() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
clear(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
clear(T, T) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Removes all of the elements from this set.
clear(int, int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Removes all of the elements from this set.
clear(int, int) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Removes all of the elements from this set.
clear(int, int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Removes all of the elements from this set.
clear(int, int) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Removes all of the elements from this set.
clear(int, int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Removes from the set all the elements between first and last, both included.
clear() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Removes all of the elements from this set.
clear(int, int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Removes all of the elements from this set.
clear() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
clear() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
clear(T, T) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Removes from the set all the elements between first and last, both included.
clear(Integer, Integer) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
clear(long, long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Removes from the set all the elements between first and last, both included.
clear() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Removes all of the elements from this set.
clear(int, int, int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes from the set all the cells of the specified sub-matrix, both corners included.
clear() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes all of the cells from this matrix.
clear() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
clear() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
clear(Pair<T, I>, Pair<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Removes from the set all the elements between first and last, both included.
clearBitsAfterInLastWord(int, int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
clone() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
clone() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
clone() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
clone() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
clone() - Method in interface it.uniroma3.mat.extendedset.intset.ConciseSetUtils.WordExpander
 
clone() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
See the clone() of Object
clone() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
See the clone() of Object
clone() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet.IntIterator
Clone the iterator
clone() - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
clone() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
clone() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
clone() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
See the clone() of Object
clone() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
clone() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
See the clone() of Object
collectionCompressionRatio() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
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 it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
collectionCompressionRatio() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
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 it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ArraySet
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 it.uniroma3.mat.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 class it.uniroma3.mat.extendedset.intset.FastSet
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 it.uniroma3.mat.extendedset.intset.HashIntSet
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 it.uniroma3.mat.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.)
collectionCompressionRatio() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
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 it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
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 it.uniroma3.mat.extendedset.wrappers.IndexedSet
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 it.uniroma3.mat.extendedset.wrappers.IntegerSet
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 it.uniroma3.mat.extendedset.wrappers.LongSet
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 it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
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 it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
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.)
CollectionMap<K,I,C extends Collection<I>> - Class in it.uniroma3.mat.extendedset.utilities
This class implements a Map from a key of type K to a collection contains instances of I.
CollectionMap(C) - Constructor for class it.uniroma3.mat.extendedset.utilities.CollectionMap
Initializes the map by providing an instance of the empty collection
compact(ImmutableConciseSet) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
compacted() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Creates a new PairSet instance with only non-empty transactions and items.
comparator() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
comparator() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
comparator() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
comparator() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
comparator() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
compareInts(int, int) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
compareTo(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Compares this object with the specified object for order.
compareTo(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
compareTo(ExtendedSet<T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Compares this object with the specified object for order.
compareTo(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
compareTo(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
compareTo(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
compareTo(ImmutableConciseSet) - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
compareTo(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
compareTo(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Compares this object with the specified object for order.
compareTo(ExtendedSet<Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Compares this object with the specified object for order.
compareTo(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
compareTo(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
compareTo(ExtendedSet<Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Compares this object with the specified object for order.
complement() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
complement() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
complement() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Complements the current set.
complement(ImmutableConciseSet) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
complement(ImmutableConciseSet, int) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
complement() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Complements the current set.
complement() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Complements the current matrix.
complement() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Complements the current set.
complemented() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
complemented() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
complemented() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Generates the complement set.
complemented() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Generates the complement set.
complemented() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Generates the complement matrix, namely flipping all the cells.
complemented() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Generates the complement set.
complementSize() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the complement set size.
complementSize() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
complementSize() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
complementSize() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the complement set size.
complementSize() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the complement set size.
complementSize() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the complement set size.
complementSize() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the complement set size.
complementSize() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Computes the complement set size.
complementSize() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Computes the complement set size.
complementSize() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Computes the complement set size.
complementSize() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Computes the complement set size.
complementSize() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Computes the complement set size.
ConciseSet - Class in it.uniroma3.mat.extendedset.intset
This is CONCISE: COmpressed 'N' Composable Integer SEt.
ConciseSet() - Constructor for class it.uniroma3.mat.extendedset.intset.ConciseSet
Creates an empty integer set
ConciseSet(boolean) - Constructor for class it.uniroma3.mat.extendedset.intset.ConciseSet
Creates an empty integer set
ConciseSet(int[], boolean) - Constructor for class it.uniroma3.mat.extendedset.intset.ConciseSet
 
ConciseSetUtils - Class in it.uniroma3.mat.extendedset.intset
 
ConciseSetUtils() - Constructor for class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
ConciseSetUtils.LiteralAndZeroFillExpander - Class in it.uniroma3.mat.extendedset.intset
Iterator over the bits of literal and zero-fill words
ConciseSetUtils.LiteralAndZeroFillExpander() - Constructor for class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
ConciseSetUtils.OneFillExpander - Class in it.uniroma3.mat.extendedset.intset
Iterator over the bits of one-fill words
ConciseSetUtils.OneFillExpander() - Constructor for class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
ConciseSetUtils.WordExpander - Interface in it.uniroma3.mat.extendedset.intset
 
contains(Object) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
contains(Object) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
contains(int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Returns true if this set contains the specified element.
contains(int) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Returns true if this set contains the specified element.
contains(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Returns true if this set contains the specified element.
contains(int) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Returns true if this set contains the specified element.
contains(int) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Returns true if this set contains the specified element.
contains(int) - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
contains(int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Returns true if this set contains the specified element.
contains(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Returns true if this set contains the specified element.
contains(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
contains(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
contains(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
contains(long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Returns true if this set contains the specified element.
contains(int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns true if this set contains the specified cell.
contains(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
contains(T, I) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Checks if the given transaction-item pair is contained within the set
containsAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
containsAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
containsAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Returns true if this set contains all of the elements of the specified collection.
containsAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
containsAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
containsAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
containsAll(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Returns true if this set contains all of the elements of the specified collection.
containsAll(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns true if this matrix contains all of the cells of the specified collection.
containsAll(IntSet, IntSet) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns true if this matrix contains all of the cells of the specified collection.
containsAll(int, IntSet) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns true if this matrix contains all of the cells of the specified collection.
containsAll(IntSet, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns true if this matrix contains all of the cells of the specified collection.
containsAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
containsAll(Collection<T>, Collection<I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Checks if the pairs obtained from the Cartesian product of transactions and items are contained
containsAll(T, Collection<I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Checks if the pairs obtained from the Cartesian product of transactions and items are contained
containsAll(Collection<T>, I) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Checks if the pairs obtained from the Cartesian product of transactions and items are contained
containsAny(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Returns true if the specified Collection instance contains any elements that are also contained within this ExtendedSet instance
containsAny(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
containsAny(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
containsAny(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Returns true if the specified Collection instance contains any elements that are also contained within this ExtendedSet instance
containsAny(IntSet) - Method in class it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ArraySet
Returns true if the specified IntSet instance contains any elements that are also contained within this IntSet instance
containsAny(IntSet) - Method in class it.uniroma3.mat.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 class it.uniroma3.mat.extendedset.intset.FastSet
Returns true if the specified IntSet instance contains any elements that are also contained within this IntSet instance
containsAny(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Returns true if the specified IntSet instance contains any elements that are also contained within this IntSet instance
containsAny(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Returns true if the specified IntSet instance contains any elements that are also contained within this IntSet instance
containsAny(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Returns true if the specified IntSet instance contains any elements that are also contained within this IntSet instance
containsAny(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Returns true if the specified Collection instance contains any elements that are also contained within this ExtendedSet instance
containsAny(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Returns true if the specified Collection instance contains any elements that are also contained within this ExtendedSet instance
containsAny(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Returns true if the specified LongSet instance contains any elements that are also contained within this LongSet instance
containsAny(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns true if the specified BinaryMatrix instance contains any cell that is also contained within this BinaryMatrix instance
containsAny(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Returns true if the specified Collection instance contains any elements that are also contained within this ExtendedSet instance
containsAtLeast(Collection<? extends T>, int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Returns true if the specified Collection instance contains at least minElements elements that are also contained within this ExtendedSet instance
containsAtLeast(Collection<? extends T>, int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
containsAtLeast(Collection<? extends T>, int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
containsAtLeast(Collection<? extends T>, int) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Returns true if the specified Collection instance contains at least minElements elements that are also contained within this ExtendedSet instance
containsAtLeast(IntSet, int) - Method in class it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ArraySet
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 it.uniroma3.mat.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 class it.uniroma3.mat.extendedset.intset.FastSet
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 it.uniroma3.mat.extendedset.intset.HashIntSet
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 it.uniroma3.mat.extendedset.intset.IntSet
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 it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Returns true if the specified IntSet instance contains at least minElements elements that are also contained within this IntSet instance
containsAtLeast(Collection<? extends T>, int) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Returns true if the specified Collection instance contains at least minElements elements that are also contained within this ExtendedSet instance
containsAtLeast(Collection<? extends Integer>, int) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Returns true if the specified Collection instance contains at least minElements elements that are also contained within this ExtendedSet instance
containsAtLeast(LongSet, long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Returns true if the specified LongSet instance contains at least minElements elements that are also contained within this LongSet instance
containsAtLeast(BinaryMatrix, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns true if the specified BinaryMatrix instance contains at least minElements cells that are also contained within this BinaryMatrix instance
containsAtLeast(Collection<? extends Pair<T, I>>, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Returns true if the specified Collection instance contains at least minElements elements that are also contained within this ExtendedSet instance
containsItem(I) - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Checks if there are some collections that contain the given item
containsKey(Object) - Method in class it.uniroma3.mat.extendedset.utilities.ArrayMap
containsKey(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
containsValue(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
convert(Object...) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Converts a given integer array into an instance of the current class
convert(Collection<?>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Converts a given Collection instance into an instance of the current class.
convert(Collection<?>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
convert(Object...) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
convert(Collection<?>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Converts a given Collection instance into an instance of the current class.
convert(Object...) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Converts a given integer array into an instance of the current class
convert(int...) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Converts a given array into an instance of the current class.
convert(Collection<Integer>) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Converts a given collection into an instance of the current class.
convert(int...) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Converts a given array into an instance of the current class.
convert(Collection<Integer>) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Converts a given collection into an instance of the current class.
convert(int...) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Converts a given array into an instance of the current class.
convert(Collection<Integer>) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Converts a given collection into an instance of the current class.
convert(Collection<Integer>) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Converts a given collection into an instance of the current class.
convert(int...) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Converts a given array into an instance of the current class.
convert(int...) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Converts a given array into an instance of the current class.
convert(Collection<Integer>) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Converts a given collection into an instance of the current class.
convert(int...) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Converts a given array into an instance of the current class.
convert(Collection<Integer>) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Converts a given collection into an instance of the current class.
convert(int...) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Converts a given array into an instance of the current class.
convert(Collection<Integer>) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Converts a given collection into an instance of the current class.
convert(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Converts a given Collection instance into an instance of the current class.
convert(Object...) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Converts a given integer array into an instance of the current class
convert(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Converts a given Collection instance into an instance of the current class.
convert(Object...) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Converts a given integer array into an instance of the current class
convert(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Converts a given Collection instance into an instance of the current class.
convert(Object...) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Converts a given integer array into an instance of the current class
convert(long...) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Converts a given array into an instance of the current class.
convert(Collection<Long>) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Converts a given array into an instance of the current class.
convert(boolean[][]) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Converts a given matrix of boolean n x m into an instance of the current class.
convert(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Converts a given Collection instance into an instance of the current class.
convert(Object...) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Converts a given integer array into an instance of the current class
count(int) - Static method in class it.uniroma3.mat.extendedset.utilities.BitCount
Population count
count(int[]) - Static method in class it.uniroma3.mat.extendedset.utilities.BitCount
Population count
count(int[], int) - Static method in class it.uniroma3.mat.extendedset.utilities.BitCount
Population count
count_2(int[]) - Static method in class it.uniroma3.mat.extendedset.utilities.BitCount
Population count, skipping words at even positions
count_2(int[], int) - Static method in class it.uniroma3.mat.extendedset.utilities.BitCount
Population count, skipping words at even positions
createFromBinaryMatrix(BinaryMatrix) - Static method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Wraps a BinaryMatrix instance with a PairSet instance.
current - Variable in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
 

D

debugInfo() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Prints debug info about the given ExtendedSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
debugInfo() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
debugInfo() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Prints debug info about the given ExtendedSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Prints debug info about the given IntSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Prints debug info about the given IntSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Prints debug info about the given IntSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Prints debug info about the given IntSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Prints debug info about the given IntSet implementation
debugInfo() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Prints debug info about the given IntSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Prints debug info about the given IntSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Prints debug info about the given ExtendedSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Prints debug info about the given ExtendedSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Prints debug info about the given ExtendedSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Prints debug info about the given LongSet implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Prints debug info about the given BinaryMatrix implementation
debugInfo() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Prints debug info about the given ExtendedSet implementation
descending() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Allows to use the Java "for-each" statement in descending order
descending() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
descending() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
descending() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Allows to use the Java "for-each" statement in descending order
descendingIterator() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Gets the descending order iterator over the elements of type T
descendingIterator() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
descendingIterator() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
descendingIterator() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Gets the descending order iterator over the elements of type T
descendingIterator() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
descendingIterator() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
descendingIterator() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
descendingIterator() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
descendingIterator() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
descendingIterator() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
 
descendingIterator() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
descendingIterator() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Gets the descending order iterator over the elements of type T
descendingIterator() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Gets the descending order iterator over the elements of type T
descendingIterator() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Gets the descending order iterator over the elements of type T
descendingIterator() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
descendingIterator() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Gets the descending order iterator over the elements of type T
descendingLongIterator() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
 
difference(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Generates the difference set
difference(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
difference(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Generates the difference set
difference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Generates the difference set
difference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Generates the difference set
difference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Generates the difference set
difference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Generates the difference set
difference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Generates the difference set
difference(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Generates the difference set
difference(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Generates the difference set
difference(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Generates the difference set
difference(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Generates the difference set
difference(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Generates the difference set
difference(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Generates the difference set
difference(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Generates the difference matrix
difference(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Generates the difference set
differenceSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the difference set size.
differenceSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
differenceSize(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the difference set size.
differenceSize(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the difference set size.
differenceSize(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the difference set size.
differenceSize(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the difference set size.
differenceSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Computes the difference set size.
differenceSize(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Computes the difference set size.
differenceSize(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Computes the difference set size.
differenceSize(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Computes the difference matrix size.
differenceSize(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Computes the difference set size.
doComplement(ImmutableConciseSet) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
doIntersection(Iterator<ImmutableConciseSet>) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 

E

empty() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
empty() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Generates an empty set
EMPTY - Static variable in class it.uniroma3.mat.extendedset.intset.HashIntSet
empty cell
empty() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Generates an empty set
empty() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Generates an empty CollectionMap instance with the same collection type for values
empty() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Generates an empty set
empty() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Generates an empty matrix of the same dimension
empty() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Generates an empty set
emptyBlock() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
 
emptyRow() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
entrySet() - Method in class it.uniroma3.mat.extendedset.utilities.ArrayMap
entrySet() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
equals(Object) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
equals(Object) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
equals(Object) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
equals(Object) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
equals(Object) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
equals(Object) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
equals(Object) - Method in class it.uniroma3.mat.extendedset.utilities.ArrayMap
equals(Object) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
equals(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
equals(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
equals(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
equals(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
equals(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
equals(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.Pair
equals(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
ExtendedSet<T> - Interface in it.uniroma3.mat.extendedset
An interface which extends SortedSet by adding intersection/union/difference and other set operations.
ExtendedSet.ExtendedIterator<X> - Interface in it.uniroma3.mat.extendedset
Extended version of the Iterator interface that allows to "skip" some elements of the set
extractContainer(IntSet) - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Removes the IntSetStatistics wrapper

F

FastSet - Class in it.uniroma3.mat.extendedset.intset
An IntSet implementation, representing a set of integers, based on an uncompressed bitmap.
FastSet() - Constructor for class it.uniroma3.mat.extendedset.intset.FastSet
Creates a new, empty set.
fill(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
fill(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Adds to the set all the elements between first and last, both included.
fill(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
fill(T, T) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Adds to the set all the elements between first and last, both included.
fill(int, int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Adds to the set all the elements between first and last, both included.
fill(int, int) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Adds to the set all the elements between first and last, both included.
fill(int, int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Adds to the set all the elements between first and last, both included.
fill(int, int) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Adds to the set all the elements between first and last, both included.
fill(int, int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Adds to the set all the elements between first and last, both included.
fill(int, int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Adds to the set all the elements between first and last, both included.
fill(T, T) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Adds to the set all the elements between first and last, both included.
fill(T, T) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Adds to the set all the elements between first and last, both included.
fill(Integer, Integer) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Adds to the set all the elements between first and last, both included.
fill(long, long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Adds to the set all the elements between first and last, both included.
fill(int, int, int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Adds to the matrix all the cells of the specified sub-matrix, both corners included.
fill(Pair<T, I>, Pair<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Adds to the set all the elements between first and last, both included.
first() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
first() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
first() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Returns the first (lowest) element currently in this set.
first() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Returns the first (lowest) element currently in this set.
first() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Returns the first (lowest) element currently in this set.
first() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Returns the first (lowest) element currently in this set.
first() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Returns the first (lowest) element currently in this set.
first() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
first() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
first() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
first - Variable in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
 
first() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Returns the first (lowest) element currently in this set.
first() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns the first (lowest) cell currently in this set.
first() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
flip(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
flip(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Adds the element if it not existing, or removes it if existing
flip(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
flip(T) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Adds the element if it not existing, or removes it if existing
flip(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Adds the element if it not existing, or removes it if existing
flip(T) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Adds the element if it not existing, or removes it if existing
flip(Integer) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Adds the element if it not existing, or removes it if existing
flip(long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Adds the element if it not existing, or removes it if existing
flip(int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Adds the cell if it not existing, or removes it if existing
flip(Pair<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Adds the element if it not existing, or removes it if existing
flipBitAsBinaryString(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
freecells - Variable in class it.uniroma3.mat.extendedset.intset.HashIntSet
This is the number of empty cells.

G

GenericExtendedSet<T extends Comparable<T>> - Class in it.uniroma3.mat.extendedset.wrappers
ExtendedSet-based class internally managed by an instance of any class implementing Collection
GenericExtendedSet(Class<? extends Collection>) - Constructor for class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Empty-set constructor
get(int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
get(int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
get(int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Gets the ith element of the set
get(int) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
get(int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Gets the ith element of the set
get(Object) - Method in class it.uniroma3.mat.extendedset.utilities.ArrayMap
get(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntList
 
get(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Gets the ith element of the set
get(long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Gets the ith element of the set
get(int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Gets the ith cell of the matrix.
get(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
get(int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Gets the ith element of the set
getBaseList(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntList
 
getCol(int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Gets a copy of the column with the given index
getComplementCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getComplementSizeCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getContainsAllCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getContainsAnyCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getContainsAtLeastCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getDifferenceCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getDifferenceSizeCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getEqualsCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getFlippedBit(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Gets the position of the flipped bit within a sequence word.
getHashCodeCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getIntersectionCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getIntersectionSizeCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getLast() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
getLastWordIndex() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
getLiteral(int, boolean) - Static method in class it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Gets the number of set bits within the literal word
getLiteralBits(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Gets the bits contained within the literal word
getLiteralFromOneSeqFlipBit(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
getLiteralFromZeroSeqFlipBit(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
getRow(int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Gets a copy of the row with the given index
getSequenceCount(int) - Static method in class it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
getSequenceWithNoBits(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Clears the (un)set bit in a sequence
getSizeCheckCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getSymmetricDifferenceCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getSymmetricDifferenceSizeCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getUnionCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getUnionSizeCount() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
getWords() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet

H

hashCode() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
hashCode() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
hashCode() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
hashCode() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
hashCode() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
hashCode() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
hashCode() - Method in class it.uniroma3.mat.extendedset.utilities.ArrayMap
hashCode(int) - Static method in class it.uniroma3.mat.extendedset.utilities.IntHashCode
Computes a hashcode for an integer
hashCode(int[]) - Static method in class it.uniroma3.mat.extendedset.utilities.IntHashCode
Computes the hashcode of an array of integers
hashCode(int[], int, int) - Static method in class it.uniroma3.mat.extendedset.utilities.IntHashCode
Computes the hashcode of an array of integers
hashCode() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
hashCode() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
hashCode() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
hashCode() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
hashCode() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
hashCode() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
hashCode() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.Pair
hashCode() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
HashIntSet - Class in it.uniroma3.mat.extendedset.intset
Implements a fast hash-set.
HashIntSet() - Constructor for class it.uniroma3.mat.extendedset.intset.HashIntSet
Constructs a new, empty set.
HashIntSet(int) - Constructor for class it.uniroma3.mat.extendedset.intset.HashIntSet
Constructs a new, empty set.
hasNext() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
hasNext() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
hasNext() - Method in interface it.uniroma3.mat.extendedset.intset.ConciseSetUtils.WordExpander
 
hasNext() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet.WordIterator
 
hasNext() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet.IntIterator
 
hasNext() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
 
hasNext() - Method in interface it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix.CellIterator
 
hasPrevious() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
hasPrevious() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
hasPrevious() - Method in interface it.uniroma3.mat.extendedset.intset.ConciseSetUtils.WordExpander
 
headSet(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
headSet(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
headSet(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
headSet(T) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
headSet(T) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
headSet(Pair<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet

I

ImmutableConciseSet - Class in it.uniroma3.mat.extendedset.intset
 
ImmutableConciseSet() - Constructor for class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
ImmutableConciseSet(ByteBuffer) - Constructor for class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
ImmutableConciseSet(IntBuffer) - Constructor for class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
ImmutableConciseSet.WordIterator - Class in it.uniroma3.mat.extendedset.intset
 
IndexedSet<T> - Class in it.uniroma3.mat.extendedset.wrappers
An ExtendedSet implementation that maps each element of the universe (i.e., the collection of all possible elements) to an integer referred to as its "index".
IndexedSet(IntSet, Collection<T>) - Constructor for class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Creates an empty IndexedSet based on a given collection that represents the set of all possible items that can be added to the IndexedSet instance.
indexOf(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
indexOf(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
indexOf(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Provides position of element within the set.
indexOf(T) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Provides position of element within the set.
indexOf(int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Provides position of element within the set.
indexOf(int) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Provides position of element within the set.
indexOf(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Provides position of element within the set.
indexOf(int) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Provides position of element within the set.
indexOf(int) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Provides position of element within the set.
indexOf(int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Provides position of element within the set.
indexOf(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Provides position of element within the set.
indexOf(T) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Provides position of element within the set.
indexOf(Integer) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Provides position of element within the set.
indexOf(long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Provides position of element within the set.
indexOf(int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Provides position of cell within the matrix.
indexOf(Pair<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Provides position of element within the set.
indices() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Returns the set of indices.
INITIAL_SIZE - Static variable in class it.uniroma3.mat.extendedset.intset.HashIntSet
 
IntegerSet - Class in it.uniroma3.mat.extendedset.wrappers
This class provides a "wrapper" for any IntSet instance in order to be used as an ExtendedSet instance.
IntegerSet(IntSet) - Constructor for class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Wraps an instance of IntSet
intersection(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
intersection(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Generates the intersection set
intersection(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Generates the intersection set
intersection(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Generates the intersection set
intersection(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Generates the intersection set
intersection(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Generates the intersection set
intersection(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Generates the intersection set
intersection(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Generates the intersection set
intersection(ImmutableConciseSet...) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
intersection(Iterable<ImmutableConciseSet>) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
intersection(Iterator<ImmutableConciseSet>) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
intersection(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Generates the intersection set
intersection(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Generates the intersection set
intersection(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Generates the intersection set
intersection(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Generates the intersection set
intersection(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Generates the intersection set
intersection(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Generates the intersection set
intersection(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Generates the intersection matrix
intersection(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Generates the intersection set
intersectionSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
intersectionSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the intersection set size.
intersectionSize(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the intersection set size.
intersectionSize(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the intersection set size.
intersectionSize(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Computes the intersection set size.
intersectionSize(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Computes the intersection set size.
intersectionSize(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Computes the intersection set size.
intersectionSize(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Computes the intersection set size.
intersectionSize(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the intersection set size.
intersectionSize(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the intersection set size.
intersectionSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Computes the intersection set size.
intersectionSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Computes the intersection set size.
intersectionSize(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Computes the intersection set size.
intersectionSize(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Computes the intersection set size.
intersectionSize(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Computes the intersection matrix size.
IntHashCode - Class in it.uniroma3.mat.extendedset.utilities
Hash functions for integers and integer arrays.
IntHashCode() - Constructor for class it.uniroma3.mat.extendedset.utilities.IntHashCode
 
IntList - Class in it.uniroma3.mat.extendedset.utilities
 
IntList() - Constructor for class it.uniroma3.mat.extendedset.utilities.IntList
 
IntList(int) - Constructor for class it.uniroma3.mat.extendedset.utilities.IntList
 
IntSet - Interface in it.uniroma3.mat.extendedset.intset
Very similar to ExtendedSet but for the primitive int type.
intSet() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
 
IntSet.IntIterator - Interface in it.uniroma3.mat.extendedset.intset
An Iterator-like interface that allows to "skip" some elements of the set
IntSetStatistics - Class in it.uniroma3.mat.extendedset.utilities
A wrapper class for classes that implement the IntSet interface to count method calls
IntSetStatistics(IntSet) - Constructor for class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Wraps an IntSet instance with an IntSetStatistics instance
involvedCols() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
involvedItems() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Gets the set of items in PairSet.allItems() that are contained in at least one transaction
involvedRows() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
involvedTransactions() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Gets the set of transactions in PairSet.allTransactions() that contains at least one item
isAllOnesLiteral(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
isAllZerosLiteral(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
isEmpty() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
isEmpty() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
isEmpty() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
isEmpty() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
isEmpty() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
isEmpty() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Returns true if this set contains no elements.
isEmpty() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
 
isEmpty() - Method in class it.uniroma3.mat.extendedset.utilities.IntList
 
isEmpty() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
isEmpty() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
isEmpty() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
isEmpty() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
isEmpty() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
 
isEmpty() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
isEmpty() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
isEmpty() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
isLiteral(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Checks whether a word is a literal one
isLiteralWithSingleOneBit(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
isLiteralWithSingleZeroBit(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
isOneSequence(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Checks whether a word contains a sequence of 1's
isSequenceWithNoBits(int) - Static method in class it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Checks whether a word contains a sequence of 0's
it.uniroma3.mat.extendedset - package it.uniroma3.mat.extendedset
 
it.uniroma3.mat.extendedset.intset - package it.uniroma3.mat.extendedset.intset
 
it.uniroma3.mat.extendedset.utilities - package it.uniroma3.mat.extendedset.utilities
 
it.uniroma3.mat.extendedset.utilities.random - package it.uniroma3.mat.extendedset.utilities.random
 
it.uniroma3.mat.extendedset.wrappers - package it.uniroma3.mat.extendedset.wrappers
 
it.uniroma3.mat.extendedset.wrappers.matrix - package it.uniroma3.mat.extendedset.wrappers.matrix
 
item - Variable in class it.uniroma3.mat.extendedset.wrappers.matrix.Pair
the item
itemsOf(T) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Lists all items contained within a given transaction
iterator() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
iterator() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
iterator() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
iterator() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
iterator() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
iterator() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
iterator() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
iterator() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
iterator() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
iterator() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
iterator() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
 
iterator() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
iterator() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
iterator() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
iterator() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
iterator() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
iterator() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
iterator() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
itr - Variable in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
 

J

jaccardDistance(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
jaccardDistance(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the Jaccard distance between this set and the given set.
jaccardDistance(ExtendedSet<T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the Jaccard distance between this set and the given set.
jaccardDistance(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the Jaccard distance between this set and the given set.
jaccardDistance(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the Jaccard distance between this set and the given set.
jaccardDistance(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the Jaccard distance between this set and the given set.
jaccardSimilarity(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
jaccardSimilarity(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the Jaccard similarity coefficient between this set and the given set.
jaccardSimilarity(ExtendedSet<T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the Jaccard similarity coefficient between this set and the given set.
jaccardSimilarity(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the Jaccard similarity coefficient between this set and the given set.
jaccardSimilarity(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the Jaccard similarity coefficient between this set and the given set.
jaccardSimilarity(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the Jaccard similarity coefficient between this set and the given set.
jaccardSimilarity(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Computes the Jaccard similarity coefficient between this set and the given set.
jaccardSimilarity(ExtendedSet<Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Computes the Jaccard similarity coefficient between this set and the given set.

K

keySet() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap

L

last() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
last() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
last() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Returns the last (highest) element currently in this set.
last() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Returns the last (highest) element currently in this set.
last() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Returns the last (highest) element currently in this set.
last() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Returns the last (highest) element currently in this set.
last() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Returns the last (highest) element currently in this set.
last() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Returns the last (highest) element currently in this set.
last() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Returns the last (highest) element currently in this set.
last() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
last() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
last() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
last() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Returns the last (highest) element currently in this set.
last() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns the last (highest) cell currently in this set.
last() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
length() - Method in class it.uniroma3.mat.extendedset.utilities.IntList
 
LOAD_FACTOR - Static variable in class it.uniroma3.mat.extendedset.intset.HashIntSet
 
longIterator() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
 
LongSet - Class in it.uniroma3.mat.extendedset.wrappers
Very similar to ExtendedSet but for the primitive long type.
LongSet(IntSet) - Constructor for class it.uniroma3.mat.extendedset.wrappers.LongSet
Creates an empty set
LongSet.ExtendedLongIterator - Class in it.uniroma3.mat.extendedset.wrappers
A Iterator -like interface that allows to "skip" some elements of the set

M

main(String[]) - Static method in class it.uniroma3.mat.extendedset.utilities.ArrayMap
Test
main(String[]) - Static method in class it.uniroma3.mat.extendedset.utilities.BitCount
Test
main(String[]) - Static method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Test procedure
main(String[]) - Static method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Tests the code.
main(String[]) - Static method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Tests the code.
makeAllCollectionsUnmodifiable() - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Makes all collections read-only
mapValueToKeys(Map<I, K>) - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Populates the current instance with the data from another map.
matrix() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Returns the set of indices.
MAX_ALLOWED_INTEGER - Static variable in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
The highest representable integer.
MAX_LITERAL_LENGTH - Static variable in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Maximum number of representable bits within a literal
maxCol() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
maxLiteralLengthDivision(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Calculates the division by 31
maxLiteralLengthModulus(int) - Static method in class it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Calculates the multiplication by 31 in a faster way than using n * 31
maxRow() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
merged(PairSet<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Creates a new PairSet instance with the union of all possible transactions and items as result for PairSet.allTransactions() and PairSet.allItems(), respectively, and the union of pairs.
MersenneTwister - Class in it.uniroma3.mat.extendedset.utilities.random
MersenneTwister and MersenneTwisterFast
MersenneTwister() - Constructor for class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Constructor using the default seed.
MersenneTwister(long) - Constructor for class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Constructor using a given seed.
MersenneTwister(int[]) - Constructor for class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Constructor using an array of integers as seed.
MersenneTwisterFast - Class in it.uniroma3.mat.extendedset.utilities.random
MersenneTwister and MersenneTwisterFast
MersenneTwisterFast() - Constructor for class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Constructor using the default seed.
MersenneTwisterFast(long) - Constructor for class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Constructor using a given seed.
MersenneTwisterFast(int[]) - Constructor for class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Constructor using an array of integers as seed.
MIN_ALLOWED_SET_BIT - Static variable in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
The lowest representable integer.
modCount - Variable in class it.uniroma3.mat.extendedset.intset.ConciseSet
User for fail-fast iterator.
modCount - Variable in class it.uniroma3.mat.extendedset.intset.HashIntSet
concurrent modification during iteration

N

newCollectionMap(EX) - Static method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Generates a new CollectionMap instance.
newImmutableFromMutable(ConciseSet) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
newLiteralAndZeroFillExpander() - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
newOneFillExpander() - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
newWordIterator() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
next() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
next() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
next() - Method in interface it.uniroma3.mat.extendedset.intset.ConciseSetUtils.WordExpander
 
next() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet.WordIterator
 
next() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet.IntIterator
 
next(int) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Returns an integer with bits bits filled with a random number.
next() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
 
next() - Method in interface it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix.CellIterator
Returns the next cell in the iteration.
nextBoolean() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
This method is missing from jdk 1.0.x and below.
nextBoolean(float) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
This generates a coin flip with a probability probability of returning true, else returning false.
nextBoolean(double) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
This generates a coin flip with a probability probability of returning true, else returning false.
nextBoolean() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 
nextBoolean(float) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
This generates a coin flip with a probability probability of returning true, else returning false.
nextBoolean(double) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
This generates a coin flip with a probability probability of returning true, else returning false.
nextByte() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
nextByte() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 
nextBytes(byte[]) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
A bug fix for all versions of the JDK.
nextBytes(byte[]) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 
nextChar() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
nextChar() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 
nextDouble() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
A bug fix for versions of JDK 1.1 and below.
nextDouble() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Returns a random double in the half-open range from [0.0,1.0).
nextFloat() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
A bug fix for versions of JDK 1.1 and below.
nextFloat() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Returns a random float in the half-open range from [0.0f,1.0f).
nextGaussian() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
A bug fix for all JDK code including 1.2.
nextGaussian() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 
nextInt(int) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
This method is missing from JDK 1.1 and below.
nextInt() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 
nextInt(int) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Returns an integer drawn uniformly from 0 to n-1.
nextItr() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
 
nextLong(long) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
This method is for completness' sake.
nextLong() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 
nextLong(long) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Returns a long drawn uniformly from 0 to n-1.
nextShort() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
nextShort() - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 

O

onesUntil(int) - Static method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
 
otherItrs - Variable in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
 

P

Pair<T,I> - Class in it.uniroma3.mat.extendedset.wrappers.matrix
A class for representing a single transaction-item relationship.
Pair(T, I) - Constructor for class it.uniroma3.mat.extendedset.wrappers.matrix.Pair
Creates a new transaction-item pair
PairMap<T,I,V> - Class in it.uniroma3.mat.extendedset.wrappers.matrix
An class that associates a value to each pair within a PairSet instance.
PairMap(PairSet<T, I>) - Constructor for class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
Creates an empty map
PairSet<T,I> - Class in it.uniroma3.mat.extendedset.wrappers.matrix
A set of pairs internally represented by a binary matrix.
PairSet(BinaryMatrix, Collection<T>, Collection<I>) - Constructor for class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Initializes the set by specifying all possible transactions and items.
PairSet(BinaryMatrix, Object[][]) - Constructor for class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Initializes the set by specifying all possible transactions and items.
PairSet(BinaryMatrix, Collection<? extends Pair<T, I>>) - Constructor for class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Converts a generic collection of transaction-item pairs to a PairSet instance.
powerSet() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
powerSet(int, int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
powerSet() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the power-set of the current set.
powerSet(int, int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
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 it.uniroma3.mat.extendedset.ExtendedSet
Computes the power-set of the current set.
powerSet(int, int) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
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 class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the power-set of the current set.
powerSet(int, int) - Method in class it.uniroma3.mat.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 it.uniroma3.mat.extendedset.intset.IntSet
Computes the power-set of the current set.
powerSet(int, int) - Method in interface it.uniroma3.mat.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.
powerSet() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the power-set of the current set.
powerSet(int, int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
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 class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Computes the power-set of the current set.
powerSet(int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
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 class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Computes the power-set of the current set.
powerSet(int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
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 class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Computes the power-set of the current set.
powerSet(int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
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 it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
powerSetSize(int, int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
powerSetSize() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the power-set size of the current set.
powerSetSize(int, int) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the power-set size of the current set, composed by those subsets that have cardinality between min and max.
powerSetSize() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the power-set size of the current set.
powerSetSize(int, int) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the power-set size of the current set, composed by those subsets that have cardinality between min and max.
powerSetSize() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the power-set size of the current set.
powerSetSize(int, int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the power-set size of the current set, composed by those subsets that have cardinality between min and max.
powerSetSize() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the power-set size of the current set.
powerSetSize(int, int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the power-set size of the current set, composed by those subsets that have cardinality between min and max.
powerSetSize() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the power-set size of the current set.
powerSetSize(int, int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the power-set size of the current set, composed by those subsets that have cardinality between min and max.
previous() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
previous() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
previous() - Method in interface it.uniroma3.mat.extendedset.intset.ConciseSetUtils.WordExpander
 
put(Integer, T) - Method in class it.uniroma3.mat.extendedset.utilities.ArrayMap
put(Pair<T, I>, V) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
putAllItems(K, Collection<? extends I>) - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Adds a collection of items to the collection corresponding to the given key
putItem(K, I) - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Adds an item to the collection corresponding to the given key

R

raw() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
raw() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
raw() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
readState(DataInputStream) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Reads the entire state of the MersenneTwister RNG from the stream
readState(DataInputStream) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Reads the entire state of the MersenneTwister RNG from the stream
rehash() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Figures out correct size for rehashed set, then does the rehash.
rehash(int) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Rehashes to a bigger size.
remove(Object) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
remove(Object) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
remove(int) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Removes the specified element from this set if it is present.
remove(int) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Removes the specified element from this set if it is present.
remove(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Removes the specified element from this set if it is present.
remove(int) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Removes the specified element from this set if it is present.
remove(int) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Removes the specified element from the set.
remove() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet.WordIterator
 
remove() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet.IntIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(int) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Removes the specified element from this set if it is present.
remove(int) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Removes the specified element from this set if it is present.
remove(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
remove(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
remove(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
remove() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Removes the specified element from this set if it is present.
remove() - Method in interface it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix.CellIterator
Removes from the underlying matrix the last cell returned by the iterator (optional operation).
remove(int, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes the specified cell from this matrix if it is present.
remove(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
remove(Object) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
remove(T, I) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Removes a single transaction-item pair
removeAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
removeAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
removeAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
removeAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
removeAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
removeAll(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(int, IntSet) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes the specified cells from this matrix.
removeAll(IntSet, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes the specified cells from this matrix.
removeAll(IntSet, IntSet) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes the specified cells from this matrix.
removeAll(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes from this matrix all of its cells that are contained in the specified collection.
removeAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
removeAll(Collection<T>, Collection<I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Removes the pairs obtained from the Cartesian product of transactions and items
removeAll(T, Collection<I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Removes the pairs obtained from the Cartesian product of transactions and items
removeAll(Collection<T>, I) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Removes the pairs obtained from the Cartesian product of transactions and items
removeAllItems(K, Collection<? extends I>) - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Removes a collection of items from the collection corresponding to the given key
REMOVED - Static variable in class it.uniroma3.mat.extendedset.intset.HashIntSet
When an object is deleted this object is put into the hashtable in its place, so that other objects with the same key (collisions) further down the hashtable are not lost after we delete an object in the collision chain.
removeItem(K, I) - Method in class it.uniroma3.mat.extendedset.utilities.CollectionMap
Removes the item from the collection corresponding to the given key
reset(int, int, boolean) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
reset(int, int, boolean) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
reset(int, int, boolean) - Method in interface it.uniroma3.mat.extendedset.intset.ConciseSetUtils.WordExpander
 
resetCounters() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Resets all counters
retainAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
retainAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
retainAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Retains only the elements in this set that are contained in the specified collection.
retainAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
retainAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
retainAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
retainAll(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(int, IntSet) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Retains the specified cells from this matrix.
retainAll(IntSet, int) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes the specified cells from this matrix.
retainAll(IntSet, IntSet) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Removes the specified cells from this matrix.
retainAll(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Retains only the cells in this matrix that are contained in the specified collection.
retainAll(Collection<?>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
retainAll(Collection<T>, Collection<I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Retains the pairs obtained from the Cartesian product of transactions and items
retainAll(T, Collection<I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Retains the pairs obtained from the Cartesian product of transactions and items
retainAll(Collection<T>, I) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Retains the pairs obtained from the Cartesian product of transactions and items

S

SEQUENCE_BIT - Static variable in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils
Sequence bit
set(int, int) - Method in class it.uniroma3.mat.extendedset.utilities.IntList
 
setSeed(long) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Initialize the pseudo random number generator.
setSeed(int[]) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Sets the seed of the MersenneTwister using an array of integers.
setSeed(long) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Initialize the pseudo random number generator.
setSeed(int[]) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Sets the seed of the MersenneTwister using an array of integers.
size() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
size() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
size() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
size() - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
size() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
size() - Method in class it.uniroma3.mat.extendedset.intset.FastSet
size - Variable in class it.uniroma3.mat.extendedset.intset.HashIntSet
number of elements
size() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Returns the number of elements in this set (its cardinality).
size() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
size() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
 
size() - Method in class it.uniroma3.mat.extendedset.utilities.ArrayMap
size() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
size() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
size() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
size() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
size() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
 
size() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
size() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap
size() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
skipAllAfter(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
skipAllAfter(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
skipAllAfter(int) - Method in interface it.uniroma3.mat.extendedset.intset.ConciseSetUtils.WordExpander
 
skipAllBefore(X) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet.ExtendedIterator
Skips all the elements before the the specified element, so that Iterator.next() gives the given element or, if it does not exist, the element immediately after according to the sorting provided by this SortedSet instance.
skipAllBefore(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.LiteralAndZeroFillExpander
 
skipAllBefore(int) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSetUtils.OneFillExpander
 
skipAllBefore(int) - Method in interface it.uniroma3.mat.extendedset.intset.ConciseSetUtils.WordExpander
 
skipAllBefore(int) - Method in interface it.uniroma3.mat.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.
skipAllBefore(long) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet.ExtendedLongIterator
Skips all the elements before the the specified element, so that LongSet.ExtendedLongIterator.next() gives the given element or, if it does not exist, the element immediately after according to the sorting provided by this set.
skipAllBefore(int, int) - Method in interface it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix.CellIterator
Skips all the cells before the the specified cell, so that next() gives the given cell or, if it does not exist, the cell immediately after according to the sorting provided by this set.
stateEquals(Object) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
 
stateEquals(Object) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
 
subSet(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
subSet(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
subSet(T, T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
subSet(T, T) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
subSet(T, T) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
subSet(Pair<T, I>, Pair<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
summary() - Static method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
 
symmetricDifference(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
symmetricDifference(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Generates the symmetric difference set
symmetricDifference(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Generates the symmetric difference set
symmetricDifference(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Generates the symmetric difference set
symmetricDifference(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Generates the symmetric difference set
symmetricDifference(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Generates the symmetric difference set
symmetricDifference(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Generates the symmetric difference set
symmetricDifference(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Generates the symmetric difference set
symmetricDifference(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Generates the symmetric difference matrix
symmetricDifference(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Generates the symmetric difference set
symmetricDifferenceSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
symmetricDifferenceSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the symmetric difference set size.
symmetricDifferenceSize(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the symmetric difference set size.
symmetricDifferenceSize(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the symmetric difference set size.
symmetricDifferenceSize(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the symmetric difference set size.
symmetricDifferenceSize(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the symmetric difference set size.
symmetricDifferenceSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Computes the symmetric difference set size.
symmetricDifferenceSize(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Computes the symmetric difference set size.
symmetricDifferenceSize(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Computes the symmetric difference set size.
symmetricDifferenceSize(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Computes the symmetric difference matrix size.
symmetricDifferenceSize(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Computes the symmetric difference set size.

T

tailSet(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.ExtendedSubSet
 
tailSet(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
tailSet(T) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
tailSet(T) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
tailSet(T) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
tailSet(Pair<T, I>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
toArray() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
toArray(X[]) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
toArray() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
toArray(int[]) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Returns an array containing all of the elements in this set.
toArray(int[]) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Returns an array containing all of the elements in this set.
toArray() - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
 
toArray(int[]) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Returns an array containing all of the elements in this set.
toArray() - Method in class it.uniroma3.mat.extendedset.utilities.IntList
 
toArray() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
toArray(int[]) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Returns an array containing all of the elements in this set.
toArray() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
 
toArray(long[]) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Returns an array containing all of the elements in this set.
toArray() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
 
toArray(boolean[][]) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Returns an array containing all of the cells in this matrix.
toByteBuffer() - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
toBytes() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
toString() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
toString() - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
toString() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
toString() - Method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
toString() - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
toString() - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
toString() - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
toString() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Generates an ASCII-art matrix representation
toString() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.Pair
transaction - Variable in class it.uniroma3.mat.extendedset.wrappers.matrix.Pair
the transaction
transactionsOf(I) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Lists all transactions involved with a specified item
transposed() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Generated a transposed matrix
transposed() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
 

U

union(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
union(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Generates the union set
union(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Generates the union set
union(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Generates the union set
union(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ArraySet
Generates the union set
union(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.ConciseSet
Generates the union set
union(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.FastSet
Generates the union set
union(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Generates the union set
union(ImmutableConciseSet...) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
union(Iterable<ImmutableConciseSet>) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
union(Iterator<ImmutableConciseSet>) - Static method in class it.uniroma3.mat.extendedset.intset.ImmutableConciseSet
 
union(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Generates the union set
union(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Generates the union set
union(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Generates the union set
union(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Generates the union set
union(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Generates the union set
union(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Generates the union set
union(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Generates the union matrix
union(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Generates the union set
unionSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
unionSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the union set size.
unionSize(Collection<? extends T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the union set size.
unionSize(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the union set size.
unionSize(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the union set size.
unionSize(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the union set size.
unionSize(Collection<? extends T>) - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Computes the union set size.
unionSize(Collection<? extends Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Computes the union set size.
unionSize(LongSet) - Method in class it.uniroma3.mat.extendedset.wrappers.LongSet
Computes the union set size.
unionSize(BinaryMatrix) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.BinaryMatrix
Computes the union matrix size.
unionSize(Collection<? extends Pair<T, I>>) - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairSet
Computes the union set size.
universe() - Method in class it.uniroma3.mat.extendedset.wrappers.IndexedSet
Returns the collection of all possible elements
unmodifiable() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
unmodifiable() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Gets the read-only version of the current set
unmodifiable() - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.UnmodifiableExtendedSet
 
unmodifiable() - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Gets the read-only version of the current set
unmodifiable() - Method in class it.uniroma3.mat.extendedset.wrappers.GenericExtendedSet
Gets the read-only version of the current set
unsortedIterator() - Method in class it.uniroma3.mat.extendedset.intset.HashIntSet
Similar to HashIntSet.iterator(), but with no particular order

V

values() - Method in class it.uniroma3.mat.extendedset.wrappers.matrix.PairMap

W

weightedJaccardDistance(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
weightedJaccardDistance(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the weighted version of the Jaccard distance between this set and the given set.
weightedJaccardDistance(ExtendedSet<T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the weighted version of the Jaccard distance between this set and the given set.
weightedJaccardDistance(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the weighted version of the Jaccard distance between this set and the given set.
weightedJaccardDistance(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the weighted version of the Jaccard distance between this set and the given set.
weightedJaccardDistance(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the weighted version of the Jaccard distance between this set and the given set.
weightedJaccardSimilarity(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet.FilteredSet
 
weightedJaccardSimilarity(ExtendedSet<T>) - Method in class it.uniroma3.mat.extendedset.AbstractExtendedSet
Computes the weighted version of the Jaccard similarity coefficient between this set and the given set.
weightedJaccardSimilarity(ExtendedSet<T>) - Method in interface it.uniroma3.mat.extendedset.ExtendedSet
Computes the weighted version of the Jaccard similarity coefficient between this set and the given set.
weightedJaccardSimilarity(IntSet) - Method in class it.uniroma3.mat.extendedset.intset.AbstractIntSet
Computes the weighted version of the Jaccard similarity coefficient between this set and the given set.
weightedJaccardSimilarity(IntSet) - Method in interface it.uniroma3.mat.extendedset.intset.IntSet
Computes the weighted version of the Jaccard similarity coefficient between this set and the given set.
weightedJaccardSimilarity(IntSet) - Method in class it.uniroma3.mat.extendedset.utilities.IntSetStatistics
Computes the weighted version of the Jaccard similarity coefficient between this set and the given set.
weightedJaccardSimilarity(ExtendedSet<Integer>) - Method in class it.uniroma3.mat.extendedset.wrappers.IntegerSet
Computes the weighted version of the Jaccard similarity coefficient between this set and the given set.
writeState(DataOutputStream) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwister
Writes the entire state of the MersenneTwister RNG to the stream
writeState(DataOutputStream) - Method in class it.uniroma3.mat.extendedset.utilities.random.MersenneTwisterFast
Writes the entire state of the MersenneTwister RNG to the stream
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2016. All rights reserved.