Skip navigation links
A C E F H I K L M N O R S T U 

A

a - Variable in class it.unimi.dsi.fastutil.longs.LongArraySet
The backing array (valid up to LongArraySet.size, excluded).
AbstractLongSet - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractLongSet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLongSet
 
AbstractLongSortedSet - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
AbstractLongSortedSet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLongSortedSet
 
actualComparator - Variable in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
This set's actual comparator; it may differ from LongAVLTreeSet.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
This set's actual comparator; it may differ from LongRBTreeSet.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
add(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongSet
Deprecated.
Please use the corresponding type-specific method instead.
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
addAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToLast(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addAndMoveToLast(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.

C

clear() - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.longs.LongSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
comparator() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
comparator() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
comparator() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
contains(Object) - Method in interface it.unimi.dsi.fastutil.longs.LongSet
Deprecated.
Please use the corresponding type-specific method instead.
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
containsNull - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Whether this set contains the null key.
count - Variable in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
Number of elements in this set.
count - Variable in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
Number of elements in this set.

E

element - Variable in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.longs.LongSets
An empty set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.longs.LongSortedSets
An empty sorted set (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns an empty set (immutable).
EmptySet() - Constructor for class it.unimi.dsi.fastutil.longs.LongSets.EmptySet
 
EmptySet() - Constructor for class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongSets.EmptySet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongSets.UnmodifiableSet
 

F

f - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
The acceptable load factor.
first - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
The index of the first entry in iteration order.
first - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
The index of the first entry in iteration order.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
firstEntry - Variable in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
The entry of the first element of this set.
firstEntry - Variable in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
The entry of the first element of this set.
firstLong() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
firstLong() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns the first element of this set in iteration order.
firstLong() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Returns the first element of this set in iteration order.
firstLong() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Returns the first (lowest) element currently in this set.
firstLong() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
 
firstLong() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
 
firstLong() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
firstLong() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Modifies the LongLinkedOpenCustomHashSet.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Modifies the LongLinkedOpenCustomHashSet.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Modifies the LongLinkedOpenHashSet.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Modifies the LongLinkedOpenHashSet.link vector for a shift from s to d.
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
forEach(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
Deprecated.
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
from(long) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns an unmodifiable type-specific set containing elements greater than or equal to a given element.
fromTo(long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns an unmodifiable type-specific set containing elements in the given range.

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongSets.UnmodifiableSet
 
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
headSet(long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
 
headSet(Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
 
headSet(Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
headSet(Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 
headSet(Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.

I

isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.longs.LongSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
iterator(long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
iterator() - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set.
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 

K

key - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
The array of keys.

L

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
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
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.

M

mask - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Threshold after which we rehash.
minN - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
We never resize below this threshold, which is the construction-time {#n}.

N

n - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
The current table size.

O

of() - Static method in class it.unimi.dsi.fastutil.longs.LongArraySet
Creates a new empty array set.
of(long) - Static method in class it.unimi.dsi.fastutil.longs.LongArraySet
Creates a new array set using the element given.
of(long...) - Static method in class it.unimi.dsi.fastutil.longs.LongArraySet
Creates a new array set using an array of elements.
of() - Static method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Creates a new empty hash set.
of(long) - Static method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(long, long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(long...) - Static method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of() - Static method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Creates a new empty hash set.
of(long) - Static method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(long, long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(long...) - Static method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using a list of elements.
of() - Static method in interface it.unimi.dsi.fastutil.longs.LongSet
Returns an immutable empty set.
of(long) - Static method in interface it.unimi.dsi.fastutil.longs.LongSet
Returns an immutable set with the element given.
of(long, long) - Static method in interface it.unimi.dsi.fastutil.longs.LongSet
Returns an immutable set with the elements given.
of(long, long, long) - Static method in interface it.unimi.dsi.fastutil.longs.LongSet
Returns an immutable set with the elements given.
of(long...) - Static method in interface it.unimi.dsi.fastutil.longs.LongSet
Returns an immutable list with the elements given.
ofUnchecked() - Static method in class it.unimi.dsi.fastutil.longs.LongArraySet
Creates a new empty array set.
ofUnchecked(long...) - Static method in class it.unimi.dsi.fastutil.longs.LongArraySet
Creates a new array set using an array of elements.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Rehashes the set.
rem(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSet
Deprecated.
Please use remove() instead.
rem(long) - Method in interface it.unimi.dsi.fastutil.longs.LongSet
Deprecated.
Please use remove() instead.
rem(long) - Method in class it.unimi.dsi.fastutil.longs.LongSets.EmptySet
Deprecated.
rem(long) - Method in class it.unimi.dsi.fastutil.longs.LongSets.SynchronizedSet
Deprecated.
rem(long) - Method in class it.unimi.dsi.fastutil.longs.LongSets.UnmodifiableSet
Deprecated.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSet
Removes an element from this set.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.LongSet
Removes an element from this set.
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.LongSet
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongSets.EmptySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongSets.SynchronizedSet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.LongSets.UnmodifiableSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
removeAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
removeFirstLong() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Removes the first key in iteration order.
removeFirstLong() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Removes the first key in iteration order.
removeIf(Predicate<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
Deprecated.
removeIf(LongPredicate) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
removeLastLong() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Removes the the last key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Removes the the last key in iteration order.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
retainAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 

S

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
The number of valid entries in LongArraySet.a.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
 

T

tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
 
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
 
tailSet(long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
 
tailSet(Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
 
tailSet(Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
 
tailSet(Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 
tailSet(Long) - Method in class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
to(long) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns an unmodifiable type-specific set containing elements smaller than a given element.
toArray(long[]) - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
toArray() - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
Deprecated.
toLongArray() - Method in class it.unimi.dsi.fastutil.longs.LongArraySet
 
toLongArray() - Method in class it.unimi.dsi.fastutil.longs.LongSets.Singleton
 
toSet(LongStream) - Static method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Collects the result of a primitive Stream into a new hash set.
toSet(LongStream) - Static method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Collects the result of a primitive Stream into a new hash set.
toSetWithExpectedSize(LongStream, int) - Static method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Collects the result of a primitive Stream into a new hash set, potentially pre-allocated to handle the given size.
toSetWithExpectedSize(LongStream, int) - Static method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Collects the result of a primitive Stream into a new hash set, potentially pre-allocated to handle the given size.
tree - Variable in class it.unimi.dsi.fastutil.longs.LongAVLTreeSet
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.longs.LongRBTreeSet
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenCustomHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.LongOpenCustomHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.LongOpenHashSet
Rehashes this set if the table is too large.

U

unmodifiable(LongSet) - Static method in class it.unimi.dsi.fastutil.longs.LongSets
Returns an unmodifiable type-specific set backed by the given type-specific set.
unmodifiable(LongSortedSet) - Static method in class it.unimi.dsi.fastutil.longs.LongSortedSets
Returns an unmodifiable type-specific sorted set backed by the given type-specific sorted set.
UnmodifiableSet(LongSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongSets.UnmodifiableSet
 
UnmodifiableSortedSet(LongSortedSet) - Constructor for class it.unimi.dsi.fastutil.longs.LongSortedSets.UnmodifiableSortedSet
 
A C E F H I K L M N O R S T U 
Skip navigation links