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

A

a - Variable in class it.unimi.dsi.fastutil.objects.ObjectArraySet
The backing array (valid up to ObjectArraySet.size, excluded).
AbstractObjectSet<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractObjectSet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObjectSet
 
AbstractObjectSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
AbstractObjectSortedSet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObjectSortedSet
 
actualComparator - Variable in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
This set's actual comparator; it may differ from ObjectAVLTreeSet.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.objects.ObjectRBTreeSet
This set's actual comparator; it may differ from ObjectRBTreeSet.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
add(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
addAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addOrGet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Add a random element if not present, get the existing value if already present.
addOrGet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Add a random element if not present, get the existing value if already present.
addOrGet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Add a random element if not present, get the existing value if already present.
addOrGet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Add a random element if not present, get the existing value if already present.

C

clear() - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
comparator() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
comparator() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
containsNull - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Whether this set contains the null key.
count - Variable in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Number of elements in this set.
count - Variable in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Number of elements in this set.

E

element - Variable in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.objects.ObjectSets
An empty set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
An empty sorted set (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.objects.ObjectSets
Returns an empty set (immutable).
EmptySet() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSets.EmptySet
 
emptySet() - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns an empty sorted set (immutable).
EmptySet() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.EmptySet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.UnmodifiableSet
 

F

f - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
The acceptable load factor.
first() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
first - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
The index of the first entry in iteration order.
first() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns the first element of this set in iteration order.
first - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
The index of the first entry in iteration order.
first() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns the first element of this set in iteration order.
first() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
first() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
first() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
first() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
first() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
The entry of the first element of this set.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
The entry of the first element of this set.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Modifies the ObjectLinkedOpenCustomHashSet.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Modifies the ObjectLinkedOpenCustomHashSet.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Modifies the ObjectLinkedOpenHashSet.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Modifies the ObjectLinkedOpenHashSet.link vector for a shift from s to d.
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
forEach(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns the element of this set that is equal to the given key, or null.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns the element of this set that is equal to the given key, or null.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Returns the element of this set that is equal to the given key, or null.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Returns the element of this set that is equal to the given key, or null.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.UnmodifiableSet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
headSet(K) - Method in interface it.unimi.dsi.fastutil.objects.ObjectSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 

I

isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
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.objects.ObjectLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
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.objects.ObjectLinkedOpenHashSet
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.objects.ObjectOpenCustomHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.objects.ObjectSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
iterator(K) - Method in interface it.unimi.dsi.fastutil.objects.ObjectSortedSet
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.objects.ObjectSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set.
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
The array of keys.

L

last() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
last - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
The index of the last entry in iteration order.
last() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns the last element of this set in iteration order.
last - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
The index of the last entry in iteration order.
last() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns the last element of this set in iteration order.
last() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
last() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
last() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
last() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
last() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
The entry of the last element of this set.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
The entry of the last element of this set.
link - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
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.objects.ObjectLinkedOpenHashSet
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.objects.ObjectLinkedOpenCustomHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Threshold after which we rehash.
minN - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
We never resize below this threshold, which is the construction-time {#n}.

N

n - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
The current table size.

O

ObjectArraySet<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a set based on a backing array.
ObjectArraySet(Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set using the given backing array.
ObjectArraySet() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new empty array set.
ObjectArraySet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new empty array set of given initial capacity.
ObjectArraySet(ObjectCollection<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set copying the contents of a given collection.
ObjectArraySet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set copying the contents of a given set.
ObjectArraySet(ObjectSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set copying the contents of a given collection.
ObjectArraySet(Set<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set copying the contents of a given set.
ObjectArraySet(Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set using the given backing array and the given number of elements of the array.
ObjectAVLTreeSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree set with a fast, small-footprint implementation.
ObjectAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new empty tree set.
ObjectAVLTreeSet(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new empty tree set with the given comparator.
ObjectAVLTreeSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set copying a given set.
ObjectAVLTreeSet(SortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
ObjectAVLTreeSet(ObjectCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set copying a given type-specific collection.
ObjectAVLTreeSet(ObjectSortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
ObjectAVLTreeSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
ObjectAVLTreeSet(K[], int, int, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
ObjectAVLTreeSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set and fills it with the elements of a given array.
ObjectAVLTreeSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set copying the elements of an array.
ObjectAVLTreeSet(K[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
ObjectLinkedOpenCustomHashSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash set with with a fast, small-footprint implementation.
ObjectLinkedOpenCustomHashSet(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set.
ObjectLinkedOpenCustomHashSet(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ObjectLinkedOpenCustomHashSet(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ObjectLinkedOpenCustomHashSet(Collection<? extends K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set copying a given collection.
ObjectLinkedOpenCustomHashSet(Collection<? extends K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ObjectLinkedOpenCustomHashSet(ObjectCollection<? extends K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
ObjectLinkedOpenCustomHashSet(ObjectCollection<? extends K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ObjectLinkedOpenCustomHashSet(Iterator<? extends K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ObjectLinkedOpenCustomHashSet(Iterator<? extends K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ObjectLinkedOpenCustomHashSet(K[], int, int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
ObjectLinkedOpenCustomHashSet(K[], int, int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ObjectLinkedOpenCustomHashSet(K[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set copying the elements of an array.
ObjectLinkedOpenCustomHashSet(K[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ObjectLinkedOpenHashSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash set with with a fast, small-footprint implementation.
ObjectLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set.
ObjectLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ObjectLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ObjectLinkedOpenHashSet(Collection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set copying a given collection.
ObjectLinkedOpenHashSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ObjectLinkedOpenHashSet(ObjectCollection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set copying a given type-specific collection.
ObjectLinkedOpenHashSet(ObjectCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ObjectLinkedOpenHashSet(Iterator<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ObjectLinkedOpenHashSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ObjectLinkedOpenHashSet(K[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ObjectLinkedOpenHashSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ObjectLinkedOpenHashSet(K[], float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set copying the elements of an array.
ObjectLinkedOpenHashSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ObjectOpenCustomHashSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
ObjectOpenCustomHashSet(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set.
ObjectOpenCustomHashSet(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ObjectOpenCustomHashSet(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ObjectOpenCustomHashSet(Collection<? extends K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set copying a given collection.
ObjectOpenCustomHashSet(Collection<? extends K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ObjectOpenCustomHashSet(ObjectCollection<? extends K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
ObjectOpenCustomHashSet(ObjectCollection<? extends K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ObjectOpenCustomHashSet(Iterator<? extends K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ObjectOpenCustomHashSet(Iterator<? extends K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ObjectOpenCustomHashSet(K[], int, int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
ObjectOpenCustomHashSet(K[], int, int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ObjectOpenCustomHashSet(K[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set copying the elements of an array.
ObjectOpenCustomHashSet(K[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ObjectOpenHashSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash set with with a fast, small-footprint implementation.
ObjectOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set.
ObjectOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ObjectOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ObjectOpenHashSet(Collection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set copying a given collection.
ObjectOpenHashSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ObjectOpenHashSet(ObjectCollection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set copying a given type-specific collection.
ObjectOpenHashSet(ObjectCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ObjectOpenHashSet(Iterator<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ObjectOpenHashSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ObjectOpenHashSet(K[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ObjectOpenHashSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ObjectOpenHashSet(K[], float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set copying the elements of an array.
ObjectOpenHashSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ObjectRBTreeSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree set with a fast, small-footprint implementation.
ObjectRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new empty tree set.
ObjectRBTreeSet(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new empty tree set with the given comparator.
ObjectRBTreeSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set copying a given collection.
ObjectRBTreeSet(SortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
ObjectRBTreeSet(ObjectCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set copying a given type-specific collection.
ObjectRBTreeSet(ObjectSortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
ObjectRBTreeSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
ObjectRBTreeSet(K[], int, int, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
ObjectRBTreeSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set and fills it with the elements of a given array.
ObjectRBTreeSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set copying the elements of an array.
ObjectRBTreeSet(K[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
ObjectSet<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectSets - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sets.
ObjectSets.EmptySet<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing the empty set and implementing a type-specific set interface.
ObjectSets.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton set.
ObjectSets.SynchronizedSet<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sets.
ObjectSets.UnmodifiableSet<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sets.
ObjectSortedSet<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectSortedSets - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted sets.
ObjectSortedSets.EmptySet<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing the empty sorted set and implementing a type-specific set interface.
ObjectSortedSets.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
A class representing a singleton sorted set.
ObjectSortedSets.SynchronizedSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted sets.
ObjectSortedSets.UnmodifiableSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted sets.
of() - Static method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new empty array set.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set using the element given.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set using an array of elements.
of() - Static method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new empty hash set.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(K, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(K, K, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
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.objects.ObjectOpenHashSet
Creates a new empty hash set.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(K, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(K, K, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
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.objects.ObjectSet
Returns an immutable empty set.
of(K) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectSet
Returns an immutable set with the element given.
of(K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectSet
Returns an immutable set with the elements given.
of(K, K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectSet
Returns an immutable set with the elements given.
of(K...) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectSet
Returns an immutable list with the elements given.
ofUnchecked() - Static method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new empty array set.
ofUnchecked(K...) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
Creates a new array set using an array of elements.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Rehashes the set.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.EmptySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.SynchronizedSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.UnmodifiableSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Removes the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Removes the first key in iteration order.
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
removeLast() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Removes the the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Removes the the last key in iteration order.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 

S

shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
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.objects.ObjectLinkedOpenHashSet
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.objects.ObjectOpenCustomHashSet
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.objects.ObjectOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSets
Returns a type-specific immutable set containing only the specified element.
Singleton(K) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(K, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
Singleton(K, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectArraySet
The number of valid entries in ObjectArraySet.a.
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
sortedSet - Variable in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ObjectSet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ObjectSortedSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
This set's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Returns the hashing strategy.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
subSet(K, K) - Method in interface it.unimi.dsi.fastutil.objects.ObjectSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
synchronize(ObjectSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(ObjectSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(ObjectSortedSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(ObjectSortedSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
SynchronizedSet(ObjectSet<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSets.SynchronizedSet
 
SynchronizedSet(ObjectSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSets.SynchronizedSet
 
SynchronizedSortedSet(ObjectSortedSet<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ObjectSortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 

T

tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
 
tailSet(K) - Method in interface it.unimi.dsi.fastutil.objects.ObjectSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.EmptySet
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.Singleton
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.SynchronizedSortedSet
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectArraySet
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ObjectSets.Singleton
 
toSet() - Static method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set.
toSet() - Static method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set.
toSetWithExpectedSize(int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set, potentially pre-allocated to handle the given size.
toSetWithExpectedSize(int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set, potentially pre-allocated to handle the given size.
tree - Variable in class it.unimi.dsi.fastutil.objects.ObjectAVLTreeSet
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.objects.ObjectRBTreeSet
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenCustomHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLinkedOpenHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenCustomHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectOpenHashSet
Rehashes this set if the table is too large.

U

unmodifiable(ObjectSet<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSets
Returns an unmodifiable type-specific set backed by the given type-specific set.
unmodifiable(ObjectSortedSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSortedSets
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
UnmodifiableSet(ObjectSet<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSets.UnmodifiableSet
 
UnmodifiableSortedSet(ObjectSortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectSortedSets.UnmodifiableSortedSet
 
A C E F G H I K L M N O R S T U 
Skip navigation links