- 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
-
- 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
-
- 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
-
- 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
-
- add(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
-
- 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
-
- 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
-
- add(Short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- applyAsInt(int, int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortBinaryOperator
-
- applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortUnaryOperator
-
- 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
- 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
-
- lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.EmptyList
-
- lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
-
- lastIndexOf(short) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
-
- 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
-
- remove(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortList
-
- 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
-
- remove(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
-
- remove(int) - Method in class it.unimi.dsi.fastutil.shorts.ShortLists.UnmodifiableList
-
- 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(ShortPredicate) - Method in class it.unimi.dsi.fastutil.shorts.ShortArrayList
-
- removeIf(Predicate<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortCollection
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBooleanPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortBytePair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortCharPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortDoublePair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortFloatPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIntPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortLongPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.shorts.ShortShortPair
-
- 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
-
- 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
-
- 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
-
- set(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
-
- set(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortListIterator
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- test(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortPredicate
-
- 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
-
- 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
-
- 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
-
- 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
-