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