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.shorts.ShortArrayList
The backing array.
AbstractIndexBasedIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
 
AbstractIndexBasedListIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
 
AbstractIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
 
AbstractShortCollection - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractShortCollection() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
AbstractShortIterator - Class in it.unimi.dsi.fastutil.shorts
An abstract class facilitating the creation of type-specific iterators.
AbstractShortIterator() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShortIterator
 
AbstractShortList - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractShortList() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
AbstractShortList.ShortRandomAccessSubList - Class in it.unimi.dsi.fastutil.shorts
 
AbstractShortList.ShortSubList - Class in it.unimi.dsi.fastutil.shorts
A class implementing a sublist view.
AbstractShortSpliterator - Class in it.unimi.dsi.fastutil.shorts
An abstract class facilitating the creation of type-specific iterators.
AbstractShortSpliterator() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShortSpliterator
 
add(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
Ensures that this collection contains the specified element (optional operation).
add(Short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Inserts the specified element at the specified position in this list (optional operation).
add(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Ensures that this collection contains the specified element (optional operation).
add(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
add(int, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
add(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
add(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
add(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
Inserts the specified element into the list (optional operation).
add(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Ensures that this collection contains the specified element (optional operation).
add(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
Add the given item at the given index.
add(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
 
add(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Appends the specified element to the end of this list (optional operation).
add(int, short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
add(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
add(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Inserts the specified element into the list (optional operation).
add(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
add(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
add(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
add(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
addAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
addAll(Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
addAll(int, Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
addAll(int, ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
addAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Adds all elements of the given type-specific collection to this collection.
addAll(int, Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
addAll(int, ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
addAll(int, ShortList) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
addAll(int, ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
addAll(int, ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
addAll(ShortCollection) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Adds all elements of the given type-specific collection to this collection.
addAll(Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
addAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
addAll(int, ShortCollection) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
addAll(int, ShortList) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
addAll(ShortList) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
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 Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
addAll(ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
addAll(int, ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
addAll(int, ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
addAll(int, Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
addAll(Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
addAll(ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
addAll(int, ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
addAll(int, ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
addAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
addAll(int, Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
addAll(int, ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
addAll(int, ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
addAll(ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
addAll(int, Collection<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
addAll(int, ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
addAll(ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
addAll(int, ShortList) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
addElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
addElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, short[]) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, short[], int, int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
addElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
addElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
addElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
addElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
addElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
addElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
addElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
all(ShortIterator, ShortPredicate) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
all(ShortIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
and(ShortPredicate) - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
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.shorts.ShortPredicate
and(Predicate<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
Deprecated.
Please use the corresponding type-specific method instead.
any(ShortIterator, ShortPredicate) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
any(ShortIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
apply(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBinaryOperator
Computes the operator on the given inputs.
apply(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBinaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortUnaryOperator
Computes the operator on the given input.
apply(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortUnaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int, int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBinaryOperator
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortUnaryOperator
Deprecated.
Please use apply(short).
asCollection(ShortIterable) - Static method in class it.unimi.dsi.fastutil.shorts.ShortCollections
Returns an unmodifiable collection backed by the specified iterable.
asIterator(ShortSpliterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wrap a type-specific Spliterator as a type-specific Iterator
asShortIterator(Iterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Wraps a standard iterator into a type-specific iterator.
asShortIterator(ListIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Wraps a standard list iterator into a type-specific list iterator.
asShortSpliterator(Spliterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asShortSpliterator(Spliterator, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asSpliterator(ShortIterator, long, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wrap a type-specific Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSorted(ShortIterator, long, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wrap a type-specific, sorted Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSortedUnknownSize(ShortIterator, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wrap a type-specific, sorted Iterator of an unknown size as a type-specific Spliterator
asSpliteratorUnknownSize(ShortIterator, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wrap a type-specific Iterator of an unknown size as a type-specific Spliterator

B

back(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBidirectionalIterator
Moves back for the given number of elements.
back(long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
Moves back for the given number of elements.
back(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 

C

characteristics() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
clear() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
 
COLLECTION_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
 
compareTo(List<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Compares this list to another object.
compareTo(ShortArrayList) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Compares this array list to another array list.
compareTo(List<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
compareTo(ShortImmutableList) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Compares this immutable list to another immutable list.
compareTo(List<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
compareTo(List<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
compareTo(List<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
compareTo(List<? extends Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
computeSplitPoint() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
Compute where to split on the next ShortSpliterators.AbstractIndexBasedSpliterator.trySplit(), given the current pos and ShortSpliterators.AbstractIndexBasedSpliterator.getMaxPos() (or any other metric the implementation wishes to use).
concat(ShortIterator...) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Concatenates all iterators contained in an array.
concat(ShortIterator[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Concatenates a sequence of iterators contained in an array.
concat(ShortSpliterator...) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Concatenates all spliterators contained in an array.
concat(ShortSpliterator[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Concatenates a sequence of spliterators contained in an array.
contains(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Returns true if this list contains the specified element.
contains(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
contains(Object) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
contains(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
contains(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortSortedPair
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.shorts.ShortShortSortedPair
Deprecated.
Please use the corresponding type-specific method instead.
containsAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
containsAll(ShortCollection) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
containsAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 

D

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

E

EarlyBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
elements() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Returns the backing array of this list.
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.fastutil.shorts.ShortIterators
An empty iterator.
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.shorts.ShortLists
An empty list (immutable).
EMPTY_SPLITERATOR - Static variable in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
An empty spliterator.
EmptyCollection() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
EmptyIterator() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
emptyList() - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns an empty list (immutable).
EmptyList() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
EmptySpliterator() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureIndex(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Ensures that the given index is nonnegative and not greater than the list size.
ensureRestrictedIndex(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Ensures that the given index is nonnegative and smaller than the list size.
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
equals(ShortArrayList) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Compares this type-specific array list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
 
equals(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortHash.Strategy
Returns true if the given elements are equal with respect to this hash strategy.
equals(ShortImmutableList) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Compares this type-specific immutable list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutableSortedPair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
 
estimateSize() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
 

F

first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
first(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Sets the left element of this pair (optional operation).
first(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Returns the left element of this pair.
firstShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Returns the left element of this pair.
forEach(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
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(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
forEach(Consumer<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
Deprecated.
forEach(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
forEach(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
forEach(ShortConsumer) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterable
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.shorts.ShortIterable
Performs the given action for each element of this type-specific Iterable, performing widening primitive casts, until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterable
Deprecated.
Please use the corresponding type-specific method instead.
forEach(Consumer<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
Deprecated.
forEach(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
forEachRemaining(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
 
forEachRemaining(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
forEachRemaining(Consumer<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
Deprecated.
forEachRemaining(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableBidirectionalIterator
 
forEachRemaining(Consumer<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableBidirectionalIterator
Deprecated.
forEachRemaining(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableIterator
 
forEachRemaining(Consumer<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableIterator
Deprecated.
forEachRemaining(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 
forEachRemaining(Consumer<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
Deprecated.
forEachRemaining(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
 
forEachRemaining(Consumer<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
Deprecated.
from - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
Initial (inclusive) index of this sublist.
fromTo(short, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Creates a type-specific list iterator over an interval.
fromTo(short, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Creates a type-specific spliterator over an interval.

G

get(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
Get the item corresponding to the given index location.
get(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
Get the item corresponding to the given index location.
getElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
getElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, short[], int, int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
getElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
getElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
getElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.LateBindingSizeIndexBasedSpliterator
 
getMaxPosFromBackingStore() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.LateBindingSizeIndexBasedSpliterator
Return the maximum pos can be dynamically tracking the backing data store.
getShort(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
getShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
getShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
getShort(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns the element at the specified position in this list.
getShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
getShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
getShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
getShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
 
hashCode(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortHash.Strategy
Returns the hash code of the specified element with respect to this hash strategy.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 

I

i - Variable in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableIterator
 
i - Variable in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 
identity() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortUnaryOperator
Returns a UnaryOperator that always returns the input unmodified.
indexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
indexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
indexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
indexOf(ShortIterator, ShortPredicate) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
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(ShortIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
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(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
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.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
indexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
intIterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Returns a widened primitive iterator on the elements of this collection.
intIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
intIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
intIterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterable
Returns a widened primitive iterator on the elements of this iterable.
intIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
intParallelStream() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Return a parallel primitive stream over the elements, performing widening casts if needed.
intSpliterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Returns widened primitive spliterator on the elements of this collection.
intSpliterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
intSpliterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterable
Returns widened primitive spliterator on the elements of this iterable.
intSpliterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
intStream() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Return a primitive stream over the elements, performing widening casts if needed.
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
it.unimi.dsi.fastutil.shorts - package it.unimi.dsi.fastutil.shorts
 
iterable - Variable in class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
IterableCollection(ShortIterable) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBidirectionalIterable
Returns a type-specific BidirectionalIterator.
iterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
iterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterable
Returns a type-specific iterator.
iterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 

K

key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
key(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Sets the left element of this pair (optional operation).
key(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Returns the left element of this pair.
keyShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Returns the left element of this pair.

L

l - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
The list this sublist restricts.
lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
lastIndexOf(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
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.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
lastReturned - Variable in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
The last returned index by a call to ShortIterator.next() or, if a list-iterator, {@link java.util.ListIterator#previous().
LateBindingSizeIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSpliterators.LateBindingSizeIndexBasedSpliterator
 
LateBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortSpliterators.LateBindingSizeIndexBasedSpliterator
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
 
left(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
left(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Sets the left element of this pair (optional operation).
left(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Returns the left element of this pair.
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
 
leftShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
 
leftShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Returns the left element of this pair.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Returns a lexicographical comparator for pairs.
list - Variable in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
list - Variable in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
LIST_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
 
listIterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns a type-specific list iterator on the list starting at a given index.
listIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
listIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
listIterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 

M

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

N

narrow(PrimitiveIterator.OfInt) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Wrap a JDK primitive iterator to a type-specific iterator, making checked narrowed casts.
narrow(Spliterator.OfInt) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wrap a JDK primitive spliterator to a type-specific spliterator, making checked narrowed casts.
negate() - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
 
negation() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortUnaryOperator
Returns a UnaryOperator that always returns the arithmetic negation of the input.
next() - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Deprecated.
Please use the corresponding type-specific method instead.
nextIndex() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableBidirectionalIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 

O

of() - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new empty array list.
of(short...) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates an array list using an array of elements.
of(short, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, boolean) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Returns a new type-specific immutable Pair with given left and right value.
of(short, byte) - Static method in class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, byte) - Static method in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, byte) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, char) - Static method in class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, char) - Static method in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, char) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(short, double) - Static method in class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, double) - Static method in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, double) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, float) - Static method in class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, float) - Static method in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, float) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Returns an empty immutable list.
of(short...) - Static method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Creates an immutable list using a list of elements.
of(short, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, int) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns an immutable empty list.
of(short) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns an immutable list with the element given.
of(short, short) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns an immutable list with the elements given.
of(short, short, short) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns an immutable list with the elements given.
of(short...) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns an immutable list with the elements given.
of(short, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, long) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Returns a new type-specific immutable Pair with given left and right value.
of(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, V) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortObjectPair
Returns a new type-specific immutable Pair with given left and right value.
of(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, V) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(short, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutableSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(short, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(short, short) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Returns a new type-specific immutable Pair with given left and right value.
of(short, short) - Static method in interface it.unimi.dsi.fastutil.shorts.ShortShortSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
onEachMatching(ShortSpliterator, ShortPredicate, ShortConsumer) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Perform the given action on each element that matches the given predicate.
onEachMatching(ShortSpliterator, IntPredicate, IntConsumer) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Perform the given action on each element that matches the given predicate.
or(ShortPredicate) - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
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.shorts.ShortPredicate
or(Predicate<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
Deprecated.
Please use the corresponding type-specific method instead.

P

parallelStream() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortStack
Deprecated.
Please use the corresponding type-specific method instead.
peekShort(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
peekShort(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortStack
Peeks at an element on the stack (optional operation).
pop() - Method in interface it.unimi.dsi.fastutil.shorts.ShortStack
Deprecated.
Please use the corresponding type-specific method instead.
popShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
popShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortStack
Pops the top off the stack.
pos - Variable in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
The current position index, the index of the item to be returned after the next call to ShortIterator.next().
pos - Variable in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
The current position index, the index of the item to be given after the next call to ShortSpliterators.AbstractIndexBasedSpliterator.tryAdvance(it.unimi.dsi.fastutil.shorts.ShortConsumer).
pour(ShortIterator, ShortCollection, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(ShortIterator, ShortCollection) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Pours an iterator into a type-specific collection.
pour(ShortIterator, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(ShortIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Pours an iterator, returning a type-specific list.
previous() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBidirectionalIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Deprecated.
Please use the corresponding type-specific method instead.
previousIndex() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 
previousShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBidirectionalIterator
Returns the previous element as a primitive type.
previousShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
 
previousShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
previousShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableBidirectionalIterator
 
previousShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 
push(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
push(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortStack
Pushes the given object on the stack.
push(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortStack
Deprecated.
Please use the corresponding type-specific method instead.

R

rem(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
rem(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
rem(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
rem(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Deprecated.
Please use (and implement) the rem() method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
Remove the item at the given index.
remove() - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
remove() - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
removeAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
removeAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
removeAll(ShortCollection) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Remove from this collection all elements in the given type-specific collection.
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
removeAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
removeAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
removeIf(Predicate<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Deprecated.
Please use the corresponding type-specific method instead.
removeIf(ShortPredicate) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(IntPredicate) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(Predicate<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
Deprecated.
removeIf(ShortPredicate) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
removeIf(Predicate<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
Deprecated.
removeIf(ShortPredicate) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
removeIf(ShortPredicate) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
removeShort(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Removes the element at the specified position in this list (optional operation).
removeShort(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
removeShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
removeShort(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Removes the element at the specified position in this list (optional operation).
removeShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
removeShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
removeShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
removeShort(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
replaceAll(ShortUnaryOperator) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
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.shorts.ShortList
Replaces each element of this list with the result of applying the operator to that element, performing widening and narrowing primitive casts, until all elements have been processed or the action throws an exception.
replaceAll(UnaryOperator<Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
replaceAll(UnaryOperator<Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
replaceAll(ShortUnaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
replaceAll(UnaryOperator<Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
Deprecated.
replaceAll(ShortUnaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
replaceAll(ShortUnaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
replaceAll(UnaryOperator<Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
retainAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
retainAll(ShortCollection) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Retains in this collection only elements from the given type-specific collection.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
retainAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
retainAll(ShortCollection) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
 
right(boolean) - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right(boolean) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Sets the right element of this pair (optional operation).
right(Boolean) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
 
right(byte) - Method in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(byte) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Sets the right element of this pair (optional operation).
right(Byte) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
 
right(char) - Method in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(char) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Sets the right element of this pair (optional operation).
right(Character) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
 
right(double) - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right(double) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Sets the right element of this pair (optional operation).
right(Double) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
 
right(float) - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right(float) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Sets the right element of this pair (optional operation).
right(Float) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
 
right(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Sets the right element of this pair (optional operation).
right(Integer) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
 
right(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right(long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Sets the right element of this pair (optional operation).
right(Long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
 
right(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
right(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Sets the right element of this pair (optional operation).
right(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
rightBoolean() - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
 
rightBoolean() - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
 
rightBoolean() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Returns the right element of this pair.
rightDouble() - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
 
rightDouble() - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
 
rightDouble() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Returns the right element of this pair.
rightFloat() - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
 
rightFloat() - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
 
rightFloat() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Returns the right element of this pair.
rightInt() - Method in class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
 
rightInt() - Method in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
 
rightInt() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Returns the right element of this pair.
rightLong() - Method in class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
 
rightLong() - Method in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
 
rightLong() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Returns the right element of this pair.
rightShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
 
rightShort() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
 
rightShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Returns the right element of this pair.

S

second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second(boolean) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Sets the right element of this pair (optional operation).
second(Boolean) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(byte) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Sets the right element of this pair (optional operation).
second(Byte) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(char) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Sets the right element of this pair (optional operation).
second(Character) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second(double) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Sets the right element of this pair (optional operation).
second(Double) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second(float) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Sets the right element of this pair (optional operation).
second(Float) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Sets the right element of this pair (optional operation).
second(Integer) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second(long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Sets the right element of this pair (optional operation).
second(Long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
second(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Sets the right element of this pair (optional operation).
second(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
secondBoolean() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Returns the right element of this pair.
secondDouble() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Returns the right element of this pair.
secondFloat() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Returns the right element of this pair.
secondInt() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Returns the right element of this pair.
secondLong() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Returns the right element of this pair.
secondShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Returns the right element of this pair.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
set(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
Replaces the last element returned by next() or previous() with the specified element (optional operation).
set(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
Sets the given item at the given index.
set(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedListIterator
 
set(int, short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
set(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Replaces the last element returned by ShortListIterator.next() or ShortListIterator.previous() with the specified element (optional operation).
set(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
set(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
set(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
set(int, Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
 
setElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
setElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
setElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Sets elements to this type-specific list using optimized system calls.
setElements(short[]) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Set (hopefully quickly) elements to match the array given.
setElements(int, short[]) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Set (hopefully quickly) elements to match the array given.
setElements(int, short[], int, int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Set (hopefully quickly) elements to match the array given.
setElements(short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
setElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
setElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
setElements(short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
setElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
setElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
setElements(short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
setElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
setElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
setElements(short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
setElements(int, short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
setElements(int, short[], int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
ShortArrayList - Class in it.unimi.dsi.fastutil.shorts
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortArrayList(short[], boolean) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list using a given array.
ShortArrayList(int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list with given capacity.
ShortArrayList() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list with ShortArrayList.DEFAULT_INITIAL_CAPACITY capacity.
ShortArrayList(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with a given collection.
ShortArrayList(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with a given type-specific collection.
ShortArrayList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with a given type-specific list.
ShortArrayList(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with the elements of a given array.
ShortArrayList(short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with the elements of a given array.
ShortArrayList(Iterator<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with the elements returned by an iterator..
ShortArrayList(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
ShortBidirectionalIterable - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
ShortBidirectionalIterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
ShortBigListIterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific BigListIterator.
ShortBinaryOperator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific BinaryOperator; provides methods operating both on objects and on primitives.
ShortBooleanImmutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortBooleanImmutablePair(short, boolean) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortBooleanMutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortBooleanMutablePair(short, boolean) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortBooleanPair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortByteImmutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortByteImmutablePair(short, byte) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortByteMutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortByteMutablePair(short, byte) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortBytePair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortCharImmutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortCharImmutablePair(short, char) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortCharMutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortCharMutablePair(short, char) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortCharPair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortCollection - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortCollections - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific collections.
ShortCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific collection.
ShortCollections.IterableCollection - Class in it.unimi.dsi.fastutil.shorts
A collection wrapper class for iterables.
ShortDoubleImmutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortDoubleImmutablePair(short, double) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortDoubleMutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortDoubleMutablePair(short, double) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortDoublePair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortFloatImmutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortFloatImmutablePair(short, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortFloatMutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortFloatMutablePair(short, float) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortFloatPair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortHash - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Hash interface.
ShortHash.Strategy - Interface in it.unimi.dsi.fastutil.shorts
A type-specific hash strategy.
ShortImmutableList - Class in it.unimi.dsi.fastutil.shorts
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortImmutableList(short[]) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Creates a new immutable list using a given array.
ShortImmutableList(Collection<? extends Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Creates a new immutable list and fills it with a given collection.
ShortImmutableList(ShortCollection) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Creates a new immutable list and fills it with a given type-specific collection.
ShortImmutableList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Creates a new immutable list and fills it with a given type-specific list.
ShortImmutableList(short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Creates a new immutable list and fills it with the elements of a given array.
ShortImmutableList(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortImmutableList
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
ShortIntImmutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortIntImmutablePair(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortIntMutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortIntMutablePair(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortIntPair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortIterable - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Iterable that strengthens that specification of ShortIterable.iterator() and ShortIterable.forEach(Consumer).
ShortIterators - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific iterators.
ShortIterators.AbstractIndexBasedIterator - Class in it.unimi.dsi.fastutil.shorts
A skeletal implementation for an iterator backed by an index-based data store.
ShortIterators.AbstractIndexBasedListIterator - Class in it.unimi.dsi.fastutil.shorts
A skeletal implementation for a list-iterator backed by an index-based data store.
ShortIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.shorts
A class returning no elements and a type-specific iterator interface.
ShortIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for bidirectional iterators.
ShortIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for iterators.
ShortIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for list iterators.
ShortList - Interface in it.unimi.dsi.fastutil.shorts
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortListIterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific bidirectional iterator that is also a ListIterator.
ShortLists - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific lists.
ShortLists.EmptyList - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific list.
ShortLists.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton list.
ShortLists.SynchronizedList - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for lists.
ShortLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for random-access lists.
ShortLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for lists.
ShortLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for random-access lists.
ShortLongImmutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortLongImmutablePair(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortLongMutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortLongMutablePair(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortLongPair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortObjectImmutablePair<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortObjectImmutablePair(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortObjectMutablePair<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortObjectMutablePair(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortObjectPair<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortPredicate - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Predicate; provides methods to test a primitive type both as object and as primitive.
ShortRandomAccessSubList(ShortList, int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortRandomAccessSubList
 
ShortReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortReferenceImmutablePair(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortReferenceMutablePair(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortReferencePair<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortShortImmutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortShortImmutablePair(short, short) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ShortShortImmutableSortedPair - Class in it.unimi.dsi.fastutil.shorts
A type-specific immutable SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortShortMutablePair - Class in it.unimi.dsi.fastutil.shorts
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortShortMutablePair(short, short) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ShortShortPair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortShortSortedPair - Interface in it.unimi.dsi.fastutil.shorts
A type-specific immutable SortedPair.
ShortSpliterators - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific spliterators.
ShortSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.shorts
A skeletal implementation for a spliterator backed by an index based data store.
ShortSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.shorts
A skeletal implementation for a spliterator backed by an index based data store.
ShortSpliterators.EmptySpliterator - Class in it.unimi.dsi.fastutil.shorts
A class returning no elements and a type-specific spliterator interface.
ShortSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.shorts
A skeletal implementation for a spliterator backed by an index based data store.
ShortStack - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortSubList(ShortList, int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
ShortUnaryOperator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific UnaryOperator; provides methods operating both on objects and on primitives.
shuffle(ShortList, Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Shuffles the specified list using the specified pseudorandom number generator.
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns an immutable iterator that iterates just over the given element.
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns a type-specific immutable list containing only the specified element.
Singleton(short) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
singleton(short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Returns a spliterator that iterates just over the given element.
singleton(short, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Returns a spliterator that iterates just over the given element.
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
size - Variable in class it.unimi.dsi.fastutil.shorts.ShortArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
size(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
skip(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBidirectionalIterator
skip(long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBigListIterator
skip(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.AbstractIndexBasedIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
 
sort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
sort(Comparator<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
sort(ShortComparator) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Sort a list using a type-specific comparator.
sort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
sort(Comparator<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
sort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
sort(Comparator<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
Deprecated.
sort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
sort(Comparator<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
sort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
sort(Comparator<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
 
spliterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Returns a type-specific spliterator on the elements of this collection.
spliterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.IterableCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterable
Returns a type-specific spliterator on the elements of this iterable.
spliterator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
stream() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Deprecated.
Please use the corresponding type-specific method instead.
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortRandomAccessSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
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.shorts.ShortList
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.shorts.ShortLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableRandomAccessList
 
synchronize(ShortCollection) - Static method in class it.unimi.dsi.fastutil.shorts.ShortCollections
Returns a synchronized collection backed by the specified collection.
synchronize(ShortCollection, Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(ShortList) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(ShortList, Object) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
SynchronizedList(ShortList, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
SynchronizedList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
SynchronizedRandomAccessList(ShortList, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedRandomAccessList
 

T

test(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
Evaluates this predicate on the given input.
test(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
Deprecated.
Please use the corresponding type-specific method instead.
test(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
Deprecated.
Please use the corresponding type-specific method instead.
to - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
Final (exclusive) index of this sublist.
toArray(short[]) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
toArray(short[]) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
toArray(short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
toArray(short[]) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
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.shorts.ShortCollections.EmptyCollection
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
toArray(short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
toArray() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
Deprecated.
top() - Method in interface it.unimi.dsi.fastutil.shorts.ShortStack
Deprecated.
Please use the corresponding type-specific method instead.
topShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
topShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortStack
Peeks at the top of the stack (optional operation).
toShortArray() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
toShortArray(short[]) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toShortArray() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
toShortArray() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Returns a primitive type array containing the items of this collection.
toShortArray(short[]) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toShortArray() - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
 
toShortArray(short[]) - Method in class it.unimi.dsi.fastutil.shorts.ShortCollections.EmptyCollection
Deprecated.
toShortArray() - Method in class it.unimi.dsi.fastutil.shorts.ShortImmutableList
 
toShortArray() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShortList
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortBooleanMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortDoubleMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortFloatMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortIntImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortIntMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortLongImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortLongMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortObjectMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortImmutableSortedPair
Returns a string representation of this sorted pair in the form {l,r}.
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortShortMutablePair
Returns a string representation of this pair in the form <l,r>.
trim() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Trims this array list so that the capacity is equal to the size.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Trims the backing array if it is too large.
tryAdvance(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(ShortConsumer) - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
 
tryAdvance(Consumer<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
Deprecated.
trySplit() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.EmptySpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators.LateBindingSizeIndexBasedSpliterator
 

U

uncheckedNarrow(PrimitiveIterator.OfInt) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Wrap a JDK primitive iterator to a type-specific iterator, making unchecked narrowing casts.
unmodifiable(ShortCollection) - Static method in class it.unimi.dsi.fastutil.shorts.ShortCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(ShortIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(ShortBidirectionalIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(ShortListIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(ShortList) - Static method in class it.unimi.dsi.fastutil.shorts.ShortLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
UnmodifiableBidirectionalIterator(ShortBidirectionalIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableIterator(ShortIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableIterator
 
UnmodifiableList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
UnmodifiableListIterator(ShortListIterator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortIterators.UnmodifiableListIterator
 
UnmodifiableRandomAccessList(ShortList) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableRandomAccessList
 
unstableSort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
 
unstableSort(Comparator<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Deprecated.
Please use the corresponding type-specific method instead.
unstableSort(ShortComparator) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
Sorts this list using a sort not assured to be stable.
unstableSort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
 
unstableSort(Comparator<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
Deprecated.
unstableSort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
 
unstableSort(Comparator<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.Singleton
Deprecated.
unstableSort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
 
unstableSort(Comparator<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
Deprecated.
unstableSort(ShortComparator) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
 
unstableSort(Comparator<? super Short>) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
Deprecated.
unwrap(ShortIterator, short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(ShortIterator, short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator into an array.
unwrap(ShortIterator, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(ShortIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator, returning an array.
unwrap(ShortIterator, short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
unwrap(ShortIterator, short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator into a big array.
unwrap(ShortIterator, ShortCollection, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(ShortIterator, ShortCollection) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator into a type-specific collection.
unwrapBig(ShortIterator, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator, returning a big array, with a limit on the number of elements.
unwrapBig(ShortIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Unwraps an iterator, returning a big array.

V

value() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value(boolean) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Sets the right element of this pair (optional operation).
value(Boolean) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(byte) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Sets the right element of this pair (optional operation).
value(Byte) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(char) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Sets the right element of this pair (optional operation).
value(Character) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(double) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Sets the right element of this pair (optional operation).
value(Double) - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value(float) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Sets the right element of this pair (optional operation).
value(Float) - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Sets the right element of this pair (optional operation).
value(Integer) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Sets the right element of this pair (optional operation).
value(Long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
value(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Sets the right element of this pair (optional operation).
value(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Deprecated.
Please use the corresponding type-specific method instead.
valueBoolean() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
Returns the right element of this pair.
valueFloat() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
Returns the right element of this pair.
valueShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
Returns the right element of this pair.

W

widen(ShortIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Wrap a type-specific iterator to a JDK compatible primitive iterator.
widen(ShortSpliterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wrap a type-specific spliterator to a JDK compatible primitive spliterator.
wrap(short[], int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Wraps a given array into an array list of given size.
wrap(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
Wraps a given array into an array list.
wrap(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Wraps the given array into a type-specific list iterator.
wrap(ByteIterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortIterators
Returns an iterator backed by the specified byte iterator.
wrap(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wraps the given array into a type-specific spliterator.
wrap(short[], int, int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(ByteSpliterator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Returns a spliterator backed by the specified byte spliterator.
wrapPreSorted(short[], int, int, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(short[], int, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(short[], ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortSpliterators
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