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.chars.CharArraySet
The backing array (valid up to CharArraySet.size, excluded).
AbstractCharSet - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sets implementing a type-specific interface.
AbstractCharSet() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractCharSet
 
AbstractCharSortedSet - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
AbstractCharSortedSet() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractCharSortedSet
 
actualComparator - Variable in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
This set's actual comparator; it may differ from CharAVLTreeSet.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.chars.CharRBTreeSet
This set's actual comparator; it may differ from CharRBTreeSet.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
add(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
add(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Deprecated.
Please use the corresponding type-specific method instead.
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
addAll(Collection<? extends Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
addAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
addAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the first position of the iteration order.
addAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.
addAndMoveToLast(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Adds a key to the set; if the key is already present, it is moved to the last position of the iteration order.

C

CharArraySet - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a set based on a backing array.
CharArraySet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using the given backing array.
CharArraySet() - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new empty array set.
CharArraySet(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new empty array set of given initial capacity.
CharArraySet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set copying the contents of a given collection.
CharArraySet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set copying the contents of a given set.
CharArraySet(CharSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set copying the contents of a given collection.
CharArraySet(Set<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set copying the contents of a given set.
CharArraySet(char[], int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using the given backing array and the given number of elements of the array.
CharAVLTreeSet - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree set with a fast, small-footprint implementation.
CharAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new empty tree set.
CharAVLTreeSet(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new empty tree set with the given comparator.
CharAVLTreeSet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying a given set.
CharAVLTreeSet(SortedSet<Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
CharAVLTreeSet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying a given type-specific collection.
CharAVLTreeSet(CharSortedSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
CharAVLTreeSet(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
CharAVLTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set using elements provided by an iterator.
CharAVLTreeSet(char[], int, int, Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
CharAVLTreeSet(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set and fills it with the elements of a given array.
CharAVLTreeSet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying the elements of an array.
CharAVLTreeSet(char[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
CharLinkedOpenCustomHashSet - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash set with with a fast, small-footprint implementation.
CharLinkedOpenCustomHashSet(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set.
CharLinkedOpenCustomHashSet(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
CharLinkedOpenCustomHashSet(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
CharLinkedOpenCustomHashSet(Collection<? extends Character>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set copying a given collection.
CharLinkedOpenCustomHashSet(Collection<? extends Character>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
CharLinkedOpenCustomHashSet(CharCollection, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
CharLinkedOpenCustomHashSet(CharCollection, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharLinkedOpenCustomHashSet(CharIterator, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
CharLinkedOpenCustomHashSet(CharIterator, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharLinkedOpenCustomHashSet(Iterator<?>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
CharLinkedOpenCustomHashSet(Iterator<?>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
CharLinkedOpenCustomHashSet(char[], int, int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
CharLinkedOpenCustomHashSet(char[], int, int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
CharLinkedOpenCustomHashSet(char[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set copying the elements of an array.
CharLinkedOpenCustomHashSet(char[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
CharLinkedOpenHashSet - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash set with with a fast, small-footprint implementation.
CharLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set.
CharLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
CharLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
CharLinkedOpenHashSet(Collection<? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set copying a given collection.
CharLinkedOpenHashSet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
CharLinkedOpenHashSet(CharCollection, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set copying a given type-specific collection.
CharLinkedOpenHashSet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharLinkedOpenHashSet(CharIterator, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
CharLinkedOpenHashSet(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharLinkedOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set using elements provided by an iterator.
CharLinkedOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
CharLinkedOpenHashSet(char[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
CharLinkedOpenHashSet(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
CharLinkedOpenHashSet(char[], float) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set copying the elements of an array.
CharLinkedOpenHashSet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
CharOpenCustomHashSet - Class in it.unimi.dsi.fastutil.chars
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
CharOpenCustomHashSet(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set.
CharOpenCustomHashSet(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
CharOpenCustomHashSet(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
CharOpenCustomHashSet(Collection<? extends Character>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set copying a given collection.
CharOpenCustomHashSet(Collection<? extends Character>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
CharOpenCustomHashSet(CharCollection, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set copying a given type-specific collection.
CharOpenCustomHashSet(CharCollection, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharOpenCustomHashSet(CharIterator, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set using elements provided by a type-specific iterator.
CharOpenCustomHashSet(CharIterator, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharOpenCustomHashSet(Iterator<?>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set using elements provided by an iterator.
CharOpenCustomHashSet(Iterator<?>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
CharOpenCustomHashSet(char[], int, int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set and fills it with the elements of a given array.
CharOpenCustomHashSet(char[], int, int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
CharOpenCustomHashSet(char[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set copying the elements of an array.
CharOpenCustomHashSet(char[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
CharOpenHashSet - Class in it.unimi.dsi.fastutil.chars
A type-specific hash set with with a fast, small-footprint implementation.
CharOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set.
CharOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
CharOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements and Hash.DEFAULT_LOAD_FACTOR as load factor.
CharOpenHashSet(Collection<? extends Character>, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set copying a given collection.
CharOpenHashSet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given collection.
CharOpenHashSet(CharCollection, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set copying a given type-specific collection.
CharOpenHashSet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharOpenHashSet(CharIterator, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set using elements provided by a type-specific iterator.
CharOpenHashSet(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set using elements provided by an iterator.
CharOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
CharOpenHashSet(char[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set and fills it with the elements of a given array.
CharOpenHashSet(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
CharOpenHashSet(char[], float) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set copying the elements of an array.
CharOpenHashSet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying the elements of an array.
CharRBTreeSet - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree set with a fast, small-footprint implementation.
CharRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new empty tree set.
CharRBTreeSet(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new empty tree set with the given comparator.
CharRBTreeSet(Collection<? extends Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying a given collection.
CharRBTreeSet(SortedSet<Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying a given sorted set (and its Comparator).
CharRBTreeSet(CharCollection) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying a given type-specific collection.
CharRBTreeSet(CharSortedSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
CharRBTreeSet(CharIterator) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set using elements provided by a type-specific iterator.
CharRBTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set using elements provided by an iterator.
CharRBTreeSet(char[], int, int, Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
CharRBTreeSet(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set and fills it with the elements of a given array.
CharRBTreeSet(char[]) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying the elements of an array.
CharRBTreeSet(char[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Creates a new tree set copying the elements of an array using a given Comparator.
CharSet - Interface in it.unimi.dsi.fastutil.chars
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
CharSets - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sets.
CharSets.EmptySet - Class in it.unimi.dsi.fastutil.chars
An immutable class representing the empty set and implementing a type-specific set interface.
CharSets.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton set.
CharSets.SynchronizedSet - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sets.
CharSets.UnmodifiableSet - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sets.
CharSortedSet - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
CharSortedSets - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted sets.
CharSortedSets.EmptySet - Class in it.unimi.dsi.fastutil.chars
An immutable class representing the empty sorted set and implementing a type-specific set interface.
CharSortedSets.Singleton - Class in it.unimi.dsi.fastutil.chars
A class representing a singleton sorted set.
CharSortedSets.SynchronizedSortedSet - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted sets.
CharSortedSets.UnmodifiableSortedSet - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted sets.
clear() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Returns a deep copy of this set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Returns a deep copy of this tree set.
clone() - Method in class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
contains(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Deprecated.
Please use the corresponding type-specific method instead.
contains(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
containsNull - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Whether this set contains the null key.
containsNull - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Whether this set contains the null key.
count - Variable in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
Number of elements in this set.
count - Variable in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
Number of elements in this set.

E

element - Variable in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.chars.CharSets
An empty set (immutable).
EMPTY_SET - Static variable in class it.unimi.dsi.fastutil.chars.CharSortedSets
An empty sorted set (immutable).
emptySet() - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an empty set (immutable).
EmptySet() - Constructor for class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
 
EmptySet() - Constructor for class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Ensures that this set can hold a certain number of elements without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Ensures that this set can hold a certain number of elements without rehashing.
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
 

F

f - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
The acceptable load factor.
first - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
The index of the first entry in iteration order.
first - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
The index of the first entry in iteration order.
first() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns the first element of this set in iteration order.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns the first element of this set in iteration order.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
firstChar() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns the first (lowest) element currently in this set.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
firstChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
firstEntry - Variable in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
The entry of the first element of this set.
firstEntry - Variable in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
The entry of the first element of this set.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Modifies the CharLinkedOpenCustomHashSet.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Modifies the CharLinkedOpenCustomHashSet.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Modifies the CharLinkedOpenHashSet.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Modifies the CharLinkedOpenHashSet.link vector for a shift from s to d.
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
forEach(Consumer<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
Deprecated.
forEach(CharConsumer) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
from(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an unmodifiable type-specific set containing elements greater than or equal to a given element.
fromTo(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an unmodifiable type-specific set containing elements in the given range.

H

hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Returns a hash code for this set.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
 
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
headSet(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
headSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
headSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
headSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
headSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.

I

intIterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
it.unimi.dsi.fastutil.chars - package it.unimi.dsi.fastutil.chars
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
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.chars.CharLinkedOpenCustomHashSet
Returns a type-specific list iterator on the elements in this set, starting from the first element.
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
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.chars.CharLinkedOpenHashSet
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.chars.CharOpenCustomHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
iterator() - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns a type-specific iterator on the elements of this set.
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
iterator(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
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.chars.CharSortedSet
Returns a type-specific BidirectionalIterator on the elements in this set.
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 

K

key - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
The array of keys.

L

last - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
The index of the last entry in iteration order.
last - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
The index of the last entry in iteration order.
last() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
last() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns the last element of this set in iteration order.
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns the last element of this set in iteration order.
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
lastChar() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns the last (highest) element currently in this set.
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
lastChar() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
lastEntry - Variable in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
The entry of the last element of this set.
lastEntry - Variable in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
The entry of the last element of this set.
link - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
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.chars.CharLinkedOpenHashSet
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

mask - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Threshold after which we rehash.
minN - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
We never resize below this threshold, which is the construction-time {#n}.

N

n - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
The current table size.
n - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
The current table size.

O

of() - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new empty array set.
of(char) - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using the element given.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using an array of elements.
of() - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new empty hash set.
of(char) - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(char, char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
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.chars.CharOpenHashSet
Creates a new empty hash set.
of(char) - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the given element.
of(char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(char, char, char) - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements given.
of(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
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.chars.CharSet
Returns an immutable empty set.
of(char) - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable set with the element given.
of(char, char) - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable set with the elements given.
of(char, char, char) - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable set with the elements given.
of(char...) - Static method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns an immutable list with the elements given.
ofUnchecked() - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new empty array set.
ofUnchecked(char...) - Static method in class it.unimi.dsi.fastutil.chars.CharArraySet
Creates a new array set using an array of elements.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Rehashes the set.
rehash(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Rehashes the set.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
Deprecated.
Please use remove() instead.
rem(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Deprecated.
Please use remove() instead.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
Deprecated.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
Deprecated.
rem(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
Deprecated.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractCharSet
Removes an element from this set.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Removes an element from this set.
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.EmptySet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.CharSets.UnmodifiableSet
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
removeAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
removeFirstChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Removes the first key in iteration order.
removeFirstChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Removes the first key in iteration order.
removeIf(Predicate<? super Character>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
Deprecated.
removeIf(CharPredicate) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
removeLastChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Removes the the last key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Removes the the last key in iteration order.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
retainAll(CharCollection) - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 

S

shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
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.chars.CharLinkedOpenHashSet
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.chars.CharOpenCustomHashSet
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.chars.CharOpenHashSet
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a type-specific immutable set containing only the specified element.
singleton(Character) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a type-specific immutable set containing only the specified element.
Singleton(char) - Constructor for class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
singleton(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
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.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element.
singleton(Object, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
Singleton(char, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharArraySet
The number of valid entries in CharArraySet.a.
size() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
size - Variable in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Number of entries in the set (including the null key, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
size() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
sortedSet - Variable in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
sortedSet - Variable in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
 
spliterator() - Method in interface it.unimi.dsi.fastutil.chars.CharSet
Returns a type-specific spliterator on the elements of this set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
spliterator() - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a type-specific spliterator on the elements of this sorted-set.
spliterator() - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
This set's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
This set's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
The hash strategy of this custom set.
strategy() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Returns the hashing strategy.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
subSet(char, char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
subSet(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
synchronize(CharSet) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a synchronized type-specific set backed by the given type-specific set.
synchronize(CharSet, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
synchronize(CharSortedSet) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
synchronize(CharSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.chars.CharSortedSets
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
SynchronizedSet(CharSet, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
 
SynchronizedSet(CharSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharSets.SynchronizedSet
 
SynchronizedSortedSet(CharSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
SynchronizedSortedSet(CharSortedSet) - Constructor for class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 

T

tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
 
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
 
tailSet(char) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
tailSet(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
 
tailSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.EmptySet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
 
tailSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
 
tailSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.SynchronizedSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
 
tailSet(Character) - Method in class it.unimi.dsi.fastutil.chars.CharSortedSets.UnmodifiableSortedSet
Deprecated.
Please use the corresponding type-specific method instead.
to(char) - Static method in class it.unimi.dsi.fastutil.chars.CharSets
Returns an unmodifiable type-specific set containing elements smaller than a given element.
toArray(char[]) - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
toArray() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
Deprecated.
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharArraySet
 
toCharArray() - Method in class it.unimi.dsi.fastutil.chars.CharSets.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.chars.CharAVLTreeSet
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.chars.CharRBTreeSet
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenCustomHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharLinkedOpenHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenCustomHashSet
Rehashes this set if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Rehashes this set, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.CharOpenHashSet
Rehashes this set if the table is too large.

U

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