Skip navigation links
A C E F H I K L M N O R S T U 

A

a - Variable in class it.unimi.dsi.fastutil.ints.IntArraySet
The backing array (valid up to IntArraySet.size, excluded).
AbstractIntSet - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractIntSet() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntSet
 
AbstractIntSortedSet - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
AbstractIntSortedSet() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntSortedSet
 
actualComparator - Variable in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
This set's actual comparator; it may differ from IntAVLTreeSet.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
This set's actual comparator; it may differ from IntRBTreeSet.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
add(int) - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
add(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntSet
Deprecated.
Please use the corresponding type-specific method instead.
addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
addAndMoveToFirst(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToFirst(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToLast(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addAndMoveToLast(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.

C

clear() - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
clear() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
clear() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.ints.IntSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
comparator() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
comparator() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
comparator() - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
comparator() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
contains(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntSet
Deprecated.
Please use the corresponding type-specific method instead.
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
containsNull - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Whether this set contains the null key.
count - Variable in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Number of elements in this set.
count - Variable in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Number of elements in this set.

E

element - Variable in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.ints.IntSets
An empty set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.ints.IntSortedSets
An empty sorted set (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns an empty set (immutable).
EmptySet() - Constructor for class it.unimi.dsi.fastutil.ints.IntSets.EmptySet
 
EmptySet() - Constructor for class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntSets.EmptySet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntSets.UnmodifiableSet
 

F

f - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
The acceptable load factor.
first - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
The index of the first entry in iteration order.
first - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
The index of the first entry in iteration order.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
firstEntry - Variable in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
The entry of the first element of this set.
firstEntry - Variable in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
The entry of the first element of this set.
firstInt() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
firstInt() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns the first element of this set in iteration order.
firstInt() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns the first element of this set in iteration order.
firstInt() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns the first (lowest) element currently in this set.
firstInt() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
firstInt() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
firstInt() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
firstInt() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Modifies the IntLinkedOpenCustomHashSet.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Modifies the IntLinkedOpenCustomHashSet.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Modifies the IntLinkedOpenHashSet.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Modifies the IntLinkedOpenHashSet.link vector for a shift from s to d.
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
forEach(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
Deprecated.
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
from(int) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns an unmodifiable type-specific set containing elements greater than or equal to a given element.
fromTo(int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns an unmodifiable type-specific set containing elements in the given range.

H

hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntSets.UnmodifiableSet
 
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
headSet(int) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
headSet(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
headSet(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
headSet(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
headSet(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.

I

IntArraySet - Class in it.unimi.dsi.fastutil.ints
A simple, brute-force implementation of a set based on a backing array.
IntArraySet(int[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set using the given backing array.
IntArraySet() - Constructor for class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new empty array set.
IntArraySet(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new empty array set of given initial capacity.
IntArraySet(IntCollection) - Constructor for class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set copying the contents of a given collection.
IntArraySet(Collection<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set copying the contents of a given set.
IntArraySet(IntSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set copying the contents of a given collection.
IntArraySet(Set<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set copying the contents of a given set.
IntArraySet(int[], int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set using the given backing array and the given number of elements of the array.
IntAVLTreeSet - Class in it.unimi.dsi.fastutil.ints
A type-specific AVL tree set with a fast, small-footprint implementation.
IntAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new empty tree set.
IntAVLTreeSet(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new empty tree set with the given comparator.
IntAVLTreeSet(Collection<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set copying a given set.
IntAVLTreeSet(SortedSet<Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
IntAVLTreeSet(IntCollection) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set copying a given type-specific collection.
IntAVLTreeSet(IntSortedSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
IntAVLTreeSet(IntIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
IntAVLTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set using elements provided by an iterator.
IntAVLTreeSet(int[], int, int, Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
IntAVLTreeSet(int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set and fills it with the elements of a given array.
IntAVLTreeSet(int[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set copying the elements of an array.
IntAVLTreeSet(int[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
IntLinkedOpenCustomHashSet - Class in it.unimi.dsi.fastutil.ints
A type-specific linked hash set with with a fast, small-footprint implementation.
IntLinkedOpenCustomHashSet(int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set.
IntLinkedOpenCustomHashSet(int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
IntLinkedOpenCustomHashSet(IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
IntLinkedOpenCustomHashSet(Collection<? extends Integer>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set copying a given collection.
IntLinkedOpenCustomHashSet(Collection<? extends Integer>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
IntLinkedOpenCustomHashSet(IntCollection, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
IntLinkedOpenCustomHashSet(IntCollection, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntLinkedOpenCustomHashSet(IntIterator, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
IntLinkedOpenCustomHashSet(IntIterator, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
IntLinkedOpenCustomHashSet(Iterator<?>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
IntLinkedOpenCustomHashSet(Iterator<?>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
IntLinkedOpenCustomHashSet(int[], int, int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
IntLinkedOpenCustomHashSet(int[], int, int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
IntLinkedOpenCustomHashSet(int[], float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set copying the elements of an array.
IntLinkedOpenCustomHashSet(int[], IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
IntLinkedOpenHashSet - Class in it.unimi.dsi.fastutil.ints
A type-specific linked hash set with with a fast, small-footprint implementation.
IntLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set.
IntLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
IntLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
IntLinkedOpenHashSet(Collection<? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set copying a given collection.
IntLinkedOpenHashSet(Collection<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
IntLinkedOpenHashSet(IntCollection, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set copying a given type-specific collection.
IntLinkedOpenHashSet(IntCollection) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntLinkedOpenHashSet(IntIterator, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
IntLinkedOpenHashSet(IntIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
IntLinkedOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set using elements provided by an iterator.
IntLinkedOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
IntLinkedOpenHashSet(int[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
IntLinkedOpenHashSet(int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
IntLinkedOpenHashSet(int[], float) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set copying the elements of an array.
IntLinkedOpenHashSet(int[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
IntOpenCustomHashSet - Class in it.unimi.dsi.fastutil.ints
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
IntOpenCustomHashSet(int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set.
IntOpenCustomHashSet(int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
IntOpenCustomHashSet(IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
IntOpenCustomHashSet(Collection<? extends Integer>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set copying a given collection.
IntOpenCustomHashSet(Collection<? extends Integer>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
IntOpenCustomHashSet(IntCollection, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
IntOpenCustomHashSet(IntCollection, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntOpenCustomHashSet(IntIterator, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
IntOpenCustomHashSet(IntIterator, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
IntOpenCustomHashSet(Iterator<?>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
IntOpenCustomHashSet(Iterator<?>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
IntOpenCustomHashSet(int[], int, int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
IntOpenCustomHashSet(int[], int, int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
IntOpenCustomHashSet(int[], float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set copying the elements of an array.
IntOpenCustomHashSet(int[], IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
IntOpenHashSet - Class in it.unimi.dsi.fastutil.ints
A type-specific hash set with with a fast, small-footprint implementation.
IntOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set.
IntOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
IntOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
IntOpenHashSet(Collection<? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set copying a given collection.
IntOpenHashSet(Collection<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
IntOpenHashSet(IntCollection, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set copying a given type-specific collection.
IntOpenHashSet(IntCollection) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
IntOpenHashSet(IntIterator, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
IntOpenHashSet(IntIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
IntOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set using elements provided by an iterator.
IntOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
IntOpenHashSet(int[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
IntOpenHashSet(int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
IntOpenHashSet(int[], float) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set copying the elements of an array.
IntOpenHashSet(int[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
IntRBTreeSet - Class in it.unimi.dsi.fastutil.ints
A type-specific red-black tree set with a fast, small-footprint implementation.
IntRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new empty tree set.
IntRBTreeSet(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new empty tree set with the given comparator.
IntRBTreeSet(Collection<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set copying a given collection.
IntRBTreeSet(SortedSet<Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
IntRBTreeSet(IntCollection) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set copying a given type-specific collection.
IntRBTreeSet(IntSortedSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
IntRBTreeSet(IntIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
IntRBTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set using elements provided by an iterator.
IntRBTreeSet(int[], int, int, Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
IntRBTreeSet(int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set and fills it with the elements of a given array.
IntRBTreeSet(int[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set copying the elements of an array.
IntRBTreeSet(int[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntRBTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
IntSet - Interface in it.unimi.dsi.fastutil.ints
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
IntSets - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific sets.
IntSets.EmptySet - Class in it.unimi.dsi.fastutil.ints
An immutable class representing the empty set and implementing a type-specific set interface.
IntSets.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton set.
IntSets.SynchronizedSet - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for sets.
IntSets.UnmodifiableSet - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for sets.
IntSortedSet - Interface in it.unimi.dsi.fastutil.ints
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
IntSortedSets - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific sorted sets.
IntSortedSets.EmptySet - Class in it.unimi.dsi.fastutil.ints
An immutable class representing the empty sorted set and implementing a type-specific set interface.
IntSortedSets.Singleton - Class in it.unimi.dsi.fastutil.ints
A class representing a singleton sorted set.
IntSortedSets.SynchronizedSortedSet - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for sorted sets.
IntSortedSets.UnmodifiableSortedSet - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for sorted sets.
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
it.unimi.dsi.fastutil.ints - package it.unimi.dsi.fastutil.ints
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSet
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.ints.IntSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
iterator(int) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
iterator() - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set.
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 

K

key - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
The array of keys.

L

last - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
The index of the last entry in iteration order.
last - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
The index of the last entry in iteration order.
last() - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
lastEntry - Variable in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
The entry of the last element of this set.
lastEntry - Variable in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
The entry of the last element of this set.
lastInt() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
lastInt() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns the last element of this set in iteration order.
lastInt() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns the last element of this set in iteration order.
lastInt() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
lastInt() - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns the last (highest) element currently in this set.
lastInt() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
lastInt() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
lastInt() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
lastInt() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
link - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
link - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

mask - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Threshold after which we rehash.
minN - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
We never resize below this threshold, which is the construction-time {#n}.

N

n - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
The current table size.

O

of() - Static method in class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new empty array set.
of(int) - Static method in class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set using the element given.
of(int...) - Static method in class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set using an array of elements.
of() - Static method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new empty hash set.
of(int) - Static method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(int, int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(int...) - Static method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of() - Static method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new empty hash set.
of(int) - Static method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(int, int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(int...) - Static method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of() - Static method in interface it.unimi.dsi.fastutil.ints.IntSet
Returns an immutable empty set.
of(int) - Static method in interface it.unimi.dsi.fastutil.ints.IntSet
Returns an immutable set with the element given.
of(int, int) - Static method in interface it.unimi.dsi.fastutil.ints.IntSet
Returns an immutable set with the elements given.
of(int, int, int) - Static method in interface it.unimi.dsi.fastutil.ints.IntSet
Returns an immutable set with the elements given.
of(int...) - Static method in interface it.unimi.dsi.fastutil.ints.IntSet
Returns an immutable list with the elements given.
ofUnchecked() - Static method in class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new empty array set.
ofUnchecked(int...) - Static method in class it.unimi.dsi.fastutil.ints.IntArraySet
Creates a new array set using an array of elements.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Rehashes the set.
rem(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSet
Deprecated.
Please use remove() instead.
rem(int) - Method in interface it.unimi.dsi.fastutil.ints.IntSet
Deprecated.
Please use remove() instead.
rem(int) - Method in class it.unimi.dsi.fastutil.ints.IntSets.EmptySet
Deprecated.
rem(int) - Method in class it.unimi.dsi.fastutil.ints.IntSets.SynchronizedSet
Deprecated.
rem(int) - Method in class it.unimi.dsi.fastutil.ints.IntSets.UnmodifiableSet
Deprecated.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSet
Removes an element from this set.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.IntSet
Removes an element from this set.
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntSet
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntSets.EmptySet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntSets.SynchronizedSet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntSets.UnmodifiableSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
removeAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
removeFirstInt() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Removes the first key in iteration order.
removeFirstInt() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Removes the first key in iteration order.
removeIf(Predicate<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
Deprecated.
removeIf(IntPredicate) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
removeLastInt() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Removes the the last key in iteration order.
removeLastInt() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Removes the the last key in iteration order.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
retainAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 

S

shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns a type-specific immutable set containing only the specified element.
singleton(Integer) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns a type-specific immutable set containing only the specified element.
Singleton(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
Singleton(int, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntArraySet
The number of valid entries in IntArraySet.a.
size() - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
sortedSet - Variable in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
 
spliterator() - Method in interface it.unimi.dsi.fastutil.ints.IntSet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
This set's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Returns the hashing strategy.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
subSet(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
subSet(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
synchronize(IntSet) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(IntSet, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(IntSortedSet) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(IntSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
SynchronizedSet(IntSet, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntSets.SynchronizedSet
 
SynchronizedSet(IntSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntSets.SynchronizedSet
 
SynchronizedSortedSet(IntSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(IntSortedSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 

T

tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
 
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
 
tailSet(int) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
 
tailSet(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
 
tailSet(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
 
tailSet(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
tailSet(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
to(int) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns an unmodifiable type-specific set containing elements smaller than a given element.
toArray(int[]) - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
toArray() - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
Deprecated.
toIntArray() - Method in class it.unimi.dsi.fastutil.ints.IntArraySet
 
toIntArray() - Method in class it.unimi.dsi.fastutil.ints.IntSets.Singleton
 
toSet(IntStream) - Static method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Collects the result of a primitive Stream into a new hash set.
toSet(IntStream) - Static method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Collects the result of a primitive Stream into a new hash set.
toSetWithExpectedSize(IntStream, int) - Static method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Collects the result of a primitive Stream into a new hash set, potentially pre-allocated to handle the given size.
toSetWithExpectedSize(IntStream, int) - Static method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Collects the result of a primitive Stream into a new hash set, potentially pre-allocated to handle the given size.
tree - Variable in class it.unimi.dsi.fastutil.ints.IntAVLTreeSet
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.ints.IntRBTreeSet
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenCustomHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.IntLinkedOpenHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenCustomHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.IntOpenHashSet
Rehashes this set if the table is too large.

U

unmodifiable(IntSet) - Static method in class it.unimi.dsi.fastutil.ints.IntSets
Returns an unmodifiable type-specific set backed by the given type-specific set.
unmodifiable(IntSortedSet) - Static method in class it.unimi.dsi.fastutil.ints.IntSortedSets
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
UnmodifiableSet(IntSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntSets.UnmodifiableSet
 
UnmodifiableSortedSet(IntSortedSet) - Constructor for class it.unimi.dsi.fastutil.ints.IntSortedSets.UnmodifiableSortedSet
 
A C E F H I K L M N O R S T U 
Skip navigation links