- a - Variable in class it.unimi.dsi.fastutil.ints.IntArrayList
-
The backing array.
- AbstractIndexBasedIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
-
- AbstractIndexBasedListIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
-
- AbstractIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
-
- AbstractIntCollection - Class in it.unimi.dsi.fastutil.ints
-
An abstract class providing basic methods for collections implementing a type-specific interface.
- AbstractIntCollection() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- AbstractIntIterator - Class in it.unimi.dsi.fastutil.ints
-
An abstract class facilitating the creation of type-specific iterators.
- AbstractIntIterator() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntIterator
-
- AbstractIntList - Class in it.unimi.dsi.fastutil.ints
-
An abstract class providing basic methods for lists implementing a type-specific list interface.
- AbstractIntList() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- AbstractIntList.IntRandomAccessSubList - Class in it.unimi.dsi.fastutil.ints
-
- AbstractIntList.IntSubList - Class in it.unimi.dsi.fastutil.ints
-
A class implementing a sublist view.
- AbstractIntSpliterator - Class in it.unimi.dsi.fastutil.ints
-
An abstract class facilitating the creation of type-specific iterators.
- AbstractIntSpliterator() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntSpliterator
-
- add(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
Ensures that this collection contains the specified element (optional operation).
- add(Integer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- add(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Inserts the specified element at the specified position in this list (optional operation).
- add(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Ensures that this collection contains the specified element (optional operation).
- add(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- add(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- add(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- add(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- add(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
-
Inserts the specified element into the list (optional operation).
- add(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
-
- add(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Ensures that this collection contains the specified element (optional operation).
- add(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
- add(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
-
Add the given item at the given index.
- add(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
-
- add(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Appends the specified element to the end of this list (optional operation).
- add(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Inserts the specified element at the specified position in this list (optional operation).
- add(int, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- add(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- add(int) - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
-
Inserts the specified element into the list (optional operation).
- add(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
-
- add(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- add(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- add(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- add(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- add(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- add(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- add(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
- addAll(int, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Adds all of the elements in the specified collection to this list (optional operation).
- addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
- addAll(int, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Adds all elements of the given type-specific collection to this collection.
- addAll(int, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- addAll(int, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- addAll(int, IntList) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- addAll(int, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- addAll(int, IntList) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- addAll(IntCollection) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Adds all elements of the given type-specific collection to this collection.
- addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- addAll(int, IntCollection) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
- addAll(int, IntList) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
- addAll(IntList) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Appends all of the elements in the specified type-specific list to the end of this type-specific list (optional operation).
- addAll(int, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- addAll(IntList) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- addAll(int, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- addAll(int, IntList) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- addAll(int, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- addAll(Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- addAll(IntList) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- addAll(int, IntList) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- addAll(int, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- addAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- addAll(int, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- addAll(int, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- addAll(int, IntList) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- addAll(IntList) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- addAll(int, Collection<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- addAll(int, IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- addAll(IntList) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- addAll(int, IntList) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- addElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Add (hopefully quickly) elements to this type-specific list.
- addElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Add (hopefully quickly) elements to this type-specific list.
- addElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- addElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Adds elements to this type-specific list using optimized system calls.
- addElements(int, int[]) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Add (hopefully quickly) elements to this type-specific list.
- addElements(int, int[], int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Add (hopefully quickly) elements to this type-specific list.
- addElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- addElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- addElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- addElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- addElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- addElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- addElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- addElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- all(IntIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
-
Returns whether all elements returned by the given iterator satisfy the given predicate.
- and(IntPredicate) - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
-
Returns a composed type-specific predicate that represents a short-circuiting logical
AND of this type-specific predicate and another.
- and(IntPredicate) - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
-
Returns a composed type-specific predicate that represents a short-circuiting logical
AND of this type-specific predicate and another.
- and(Predicate<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
-
- any(IntIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
-
Returns whether an element returned by the given iterator satisfies the given predicate.
- apply(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntBinaryOperator
-
Computes the operator on the given inputs.
- apply(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBinaryOperator
-
- apply(int) - Method in interface it.unimi.dsi.fastutil.ints.IntUnaryOperator
-
Computes the operator on the given input.
- apply(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntUnaryOperator
-
- applyAsInt(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntBinaryOperator
-
- applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.ints.IntUnaryOperator
-
- asCollection(IntIterable) - Static method in class it.unimi.dsi.fastutil.ints.IntCollections
-
Returns an unmodifiable collection backed by the specified iterable.
- asIntIterator(Iterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
-
Wraps a standard iterator into a type-specific iterator.
- asIntIterator(ListIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
-
Wraps a standard list iterator into a type-specific list iterator.
- asIntSpliterator(Spliterator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Wraps a standard spliterator into a type-specific spliterator.
- asIntSpliterator(Spliterator, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Wraps a standard spliterator into a type-specific spliterator.
- asIterator(IntSpliterator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Wrap a type-specific Spliterator as a type-specific Iterator
- asSpliterator(IntIterator, long, int) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Wrap a type-specific Iterator of a known size as a type-specific Spliterator
- asSpliteratorFromSorted(IntIterator, long, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Wrap a type-specific, sorted Iterator of a known size as a type-specific Spliterator
- asSpliteratorFromSortedUnknownSize(IntIterator, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Wrap a type-specific, sorted Iterator of an unknown size as a type-specific Spliterator
- asSpliteratorUnknownSize(IntIterator, int) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Wrap a type-specific Iterator of an unknown size as a type-specific Spliterator
- i - Variable in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableBidirectionalIterator
-
- i - Variable in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableIterator
-
- i - Variable in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
-
- identity() - Static method in interface it.unimi.dsi.fastutil.ints.IntUnaryOperator
-
Returns a UnaryOperator that always returns the input unmodified.
- indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
- indexOf(IntIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
-
Returns the index of the first element returned by the given iterator that satisfies the given predicate, or −1 if
no such element was found.
- indexOf(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- indexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- indexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- indexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- IntArrayList - Class in it.unimi.dsi.fastutil.ints
-
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntArrayList(int[], boolean) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list using a given array.
- IntArrayList(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list with given capacity.
- IntArrayList() - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
- IntArrayList(Collection<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list and fills it with a given collection.
- IntArrayList(IntCollection) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list and fills it with a given type-specific collection.
- IntArrayList(IntList) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list and fills it with a given type-specific list.
- IntArrayList(int[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list and fills it with the elements of a given array.
- IntArrayList(int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list and fills it with the elements of a given array.
- IntArrayList(Iterator<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list and fills it with the elements returned by an iterator..
- IntArrayList(IntIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new array list and fills it with the elements returned by a type-specific iterator..
- IntBidirectionalIterable - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
- IntBidirectionalIterator - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
- IntBigListIterator - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific BigListIterator.
- IntBinaryOperator - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific BinaryOperator; provides methods operating both on objects
and on primitives.
- IntBooleanImmutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntBooleanImmutablePair(int, boolean) - Constructor for class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntBooleanMutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntBooleanMutablePair(int, boolean) - Constructor for class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntBooleanPair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntByteImmutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntByteImmutablePair(int, byte) - Constructor for class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntByteMutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntByteMutablePair(int, byte) - Constructor for class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntBytePair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntCharImmutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntCharImmutablePair(int, char) - Constructor for class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntCharMutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntCharMutablePair(int, char) - Constructor for class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntCharPair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntCollection - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Collection; provides some additional methods
that use polymorphism to avoid (un)boxing.
- IntCollections - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific collections.
- IntCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing an empty type-specific collection.
- IntCollections.IterableCollection - Class in it.unimi.dsi.fastutil.ints
-
A collection wrapper class for iterables.
- IntDoubleImmutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntDoubleImmutablePair(int, double) - Constructor for class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntDoubleMutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntDoubleMutablePair(int, double) - Constructor for class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntDoublePair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntFloatImmutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntFloatImmutablePair(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntFloatMutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntFloatMutablePair(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntFloatPair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntHash - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Hash interface.
- IntHash.Strategy - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific hash strategy.
- IntImmutableList - Class in it.unimi.dsi.fastutil.ints
-
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntImmutableList(int[]) - Constructor for class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Creates a new immutable list using a given array.
- IntImmutableList(Collection<? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Creates a new immutable list and fills it with a given collection.
- IntImmutableList(IntCollection) - Constructor for class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Creates a new immutable list and fills it with a given type-specific collection.
- IntImmutableList(IntList) - Constructor for class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Creates a new immutable list and fills it with a given type-specific list.
- IntImmutableList(int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Creates a new immutable list and fills it with the elements of a given array.
- IntImmutableList(IntIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
- IntIntImmutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntIntImmutablePair(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntIntImmutableSortedPair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntIntMutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntIntMutablePair(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntIntPair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntIntSortedPair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific immutable SortedPair.
- IntIterable - Interface in it.unimi.dsi.fastutil.ints
-
- intIterator() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Returns a primitive iterator on the elements of this collection.
- intIterator() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
-
- intIterator() - Method in interface it.unimi.dsi.fastutil.ints.IntIterable
-
Returns a primitive iterator on the elements of this iterable.
- IntIterators - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific iterators.
- IntIterators.AbstractIndexBasedIterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for an iterator backed by an index-based data store.
- IntIterators.AbstractIndexBasedListIterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for a list-iterator backed by an index-based data store.
- IntIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.ints
-
A class returning no elements and a type-specific iterator interface.
- IntIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for bidirectional iterators.
- IntIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for iterators.
- IntIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for list iterators.
- IntList - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntListIterator - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific bidirectional iterator that is also a ListIterator.
- IntLists - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific lists.
- IntLists.EmptyList - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing an empty type-specific list.
- IntLists.Singleton - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing a type-specific singleton list.
- IntLists.SynchronizedList - Class in it.unimi.dsi.fastutil.ints
-
A synchronized wrapper class for lists.
- IntLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.ints
-
A synchronized wrapper class for random-access lists.
- IntLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for lists.
- IntLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for random-access lists.
- IntLongImmutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntLongImmutablePair(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntLongMutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntLongMutablePair(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntLongPair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntObjectImmutablePair<V> - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntObjectImmutablePair(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntObjectMutablePair<V> - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntObjectMutablePair(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntObjectPair<V> - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- intParallelStream() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Return a parallel primitive stream over the elements, performing widening casts if needed.
- IntPredicate - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Predicate; provides methods to test a primitive type both as object
and as primitive.
- IntRandomAccessSubList(IntList, int, int) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntList.IntRandomAccessSubList
-
- IntReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntReferenceImmutablePair(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntReferenceMutablePair(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntReferencePair<V> - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntShortImmutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntShortImmutablePair(int, short) - Constructor for class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- IntShortMutablePair - Class in it.unimi.dsi.fastutil.ints
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- IntShortMutablePair(int, short) - Constructor for class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- IntShortPair - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- intSpliterator() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Returns a primitive spliterator on the elements of this collection.
- intSpliterator() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
-
- intSpliterator() - Method in interface it.unimi.dsi.fastutil.ints.IntIterable
-
Returns a primitive spliterator on the elements of this iterable.
- IntSpliterators - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific spliterators.
- IntSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for a spliterator backed by an index based data store.
- IntSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for a spliterator backed by an index based data store.
- IntSpliterators.EmptySpliterator - Class in it.unimi.dsi.fastutil.ints
-
A class returning no elements and a type-specific spliterator interface.
- IntSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.ints
-
A skeletal implementation for a spliterator backed by an index based data store.
- intStream() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Return a primitive stream over the elements, performing widening casts if needed.
- IntSubList(IntList, int, int) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- IntUnaryOperator - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific UnaryOperator; provides methods operating both on objects
and on primitives.
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
- it.unimi.dsi.fastutil.ints - package it.unimi.dsi.fastutil.ints
-
- iterable - Variable in class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
-
- IterableCollection(IntIterable) - Constructor for class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Returns a type-specific iterator on the elements of this collection.
- iterator() - Method in interface it.unimi.dsi.fastutil.ints.IntBidirectionalIterable
-
Returns a type-specific BidirectionalIterator.
- iterator() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Returns a type-specific iterator on the elements of this collection.
- iterator() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
-
- iterator() - Method in interface it.unimi.dsi.fastutil.ints.IntIterable
-
Returns a type-specific iterator.
- iterator() - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns a type-specific iterator on the elements of this list.
- iterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- l - Variable in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
The list this sublist restricts.
- lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
- lastIndexOf(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- lastReturned - Variable in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
-
The last returned index by a call to IntIterator.next() or, if a list-iterator, {@link java.util.ListIterator#previous().
- LateBindingSizeIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntSpliterators.LateBindingSizeIndexBasedSpliterator
-
- LateBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntSpliterators.LateBindingSizeIndexBasedSpliterator
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
-
- left - Variable in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
- left(int) - Method in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
- left() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
- left(int) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
Sets the left element of this pair (optional operation).
- left(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
-
Returns the left element of this pair.
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
-
- leftInt() - Method in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
- leftInt() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
Returns the left element of this pair.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
Returns a lexicographical comparator for pairs.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
Returns a lexicographical comparator for pairs.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
Returns a lexicographical comparator for pairs.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
Returns a lexicographical comparator for pairs.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
Returns a lexicographical comparator for pairs.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
Returns a lexicographical comparator for pairs.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
Returns a lexicographical comparator for pairs.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
-
Returns a lexicographical comparator for pairs.
- lexComparator() - Static method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
Returns a lexicographical comparator for pairs.
- list - Variable in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- list - Variable in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- LIST_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
- listIterator(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- listIterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Returns a type-specific list iterator on the list.
- listIterator(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Returns a type-specific list iterator on the list starting at a given index.
- listIterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- listIterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
- listIterator() - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns a type-specific list iterator on the list.
- listIterator(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns a type-specific list iterator on the list starting at a given index.
- listIterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- listIterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- listIterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- listIterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- listIterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- listIterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- listIterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- listIterator(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- of() - Static method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates a new empty array list.
- of(int...) - Static method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Creates an array list using an array of elements.
- of(int, boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, boolean) - Static method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, byte) - Static method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, byte) - Static method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, char) - Static method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, char) - Static method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, char) - Static method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, double) - Static method in class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, double) - Static method in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, double) - Static method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, float) - Static method in class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, float) - Static method in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, float) - Static method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of() - Static method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Returns an empty immutable list.
- of(int...) - Static method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Creates an immutable list using a list of elements.
- of(int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIntImmutableSortedPair
-
Returns a new type-specific immutable SortedPair with given left and right value.
- of(int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, int) - Static method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, int) - Static method in interface it.unimi.dsi.fastutil.ints.IntIntSortedPair
-
Returns a new type-specific immutable SortedPair with given left and right value.
- of() - Static method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns an immutable empty list.
- of(int) - Static method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns an immutable list with the element given.
- of(int, int) - Static method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns an immutable list with the elements given.
- of(int, int, int) - Static method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns an immutable list with the elements given.
- of(int...) - Static method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns an immutable list with the elements given.
- of(int, long) - Static method in class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, long) - Static method in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, long) - Static method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, V) - Static method in class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, V) - Static method in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, V) - Static method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, V) - Static method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, V) - Static method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, V) - Static method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, short) - Static method in class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(int, short) - Static method in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(int, short) - Static method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
Returns a new type-specific immutable Pair with given left and right value.
- onEachMatching(IntSpliterator, IntPredicate, IntConsumer) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Perform the given action on each element that matches the given predicate.
- or(IntPredicate) - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
-
Returns a composed type-specific predicate that represents a short-circuiting logical
OR of this type-specific predicate and another.
- or(IntPredicate) - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
-
Returns a composed type-specific predicate that represents a short-circuiting logical
OR of this type-specific predicate and another.
- or(Predicate<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
-
- rem(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
- rem(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- rem(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Removes a single instance of the specified element from this collection, if it is present (optional operation).
- rem(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- rem(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
- rem(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- rem(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
- remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
-
Remove the item at the given index.
- remove() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
-
- remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- remove(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- remove() - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
-
Removes from the underlying collection the last element returned
by this iterator (optional operation).
- remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- removeAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
- removeAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- removeAll(IntCollection) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Remove from this collection all elements in the given type-specific collection.
- removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- removeAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- removeAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- removeElements(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- removeElements(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Removes (hopefully quickly) elements of this type-specific list.
- removeElements(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Removes elements of this type-specific list using optimized system calls.
- removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Removes (hopefully quickly) elements of this type-specific list.
- removeElements(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- removeElements(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- removeElements(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- removeElements(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- removeIf(IntPredicate) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
Remove from this collection all elements which satisfy the given predicate.
- removeIf(IntPredicate) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- removeIf(Predicate<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
- removeIf(IntPredicate) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Remove from this collection all elements which satisfy the given predicate.
- removeIf(IntPredicate) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Remove from this collection all elements which satisfy the given predicate.
- removeIf(Predicate<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
Deprecated.
- removeIf(IntPredicate) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- removeIf(Predicate<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
Deprecated.
- removeIf(IntPredicate) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- removeIf(IntPredicate) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- removeInt(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- removeInt(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Removes the element at the specified position in this list (optional operation).
- removeInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- removeInt(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Removes the element at the specified position in this list (optional operation).
- removeInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- removeInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- removeInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- removeInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Replaces each element of this list with the result of applying the
operator to that element.
- replaceAll(IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Replaces each element of this list with the result of applying the
operator to that element.
- replaceAll(IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Replaces each element of this list with the result of applying the
operator to that element.
- replaceAll(UnaryOperator<Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- replaceAll(UnaryOperator<Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
Deprecated.
- replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- replaceAll(UnaryOperator<Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
Deprecated.
- replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- replaceAll(UnaryOperator<Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
Deprecated.
- replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- retainAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
- retainAll(IntCollection) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Retains in this collection only elements from the given type-specific collection.
- retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- retainAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- retainAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
- right(boolean) - Method in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
- right() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
- right(boolean) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
Sets the right element of this pair (optional operation).
- right(Boolean) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
- right(byte) - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
- right() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
- right(byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
Sets the right element of this pair (optional operation).
- right(Byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
- right(char) - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
- right() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
- right(char) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
Sets the right element of this pair (optional operation).
- right(Character) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
- right(double) - Method in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
- right() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
- right(double) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
Sets the right element of this pair (optional operation).
- right(Double) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
- right(float) - Method in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
- right() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
- right(float) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
Sets the right element of this pair (optional operation).
- right(Float) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
- right(int) - Method in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
- right() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
- right(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
Sets the right element of this pair (optional operation).
- right(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
- right(long) - Method in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
- right() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
- right(long) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
Sets the right element of this pair (optional operation).
- right(Long) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
-
- right() - Method in class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
- right() - Method in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
- right(V) - Method in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
-
- right() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
- right() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
- right(V) - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
-
- right - Variable in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
- right(short) - Method in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
- right() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
- right(short) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
Sets the right element of this pair (optional operation).
- right(Short) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
- rightBoolean() - Method in class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
-
- rightBoolean() - Method in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
- rightBoolean() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
Returns the right element of this pair.
- rightByte() - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
-
- rightByte() - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
- rightByte() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
Returns the right element of this pair.
- rightChar() - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
-
- rightChar() - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
- rightChar() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
Returns the right element of this pair.
- rightDouble() - Method in class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
-
- rightDouble() - Method in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
- rightDouble() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
Returns the right element of this pair.
- rightFloat() - Method in class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
-
- rightFloat() - Method in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
- rightFloat() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
Returns the right element of this pair.
- rightInt() - Method in class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
-
- rightInt() - Method in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
- rightInt() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
Returns the right element of this pair.
- rightLong() - Method in class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
-
- rightLong() - Method in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
- rightLong() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
Returns the right element of this pair.
- rightShort() - Method in class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
-
- rightShort() - Method in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
- rightShort() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
Returns the right element of this pair.
- second() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
- second(boolean) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
Sets the right element of this pair (optional operation).
- second(Boolean) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
- second() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
- second(byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
Sets the right element of this pair (optional operation).
- second(Byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
- second() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
- second(char) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
Sets the right element of this pair (optional operation).
- second(Character) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
- second() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
- second(double) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
Sets the right element of this pair (optional operation).
- second(Double) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
- second() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
- second(float) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
Sets the right element of this pair (optional operation).
- second(Float) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
- second() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
- second(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
Sets the right element of this pair (optional operation).
- second(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
- second() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
- second(long) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
Sets the right element of this pair (optional operation).
- second(Long) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
- second() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
- second(short) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
Sets the right element of this pair (optional operation).
- second(Short) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
- secondBoolean() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
-
Returns the right element of this pair.
- secondByte() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
-
Returns the right element of this pair.
- secondChar() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
-
Returns the right element of this pair.
- secondDouble() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
-
Returns the right element of this pair.
- secondFloat() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
-
Returns the right element of this pair.
- secondInt() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
-
Returns the right element of this pair.
- secondLong() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
-
Returns the right element of this pair.
- secondShort() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
-
Returns the right element of this pair.
- set(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- set(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
Replaces the element at the specified position in this list with the specified element (optional operation).
- set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- set(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
-
Replaces the last element returned by next() or
previous() with the specified element (optional operation).
- set(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
-
- set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
-
Sets the given item at the given index.
- set(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
-
- set(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Replaces the element at the specified position in this list with the specified element (optional operation).
- set(int, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- set(int) - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
-
- set(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
-
- set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- set(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- set(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- set(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- set(int, Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
- setElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- setElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- setElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Sets elements to this type-specific list using optimized system calls.
- setElements(int[]) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Set (hopefully quickly) elements to match the array given.
- setElements(int, int[]) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Set (hopefully quickly) elements to match the array given.
- setElements(int, int[], int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Set (hopefully quickly) elements to match the array given.
- setElements(int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- setElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- setElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- setElements(int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- setElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- setElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- setElements(int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- setElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- setElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- setElements(int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- setElements(int, int[]) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- setElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- shuffle(IntList, Random) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
-
Shuffles the specified list using the specified pseudorandom number generator.
- singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
-
Returns an immutable iterator that iterates just over the given element.
- singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
-
Returns a type-specific immutable list containing only the specified element.
- singleton(Object) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
-
Returns a type-specific immutable list containing only the specified element.
- Singleton(int) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- singleton(int) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Returns a spliterator that iterates just over the given element.
- singleton(int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
Returns a spliterator that iterates just over the given element.
- size() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- size(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- size - Variable in class it.unimi.dsi.fastutil.ints.IntArrayList
-
The current actual size of the list (never greater than the backing-array length).
- size() - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- size(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- size() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- size() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
-
- size() - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
- size(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Sets the size of this list.
- size(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- size() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- size(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- size(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- size(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- skip(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBidirectionalIterator
- skip(long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
-
Skips the given number of elements.
- skip(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
- skip(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
-
- skip(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
-
- skip(long) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
-
- sort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- sort(Comparator<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
- sort(IntComparator) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Sort a list using a type-specific comparator.
- sort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- sort(Comparator<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
Deprecated.
- sort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- sort(Comparator<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
Deprecated.
- sort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- sort(Comparator<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
Deprecated.
- sort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- sort(Comparator<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
Deprecated.
- SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.ints.IntSpliterators
-
- spliterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Returns a type-specific spliterator on the elements of this list.
- spliterator() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Returns a type-specific spliterator on the elements of this collection.
- spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.IterableCollection
-
- spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
- spliterator() - Method in interface it.unimi.dsi.fastutil.ints.IntIterable
-
Returns a type-specific spliterator on the elements of this iterable.
- spliterator() - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns a type-specific spliterator on the elements of this list.
- spliterator() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- stream() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntRandomAccessSubList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
- subList(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
-
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedRandomAccessList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableRandomAccessList
-
- synchronize(IntCollection) - Static method in class it.unimi.dsi.fastutil.ints.IntCollections
-
Returns a synchronized collection backed by the specified collection.
- synchronize(IntCollection, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntCollections
-
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
- synchronize(IntList) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
-
Returns a synchronized type-specific list backed by the given type-specific list.
- synchronize(IntList, Object) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
-
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
- SynchronizedList(IntList, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- SynchronizedList(IntList) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
-
- SynchronizedRandomAccessList(IntList, Object) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedRandomAccessList
-
- SynchronizedRandomAccessList(IntList) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedRandomAccessList
-
- test(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
-
- to - Variable in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
-
Final (exclusive) index of this sublist.
- toArray(int[]) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- toArray(int[]) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- toArray(int[]) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
- toArray(int[]) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
- toArray() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- toArray(T[]) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- toArray(int[]) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
- toArray() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
Deprecated.
- toIntArray() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- toIntArray(int[]) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- toIntArray() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- toIntArray() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
Returns a primitive type array containing the items of this collection.
- toIntArray(int[]) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
-
- toIntArray() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
- toIntArray(int[]) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
-
Deprecated.
- toIntArray() - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
- toIntArray() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
-
- toList(IntStream) - Static method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Collects the result of a primitive Stream into a new ArrayList.
- toList(IntStream) - Static method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Collects the result of a primitive Stream into a new ImmutableList.
- toListWithExpectedSize(IntStream, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Collects the result of a primitive Stream into a new ArrayList, potentially pre-allocated to handle the given size.
- toListWithExpectedSize(IntStream, int) - Static method in class it.unimi.dsi.fastutil.ints.IntImmutableList
-
Collects the result of a primitive Stream into a new ImmutableList, potentially pre-allocated to handle the given size.
- topInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
-
- toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
-
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntIntImmutableSortedPair
-
Returns a string representation of this sorted pair in the form {l,r}.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
-
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- trim() - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Trims this array list so that the capacity is equal to the size.
- trim(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
-
Trims the backing array if it is too large.
- tryAdvance(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSpliterator
- tryAdvance(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
-
- tryAdvance(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
-
- tryAdvance(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
-
Deprecated.
- trySplit() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
- trySplit() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
-
- trySplit() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.LateBindingSizeIndexBasedSpliterator
-