- last - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
The index of the last entry in iteration order.
- last - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
The index of the last entry in iteration order.
- last() - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
-
- last() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
-
- last() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
-
- last() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
-
- last() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
-
- lastEntry - Variable in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
The entry of the last element of this set.
- lastEntry - Variable in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
The entry of the last element of this set.
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Returns the last element of this set in iteration order.
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Returns the last element of this set in iteration order.
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
- lastLong() - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
-
Returns the last (highest) element currently in this set.
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
-
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
-
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
-
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
-
- link - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
For each entry, the next and the previous entry in iteration order,
stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
- link - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
For each entry, the next and the previous entry in iteration order,
stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
- LongArraySet - Class in it.unimi.dsi.fastutil.longs
-
A simple, brute-force implementation of a set based on a backing array.
- LongArraySet(long[]) - Constructor for class it.unimi.dsi.fastutil.longs.LongArraySet
-
Creates a new array set using the given backing array.
- LongArraySet() - Constructor for class it.unimi.dsi.fastutil.longs.LongArraySet
-
Creates a new empty array set.
- LongArraySet(int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArraySet
-
Creates a new empty array set of given initial capacity.
- LongArraySet(LongCollection) - Constructor for class it.unimi.dsi.fastutil.longs.LongArraySet
-
Creates a new array set copying the contents of a given collection.
- LongArraySet(Collection<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongArraySet
-
Creates a new array set copying the contents of a given set.
- LongArraySet(LongSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongArraySet
-
Creates a new array set copying the contents of a given collection.
- LongArraySet(Set<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongArraySet
-
Creates a new array set copying the contents of a given set.
- LongArraySet(long[], int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArraySet
-
Creates a new array set using the given backing array and the given number of elements of the array.
- LongAVLTreeSet - Class in it.unimi.dsi.fastutil.longs
-
A type-specific AVL tree set with a fast, small-footprint implementation.
- LongAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new empty tree set.
- LongAVLTreeSet(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new empty tree set with the given comparator.
- LongAVLTreeSet(Collection<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set copying a given set.
- LongAVLTreeSet(SortedSet<Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set copying a given sorted set (and its Comparator).
- LongAVLTreeSet(LongCollection) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set copying a given type-specific collection.
- LongAVLTreeSet(LongSortedSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
- LongAVLTreeSet(LongIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set using elements provided by a type-specific iterator.
- LongAVLTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set using elements provided by an iterator.
- LongAVLTreeSet(long[], int, int, Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
- LongAVLTreeSet(long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set and fills it with the elements of a given array.
- LongAVLTreeSet(long[]) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set copying the elements of an array.
- LongAVLTreeSet(long[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
Creates a new tree set copying the elements of an array using a given Comparator.
- LongLinkedOpenCustomHashSet - Class in it.unimi.dsi.fastutil.longs
-
A type-specific linked hash set with with a fast, small-footprint implementation.
- LongLinkedOpenCustomHashSet(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set.
- LongLinkedOpenCustomHashSet(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- LongLinkedOpenCustomHashSet(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- LongLinkedOpenCustomHashSet(Collection<? extends Long>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set copying a given collection.
- LongLinkedOpenCustomHashSet(Collection<? extends Long>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- LongLinkedOpenCustomHashSet(LongCollection, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set copying a given type-specific collection.
- LongLinkedOpenCustomHashSet(LongCollection, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- LongLinkedOpenCustomHashSet(LongIterator, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- LongLinkedOpenCustomHashSet(LongIterator, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- LongLinkedOpenCustomHashSet(Iterator<?>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set using elements provided by an iterator.
- LongLinkedOpenCustomHashSet(Iterator<?>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- LongLinkedOpenCustomHashSet(long[], int, int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- LongLinkedOpenCustomHashSet(long[], int, int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- LongLinkedOpenCustomHashSet(long[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set copying the elements of an array.
- LongLinkedOpenCustomHashSet(long[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- LongLinkedOpenHashSet - Class in it.unimi.dsi.fastutil.longs
-
A type-specific linked hash set with with a fast, small-footprint implementation.
- LongLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set.
- LongLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- LongLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- LongLinkedOpenHashSet(Collection<? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set copying a given collection.
- LongLinkedOpenHashSet(Collection<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- LongLinkedOpenHashSet(LongCollection, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set copying a given type-specific collection.
- LongLinkedOpenHashSet(LongCollection) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- LongLinkedOpenHashSet(LongIterator, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- LongLinkedOpenHashSet(LongIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- LongLinkedOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set using elements provided by an iterator.
- LongLinkedOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- LongLinkedOpenHashSet(long[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- LongLinkedOpenHashSet(long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- LongLinkedOpenHashSet(long[], float) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set copying the elements of an array.
- LongLinkedOpenHashSet(long[]) - Constructor for class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- LongOpenCustomHashSet - Class in it.unimi.dsi.fastutil.longs
-
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- LongOpenCustomHashSet(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set.
- LongOpenCustomHashSet(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- LongOpenCustomHashSet(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- LongOpenCustomHashSet(Collection<? extends Long>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set copying a given collection.
- LongOpenCustomHashSet(Collection<? extends Long>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- LongOpenCustomHashSet(LongCollection, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set copying a given type-specific collection.
- LongOpenCustomHashSet(LongCollection, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- LongOpenCustomHashSet(LongIterator, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- LongOpenCustomHashSet(LongIterator, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- LongOpenCustomHashSet(Iterator<?>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set using elements provided by an iterator.
- LongOpenCustomHashSet(Iterator<?>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- LongOpenCustomHashSet(long[], int, int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- LongOpenCustomHashSet(long[], int, int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- LongOpenCustomHashSet(long[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set copying the elements of an array.
- LongOpenCustomHashSet(long[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- LongOpenHashSet - Class in it.unimi.dsi.fastutil.longs
-
A type-specific hash set with with a fast, small-footprint implementation.
- LongOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set.
- LongOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- LongOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- LongOpenHashSet(Collection<? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set copying a given collection.
- LongOpenHashSet(Collection<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- LongOpenHashSet(LongCollection, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set copying a given type-specific collection.
- LongOpenHashSet(LongCollection) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- LongOpenHashSet(LongIterator, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- LongOpenHashSet(LongIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- LongOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set using elements provided by an iterator.
- LongOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- LongOpenHashSet(long[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- LongOpenHashSet(long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- LongOpenHashSet(long[], float) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set copying the elements of an array.
- LongOpenHashSet(long[]) - Constructor for class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- LongRBTreeSet - Class in it.unimi.dsi.fastutil.longs
-
A type-specific red-black tree set with a fast, small-footprint implementation.
- LongRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new empty tree set.
- LongRBTreeSet(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new empty tree set with the given comparator.
- LongRBTreeSet(Collection<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set copying a given collection.
- LongRBTreeSet(SortedSet<Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set copying a given sorted set (and its Comparator).
- LongRBTreeSet(LongCollection) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set copying a given type-specific collection.
- LongRBTreeSet(LongSortedSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
- LongRBTreeSet(LongIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set using elements provided by a type-specific iterator.
- LongRBTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set using elements provided by an iterator.
- LongRBTreeSet(long[], int, int, Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
- LongRBTreeSet(long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set and fills it with the elements of a given array.
- LongRBTreeSet(long[]) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set copying the elements of an array.
- LongRBTreeSet(long[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
Creates a new tree set copying the elements of an array using a given Comparator.
- LongSet - Interface in it.unimi.dsi.fastutil.longs
-
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
- LongSets - Class in it.unimi.dsi.fastutil.longs
-
A class providing static methods and objects that do useful things with type-specific sets.
- LongSets.EmptySet - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing the empty set and implementing a type-specific set interface.
- LongSets.Singleton - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing a type-specific singleton set.
- LongSets.SynchronizedSet - Class in it.unimi.dsi.fastutil.longs
-
A synchronized wrapper class for sets.
- LongSets.UnmodifiableSet - Class in it.unimi.dsi.fastutil.longs
-
An unmodifiable wrapper class for sets.
- LongSortedSet - Interface in it.unimi.dsi.fastutil.longs
-
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
- LongSortedSets - Class in it.unimi.dsi.fastutil.longs
-
A class providing static methods and objects that do useful things with type-specific sorted sets.
- LongSortedSets.EmptySet - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing the empty sorted set and implementing a type-specific set interface.
- LongSortedSets.Singleton - Class in it.unimi.dsi.fastutil.longs
-
A class representing a singleton sorted set.
- LongSortedSets.SynchronizedSortedSet - Class in it.unimi.dsi.fastutil.longs
-
A synchronized wrapper class for sorted sets.
- LongSortedSets.UnmodifiableSortedSet - Class in it.unimi.dsi.fastutil.longs
-
An unmodifiable wrapper class for sorted sets.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
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.longs.LongLinkedOpenHashSet
-
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.longs.LongOpenCustomHashSet
-
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.longs.LongOpenHashSet
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
-
Returns a type-specific immutable set containing only the specified element.
- singleton(Long) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
-
Returns a type-specific immutable set containing only the specified element.
- Singleton(long) - Constructor for class it.unimi.dsi.fastutil.longs.LongSets.Singleton
-
- singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element.
- singleton(long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
-
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.longs.LongSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element.
- singleton(Object, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
- Singleton(long, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
-
- size - Variable in class it.unimi.dsi.fastutil.longs.LongArraySet
-
- size() - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
-
- size() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
- size - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
- size() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
- size() - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
-
- sortedSet - Variable in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
-
- sortedSet - Variable in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
-
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
-
Returns a type-specific spliterator on the elements of this set.
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
-
- spliterator() - Method in interface it.unimi.dsi.fastutil.longs.LongSet
-
Returns a type-specific spliterator on the elements of this set.
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
-
- spliterator() - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
This set's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
This set's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
The hash strategy of this custom set.
- strategy() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Returns the hashing strategy.
- strategy - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
The hash strategy of this custom set.
- strategy() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
-
Returns the hashing strategy.
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
-
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
-
- subSet(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
-
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
-
- subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
-
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
-
- subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
-
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
-
- subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
-
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
-
- subSet(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
-
- synchronize(LongSet) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
-
Returns a synchronized type-specific set backed by the given type-specific set.
- synchronize(LongSet, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
-
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
- synchronize(LongSortedSet) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
-
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
- synchronize(LongSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
-
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
- SynchronizedSet(LongSet, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongSets.SynchronizedSet
-
- SynchronizedSet(LongSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongSets.SynchronizedSet
-
- SynchronizedSortedSet(LongSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
-
- SynchronizedSortedSet(LongSortedSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
-