Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
add(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
add(Integer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntBinaryOperator
Deprecated.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.ints.IntUnaryOperator
Deprecated.
Please use apply(int).
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

B

back(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBidirectionalIterator
Moves back for the given number of elements.
back(long) - Method in interface it.unimi.dsi.fastutil.ints.IntBigListIterator
Moves back for the given number of elements.
back(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 

C

characteristics() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
 
clear() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
clear() - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
 
COLLECTION_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.ints.IntSpliterators
 
compareTo(List<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Compares this list to another object.
compareTo(IntArrayList) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
Compares this array list to another array list.
compareTo(List<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
compareTo(IntImmutableList) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
Compares this immutable list to another immutable list.
compareTo(List<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
 
compareTo(List<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
compareTo(List<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
compareTo(List<? extends Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
computeSplitPoint() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
Compute where to split on the next IntSpliterators.AbstractIndexBasedSpliterator.trySplit(), given the current pos and IntSpliterators.AbstractIndexBasedSpliterator.getMaxPos() (or any other metric the implementation wishes to use).
concat(IntIterator...) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Concatenates all iterators contained in an array.
concat(IntIterator[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Concatenates a sequence of iterators contained in an array.
concat(IntSpliterator...) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Concatenates all spliterators contained in an array.
concat(IntSpliterator[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Concatenates a sequence of spliterators contained in an array.
contains(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Returns true if this list contains the specified element.
contains(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 
contains(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIntSortedPair
Returns true if one of the two elements of this sorted pair is equal to a given element.
contains(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntIntSortedPair
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Deprecated.
Please use the corresponding type-specific method instead.
contains(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
containsAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
containsAll(IntCollection) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 
containsAll(IntCollection) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 

D

DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.ints.IntArrayList
The initial default capacity of an array list.

E

EarlyBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
elements() - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
Returns the backing array of this list.
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.fastutil.ints.IntIterators
An empty iterator.
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.ints.IntLists
An empty list (immutable).
EMPTY_SPLITERATOR - Static variable in class it.unimi.dsi.fastutil.ints.IntSpliterators
An empty spliterator.
EmptyCollection() - Constructor for class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 
EmptyIterator() - Constructor for class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
emptyList() - Static method in class it.unimi.dsi.fastutil.ints.IntLists
Returns an empty list (immutable).
EmptyList() - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
EmptySpliterator() - Constructor for class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureIndex(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Ensures that the given index is nonnegative and not greater than the list size.
ensureRestrictedIndex(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Ensures that the given index is nonnegative and smaller than the list size.
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
 
equals(IntArrayList) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
Compares this type-specific array list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
 
equals(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntHash.Strategy
Returns true if the given elements are equal with respect to this hash strategy.
equals(IntImmutableList) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
Compares this type-specific immutable list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntIntImmutableSortedPair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
 
estimateSize() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
 

F

first() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Deprecated.
Please use the corresponding type-specific method instead.
first(int) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Sets the left element of this pair (optional operation).
first(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Deprecated.
Please use the corresponding type-specific method instead.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Returns the left element of this pair.
firstInt() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Returns the left element of this pair.
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntCollection
Performs the given action for each element of this type-specific Iterable until all elements have been processed or the action throws an exception.
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Performs the given action for each element of this type-specific Iterable until all elements have been processed or the action throws an exception.
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
forEach(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
Deprecated.
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
 
forEach(IntConsumer) - Method in interface it.unimi.dsi.fastutil.ints.IntIterable
Performs the given action for each element of this type-specific Iterable until all elements have been processed or the action throws an exception.
forEach(IntConsumer) - Method in interface it.unimi.dsi.fastutil.ints.IntIterable
Performs the given action for each element of this type-specific Iterable until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntIterable
Deprecated.
Please use the corresponding type-specific method instead.
forEach(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
Deprecated.
forEach(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntIterator
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntSpliterator
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
 
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
forEachRemaining(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
Deprecated.
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableBidirectionalIterator
 
forEachRemaining(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableBidirectionalIterator
Deprecated.
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableIterator
 
forEachRemaining(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableIterator
Deprecated.
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
 
forEachRemaining(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
Deprecated.
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(IntConsumer) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
 
forEachRemaining(Consumer<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
Deprecated.
from - Variable in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
Initial (inclusive) index of this sublist.
fromTo(int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Creates a type-specific list iterator over an interval.
fromTo(int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Creates a type-specific spliterator over an interval.

G

get(int) - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
Get the item corresponding to the given index location.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
Get the item corresponding to the given index location.
getElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
 
getElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, int[], int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
getElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
getElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
getElements(int, int[], int, int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
getInt(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList.IntSubList
 
getInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
getInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntImmutableList
 
getInt(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Returns the element at the specified position in this list.
getInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
getInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
getInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
getInt(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.LateBindingSizeIndexBasedSpliterator
 
getMaxPosFromBackingStore() - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.LateBindingSizeIndexBasedSpliterator
Return the maximum pos can be dynamically tracking the backing data store.

H

hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntBooleanImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntBooleanMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntFloatImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntFloatMutablePair
 
hashCode(int) - Method in interface it.unimi.dsi.fastutil.ints.IntHash.Strategy
Returns the hash code of the specified element with respect to this hash strategy.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntShortImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.IntShortMutablePair
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
 

I

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
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
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
Creates a new array list with IntArrayList.DEFAULT_INITIAL_CAPACITY capacity.
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
A type-specific Iterable that strengthens that specification of IntIterable.iterator() and IntIterable.forEach(Consumer).
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
 

K

key() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Deprecated.
Please use the corresponding type-specific method instead.
key(int) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Sets the left element of this pair (optional operation).
key(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Deprecated.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntObjectPair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntReferencePair
Returns the left element of this pair.
keyInt() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Returns the left element of this pair.

L

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
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
 

M

makeForSplit(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
Make a new spliterator to IntSpliterators.AbstractIndexBasedSpliterator.trySplit() starting with the given pos and ending at the given maxPos.
maxPos - Variable in class it.unimi.dsi.fastutil.ints.IntSpliterators.EarlyBindingSizeIndexBasedSpliterator
maxPos - Variable in class it.unimi.dsi.fastutil.ints.IntSpliterators.LateBindingSizeIndexBasedSpliterator
The maximum IntSpliterators.AbstractIndexBasedSpliterator.pos can be, or -1 if it hasn't been fixed yet.
minPos - Variable in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
The minimum pos can be, and is the logical start of the "range".

N

negate() - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
 
negation() - Static method in interface it.unimi.dsi.fastutil.ints.IntUnaryOperator
Returns a UnaryOperator that always returns the arithmetic negation of the input.
next() - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
Deprecated.
Please use the corresponding type-specific method instead.
nextIndex() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableBidirectionalIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
 

O

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
Deprecated.
Please use the corresponding type-specific method instead.

P

parallelStream() - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
Deprecated.
Please use the corresponding type-specific method instead.
peekInt(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
 
popInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
 
pos - Variable in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedIterator
The current position index, the index of the item to be returned after the next call to IntIterator.next().
pos - Variable in class it.unimi.dsi.fastutil.ints.IntSpliterators.AbstractIndexBasedSpliterator
The current position index, the index of the item to be given after the next call to IntSpliterators.AbstractIndexBasedSpliterator.tryAdvance(java.util.function.IntConsumer).
pour(IntIterator, IntCollection, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(IntIterator, IntCollection) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Pours an iterator into a type-specific collection.
pour(IntIterator, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(IntIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Pours an iterator, returning a type-specific list.
previous() - Method in interface it.unimi.dsi.fastutil.ints.IntBidirectionalIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
Deprecated.
Please use the corresponding type-specific method instead.
previousIndex() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
 
previousInt() - Method in interface it.unimi.dsi.fastutil.ints.IntBidirectionalIterator
Returns the previous element as a primitive type.
previousInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.AbstractIndexBasedListIterator
 
previousInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.EmptyIterator
 
previousInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableBidirectionalIterator
 
previousInt() - Method in class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
 
push(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractIntList
 

R

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
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
Deprecated.
Please use (and implement) the rem() method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
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(Predicate<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntCollection
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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.

S

second() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
set(int) - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
Replaces the last element returned by IntListIterator.next() or IntListIterator.previous() with the specified element (optional operation).
set(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntListIterator
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
 

T

test(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntPredicate
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
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
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
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
 

U

unmodifiable(IntCollection) - Static method in class it.unimi.dsi.fastutil.ints.IntCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(IntIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(IntBidirectionalIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(IntListIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(IntList) - Static method in class it.unimi.dsi.fastutil.ints.IntLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
UnmodifiableBidirectionalIterator(IntBidirectionalIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableIterator(IntIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableIterator
 
UnmodifiableList(IntList) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
UnmodifiableListIterator(IntListIterator) - Constructor for class it.unimi.dsi.fastutil.ints.IntIterators.UnmodifiableListIterator
 
UnmodifiableRandomAccessList(IntList) - Constructor for class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableRandomAccessList
 
unstableSort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntArrayList
 
unstableSort(Comparator<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Deprecated.
Please use the corresponding type-specific method instead.
unstableSort(IntComparator) - Method in interface it.unimi.dsi.fastutil.ints.IntList
Sorts this list using a sort not assured to be stable.
unstableSort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
 
unstableSort(Comparator<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.EmptyList
Deprecated.
unstableSort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
 
unstableSort(Comparator<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.Singleton
Deprecated.
unstableSort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
 
unstableSort(Comparator<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.SynchronizedList
Deprecated.
unstableSort(IntComparator) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
 
unstableSort(Comparator<? super Integer>) - Method in class it.unimi.dsi.fastutil.ints.IntLists.UnmodifiableList
Deprecated.
unwrap(IntIterator, int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(IntIterator, int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator into an array.
unwrap(IntIterator, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(IntIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator, returning an array.
unwrap(IntIterator, int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
unwrap(IntIterator, int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator into a big array.
unwrap(IntIterator, IntCollection, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(IntIterator, IntCollection) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator into a type-specific collection.
unwrapBig(IntIterator, long) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator, returning a big array, with a limit on the number of elements.
unwrapBig(IntIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Unwraps an iterator, returning a big array.

V

value() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value(boolean) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Sets the right element of this pair (optional operation).
value(Boolean) - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Sets the right element of this pair (optional operation).
value(Byte) - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(char) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Sets the right element of this pair (optional operation).
value(Character) - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(double) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Sets the right element of this pair (optional operation).
value(Double) - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value(float) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Sets the right element of this pair (optional operation).
value(Float) - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Sets the right element of this pair (optional operation).
value(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(long) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Sets the right element of this pair (optional operation).
value(Long) - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Deprecated.
Please use the corresponding type-specific method instead.
value(short) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Sets the right element of this pair (optional operation).
value(Short) - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Deprecated.
Please use the corresponding type-specific method instead.
valueBoolean() - Method in interface it.unimi.dsi.fastutil.ints.IntBooleanPair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.ints.IntBytePair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.ints.IntCharPair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.ints.IntDoublePair
Returns the right element of this pair.
valueFloat() - Method in interface it.unimi.dsi.fastutil.ints.IntFloatPair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.ints.IntIntPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.ints.IntLongPair
Returns the right element of this pair.
valueShort() - Method in interface it.unimi.dsi.fastutil.ints.IntShortPair
Returns the right element of this pair.

W

wrap(int[], int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrayList
Wraps a given array into an array list of given size.
wrap(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrayList
Wraps a given array into an array list.
wrap(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Wraps the given array into a type-specific list iterator.
wrap(ByteIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Returns an iterator backed by the specified byte iterator.
wrap(ShortIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Returns an iterator backed by the specified short iterator.
wrap(CharIterator) - Static method in class it.unimi.dsi.fastutil.ints.IntIterators
Returns an iterator backed by the specified char iterator.
wrap(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Wraps the given array into a type-specific spliterator.
wrap(int[], int, int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(ByteSpliterator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Returns a spliterator backed by the specified byte spliterator.
wrap(ShortSpliterator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Returns a spliterator backed by the specified short spliterator.
wrap(CharSpliterator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Returns a spliterator backed by the specified char spliterator.
wrapPreSorted(int[], int, int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(int[], int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(int[], IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntSpliterators
Wraps the given sorted array into a type-specific spliterator.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links