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.objects.ReferenceArraySet
The backing array (valid up to ReferenceArraySet.size, excluded).
AbstractReferenceSet<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractReferenceSet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceSet
 
AbstractReferenceSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
AbstractReferenceSortedSet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReferenceSortedSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
add(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
addAll(Collection<? extends K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
addAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
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.ReferenceLinkedOpenHashSet
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.objects.ReferenceArraySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
containsNull - Variable in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Whether this set contains the null key.

E

element - Variable in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.objects.ReferenceSets
An empty set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
An empty sorted set (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns an empty set (immutable).
EmptySet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSets.EmptySet
 
emptySet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns an empty sorted set (immutable).
EmptySet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.EmptySet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.UnmodifiableSet
 

F

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

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.UnmodifiableSet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
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.ReferenceSortedSets.EmptySet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 

I

isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReferenceSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
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.ReferenceLinkedOpenHashSet
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.ReferenceOpenHashSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
iterator(K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
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.ReferenceSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set.
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.EmptySet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
The array of keys.

L

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

N

n - Variable in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
The current table size.

O

of() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new empty array set.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using the element given.
of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using an array of elements.
of() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new empty hash set.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
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.ReferenceLinkedOpenHashSet
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.ReferenceLinkedOpenHashSet
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.ReferenceLinkedOpenHashSet
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.ReferenceOpenHashSet
Creates a new empty hash set.
of(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
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.ReferenceOpenHashSet
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.ReferenceOpenHashSet
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.ReferenceOpenHashSet
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.ReferenceSet
Returns an immutable empty set.
of(K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable set with the element given.
of(K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable set with the elements given.
of(K, K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable set with the elements given.
of(K...) - Static method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns an immutable list with the elements given.
ofUnchecked() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new empty array set.
ofUnchecked(K...) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using an array of elements.

R

ReferenceArraySet<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a set based on a backing array.
ReferenceArraySet(Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using the given backing array.
ReferenceArraySet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new empty array set.
ReferenceArraySet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new empty array set of given initial capacity.
ReferenceArraySet(ReferenceCollection<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set copying the contents of a given collection.
ReferenceArraySet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set copying the contents of a given set.
ReferenceArraySet(ReferenceSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set copying the contents of a given collection.
ReferenceArraySet(Set<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set copying the contents of a given set.
ReferenceArraySet(Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Creates a new array set using the given backing array and the given number of elements of the array.
ReferenceLinkedOpenHashSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash set with with a fast, small-footprint implementation.
ReferenceLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set.
ReferenceLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceLinkedOpenHashSet(Collection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set copying a given collection.
ReferenceLinkedOpenHashSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ReferenceLinkedOpenHashSet(ReferenceCollection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set copying a given type-specific collection.
ReferenceLinkedOpenHashSet(ReferenceCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ReferenceLinkedOpenHashSet(Iterator<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ReferenceLinkedOpenHashSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ReferenceLinkedOpenHashSet(K[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ReferenceLinkedOpenHashSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ReferenceLinkedOpenHashSet(K[], float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set copying the elements of an array.
ReferenceLinkedOpenHashSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ReferenceOpenHashSet<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash set with with a fast, small-footprint implementation.
ReferenceOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set.
ReferenceOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
ReferenceOpenHashSet(Collection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set copying a given collection.
ReferenceOpenHashSet(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
ReferenceOpenHashSet(ReferenceCollection<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set copying a given type-specific collection.
ReferenceOpenHashSet(ReferenceCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
ReferenceOpenHashSet(Iterator<? extends K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
ReferenceOpenHashSet(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ReferenceOpenHashSet(K[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
ReferenceOpenHashSet(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
ReferenceOpenHashSet(K[], float) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set copying the elements of an array.
ReferenceOpenHashSet(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
ReferenceSet<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceSets - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sets.
ReferenceSets.EmptySet<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing the empty set and implementing a type-specific set interface.
ReferenceSets.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton set.
ReferenceSets.SynchronizedSet<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sets.
ReferenceSets.UnmodifiableSet<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sets.
ReferenceSortedSet<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
ReferenceSortedSets - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted sets.
ReferenceSortedSets.EmptySet<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing the empty sorted set and implementing a type-specific set interface.
ReferenceSortedSets.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
A class representing a singleton sorted set.
ReferenceSortedSets.SynchronizedSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted sets.
ReferenceSortedSets.UnmodifiableSortedSet<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted sets.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Rehashes the set.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.EmptySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.SynchronizedSet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.UnmodifiableSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Removes the first key in iteration order.
removeIf(Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
removeLast() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Removes the the last key in iteration order.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 

S

shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
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.ReferenceOpenHashSet
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.ReferenceSets
Returns a type-specific immutable set containing only the specified element.
Singleton(K) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
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.ReferenceSortedSets
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.ReferenceSortedSets.Singleton
 
size - Variable in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
The number of valid entries in ReferenceArraySet.a.
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
 
size - Variable in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
sortedSet - Variable in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(K, K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
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.ReferenceSortedSets.EmptySet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
synchronize(ReferenceSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(ReferenceSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(ReferenceSortedSet<K>) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(ReferenceSortedSet<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
SynchronizedSet(ReferenceSet<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSets.SynchronizedSet
 
SynchronizedSet(ReferenceSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSets.SynchronizedSet
 
SynchronizedSortedSet(ReferenceSortedSet<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(ReferenceSortedSet<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 

T

tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(K) - Method in interface it.unimi.dsi.fastutil.objects.ReferenceSortedSet
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.ReferenceSortedSets.EmptySet
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.Singleton
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.SynchronizedSortedSet
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.ReferenceSortedSets.UnmodifiableSortedSet
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ReferenceArraySet
 
toArray() - Method in class it.unimi.dsi.fastutil.objects.ReferenceSets.Singleton
 
toSet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set.
toSet() - Static method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
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.ReferenceLinkedOpenHashSet
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.ReferenceOpenHashSet
Returns a Collector that collects a Stream's elements into a new hash set, potentially pre-allocated to handle the given size.
trim() - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceLinkedOpenHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet
Rehashes this set if the table is too large.

U

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