- DoubleArraySet - Class in it.unimi.dsi.fastutil.doubles
-
A simple, brute-force implementation of a set based on a backing array.
- DoubleArraySet(double[]) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Creates a new array set using the given backing array.
- DoubleArraySet() - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Creates a new empty array set.
- DoubleArraySet(int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Creates a new empty array set of given initial capacity.
- DoubleArraySet(DoubleCollection) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Creates a new array set copying the contents of a given collection.
- DoubleArraySet(Collection<? extends Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Creates a new array set copying the contents of a given set.
- DoubleArraySet(DoubleSet) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Creates a new array set copying the contents of a given collection.
- DoubleArraySet(Set<? extends Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Creates a new array set copying the contents of a given set.
- DoubleArraySet(double[], int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Creates a new array set using the given backing array and the given number of elements of the array.
- DoubleAVLTreeSet - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific AVL tree set with a fast, small-footprint implementation.
- DoubleAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new empty tree set.
- DoubleAVLTreeSet(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new empty tree set with the given comparator.
- DoubleAVLTreeSet(Collection<? extends Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set copying a given set.
- DoubleAVLTreeSet(SortedSet<Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set copying a given sorted set (and its Comparator).
- DoubleAVLTreeSet(DoubleCollection) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set copying a given type-specific collection.
- DoubleAVLTreeSet(DoubleSortedSet) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
- DoubleAVLTreeSet(DoubleIterator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set using elements provided by a type-specific iterator.
- DoubleAVLTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set using elements provided by an iterator.
- DoubleAVLTreeSet(double[], int, int, Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
- DoubleAVLTreeSet(double[], int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set and fills it with the elements of a given array.
- DoubleAVLTreeSet(double[]) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set copying the elements of an array.
- DoubleAVLTreeSet(double[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
Creates a new tree set copying the elements of an array using a given Comparator.
- DoubleLinkedOpenCustomHashSet - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific linked hash set with with a fast, small-footprint implementation.
- DoubleLinkedOpenCustomHashSet(int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set.
- DoubleLinkedOpenCustomHashSet(int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- DoubleLinkedOpenCustomHashSet(DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- DoubleLinkedOpenCustomHashSet(Collection<? extends Double>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set copying a given collection.
- DoubleLinkedOpenCustomHashSet(Collection<? extends Double>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- DoubleLinkedOpenCustomHashSet(DoubleCollection, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set copying a given type-specific collection.
- DoubleLinkedOpenCustomHashSet(DoubleCollection, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- DoubleLinkedOpenCustomHashSet(DoubleIterator, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- DoubleLinkedOpenCustomHashSet(DoubleIterator, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- DoubleLinkedOpenCustomHashSet(Iterator<?>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set using elements provided by an iterator.
- DoubleLinkedOpenCustomHashSet(Iterator<?>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- DoubleLinkedOpenCustomHashSet(double[], int, int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- DoubleLinkedOpenCustomHashSet(double[], int, int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- DoubleLinkedOpenCustomHashSet(double[], float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set copying the elements of an array.
- DoubleLinkedOpenCustomHashSet(double[], DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- DoubleLinkedOpenHashSet - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific linked hash set with with a fast, small-footprint implementation.
- DoubleLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set.
- DoubleLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- DoubleLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- DoubleLinkedOpenHashSet(Collection<? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set copying a given collection.
- DoubleLinkedOpenHashSet(Collection<? extends Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- DoubleLinkedOpenHashSet(DoubleCollection, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set copying a given type-specific collection.
- DoubleLinkedOpenHashSet(DoubleCollection) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- DoubleLinkedOpenHashSet(DoubleIterator, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- DoubleLinkedOpenHashSet(DoubleIterator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- DoubleLinkedOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set using elements provided by an iterator.
- DoubleLinkedOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- DoubleLinkedOpenHashSet(double[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- DoubleLinkedOpenHashSet(double[], int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- DoubleLinkedOpenHashSet(double[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set copying the elements of an array.
- DoubleLinkedOpenHashSet(double[]) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- DoubleOpenCustomHashSet - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- DoubleOpenCustomHashSet(int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set.
- DoubleOpenCustomHashSet(int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- DoubleOpenCustomHashSet(DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- DoubleOpenCustomHashSet(Collection<? extends Double>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set copying a given collection.
- DoubleOpenCustomHashSet(Collection<? extends Double>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- DoubleOpenCustomHashSet(DoubleCollection, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set copying a given type-specific collection.
- DoubleOpenCustomHashSet(DoubleCollection, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- DoubleOpenCustomHashSet(DoubleIterator, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- DoubleOpenCustomHashSet(DoubleIterator, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- DoubleOpenCustomHashSet(Iterator<?>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set using elements provided by an iterator.
- DoubleOpenCustomHashSet(Iterator<?>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- DoubleOpenCustomHashSet(double[], int, int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- DoubleOpenCustomHashSet(double[], int, int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- DoubleOpenCustomHashSet(double[], float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set copying the elements of an array.
- DoubleOpenCustomHashSet(double[], DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- DoubleOpenHashSet - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific hash set with with a fast, small-footprint implementation.
- DoubleOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set.
- DoubleOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- DoubleOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- DoubleOpenHashSet(Collection<? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set copying a given collection.
- DoubleOpenHashSet(Collection<? extends Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- DoubleOpenHashSet(DoubleCollection, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set copying a given type-specific collection.
- DoubleOpenHashSet(DoubleCollection) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- DoubleOpenHashSet(DoubleIterator, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- DoubleOpenHashSet(DoubleIterator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- DoubleOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set using elements provided by an iterator.
- DoubleOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- DoubleOpenHashSet(double[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- DoubleOpenHashSet(double[], int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- DoubleOpenHashSet(double[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set copying the elements of an array.
- DoubleOpenHashSet(double[]) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- DoubleRBTreeSet - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific red-black tree set with a fast, small-footprint implementation.
- DoubleRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new empty tree set.
- DoubleRBTreeSet(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new empty tree set with the given comparator.
- DoubleRBTreeSet(Collection<? extends Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set copying a given collection.
- DoubleRBTreeSet(SortedSet<Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set copying a given sorted set (and its Comparator).
- DoubleRBTreeSet(DoubleCollection) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set copying a given type-specific collection.
- DoubleRBTreeSet(DoubleSortedSet) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
- DoubleRBTreeSet(DoubleIterator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set using elements provided by a type-specific iterator.
- DoubleRBTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set using elements provided by an iterator.
- DoubleRBTreeSet(double[], int, int, Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
- DoubleRBTreeSet(double[], int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set and fills it with the elements of a given array.
- DoubleRBTreeSet(double[]) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set copying the elements of an array.
- DoubleRBTreeSet(double[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
Creates a new tree set copying the elements of an array using a given Comparator.
- DoubleSet - Interface in it.unimi.dsi.fastutil.doubles
-
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
- DoubleSets - Class in it.unimi.dsi.fastutil.doubles
-
A class providing static methods and objects that do useful things with type-specific sets.
- DoubleSets.EmptySet - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing the empty set and implementing a type-specific set interface.
- DoubleSets.Singleton - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing a type-specific singleton set.
- DoubleSets.SynchronizedSet - Class in it.unimi.dsi.fastutil.doubles
-
A synchronized wrapper class for sets.
- DoubleSets.UnmodifiableSet - Class in it.unimi.dsi.fastutil.doubles
-
An unmodifiable wrapper class for sets.
- DoubleSortedSet - Interface in it.unimi.dsi.fastutil.doubles
-
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
- DoubleSortedSets - Class in it.unimi.dsi.fastutil.doubles
-
A class providing static methods and objects that do useful things with type-specific sorted sets.
- DoubleSortedSets.EmptySet - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing the empty sorted set and implementing a type-specific set interface.
- DoubleSortedSets.Singleton - Class in it.unimi.dsi.fastutil.doubles
-
A class representing a singleton sorted set.
- DoubleSortedSets.SynchronizedSortedSet - Class in it.unimi.dsi.fastutil.doubles
-
A synchronized wrapper class for sorted sets.
- DoubleSortedSets.UnmodifiableSortedSet - Class in it.unimi.dsi.fastutil.doubles
-
An unmodifiable wrapper class for sorted sets.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
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.doubles.DoubleLinkedOpenHashSet
-
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.doubles.DoubleOpenCustomHashSet
-
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.doubles.DoubleOpenHashSet
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSets
-
Returns a type-specific immutable set containing only the specified element.
- singleton(Double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSets
-
Returns a type-specific immutable set containing only the specified element.
- Singleton(double) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSets.Singleton
-
- singleton(double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element.
- singleton(double, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
- singleton(Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element.
- singleton(Object, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
- Singleton(double, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.Singleton
-
- size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
- size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.DoubleSets.Singleton
-
- sortedSet - Variable in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
-
- sortedSet - Variable in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.UnmodifiableSortedSet
-
- spliterator() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArraySet
-
Returns a type-specific spliterator on the elements of this set.
- spliterator() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
- spliterator() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenHashSet
-
- spliterator() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSet
-
Returns a type-specific spliterator on the elements of this set.
- spliterator() - Method in class it.unimi.dsi.fastutil.doubles.DoubleSets.Singleton
-
- spliterator() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSortedSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.Singleton
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
This set's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
This set's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
The hash strategy of this custom set.
- strategy() - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Returns the hashing strategy.
- strategy - Variable in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
The hash strategy of this custom set.
- strategy() - Method in class it.unimi.dsi.fastutil.doubles.DoubleOpenCustomHashSet
-
Returns the hashing strategy.
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
-
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenCustomHashSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleLinkedOpenHashSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleRBTreeSet
-
- subSet(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSortedSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSortedSet
-
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.EmptySet
-
- subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.EmptySet
-
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.Singleton
-
- subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.Singleton
-
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
-
- subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
-
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.UnmodifiableSortedSet
-
- subSet(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.UnmodifiableSortedSet
-
- synchronize(DoubleSet) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSets
-
Returns a synchronized type-specific set backed by the given type-specific set.
- synchronize(DoubleSet, Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSets
-
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
- synchronize(DoubleSortedSet) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
-
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
- synchronize(DoubleSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleSortedSets
-
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
- SynchronizedSet(DoubleSet, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSets.SynchronizedSet
-
- SynchronizedSet(DoubleSet) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSets.SynchronizedSet
-
- SynchronizedSortedSet(DoubleSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
-
- SynchronizedSortedSet(DoubleSortedSet) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleSortedSets.SynchronizedSortedSet
-