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