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