- 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.
- 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
-
- 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
-