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.bytes.ByteArrayList
The backing array.
AbstractByteCollection - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractByteCollection() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
AbstractByteIterator - Class in it.unimi.dsi.fastutil.bytes
An abstract class facilitating the creation of type-specific iterators.
AbstractByteIterator() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteIterator
 
AbstractByteList - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractByteList() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
AbstractByteList.ByteRandomAccessSubList - Class in it.unimi.dsi.fastutil.bytes
 
AbstractByteList.ByteSubList - Class in it.unimi.dsi.fastutil.bytes
A class implementing a sublist view.
AbstractByteSpliterator - Class in it.unimi.dsi.fastutil.bytes
An abstract class facilitating the creation of type-specific iterators.
AbstractByteSpliterator() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteSpliterator
 
AbstractIndexBasedIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
AbstractIndexBasedListIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
AbstractIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Ensures that this collection contains the specified element (optional operation).
add(Byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Inserts the specified element at the specified position in this list (optional operation).
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Ensures that this collection contains the specified element (optional operation).
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
add(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Inserts the specified element into the list (optional operation).
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Ensures that this collection contains the specified element (optional operation).
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
Add the given item at the given index.
add(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
add(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Appends the specified element to the end of this list (optional operation).
add(int, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
add(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Inserts the specified element into the list (optional operation).
add(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
add(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
add(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
add(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Adds all elements of the given type-specific collection to this collection.
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
addAll(ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Adds all elements of the given type-specific collection to this collection.
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
addAll(int, ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
addAll(int, ByteList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
addAll(ByteList) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
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 Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addAll(int, Collection<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addAll(int, ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addAll(ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addAll(int, ByteList) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, byte[], int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
addElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
addElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
all(ByteIterator, BytePredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
all(ByteIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
and(BytePredicate) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
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.bytes.BytePredicate
and(Predicate<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Deprecated.
Please use the corresponding type-specific method instead.
any(ByteIterator, BytePredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
any(ByteIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
apply(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBinaryOperator
Computes the operator on the given inputs.
apply(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBinaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Computes the operator on the given input.
apply(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBinaryOperator
Deprecated.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Deprecated.
Please use apply(byte).
asByteIterator(Iterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wraps a standard iterator into a type-specific iterator.
asByteIterator(ListIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wraps a standard list iterator into a type-specific list iterator.
asByteSpliterator(Spliterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asByteSpliterator(Spliterator, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asCollection(ByteIterable) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns an unmodifiable collection backed by the specified iterable.
asIterator(ByteSpliterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific Spliterator as a type-specific Iterator
asSpliterator(ByteIterator, long, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSorted(ByteIterator, long, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific, sorted Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSortedUnknownSize(ByteIterator, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific, sorted Iterator of an unknown size as a type-specific Spliterator
asSpliteratorUnknownSize(ByteIterator, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific Iterator of an unknown size as a type-specific Spliterator

B

back(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator
Moves back for the given number of elements.
back(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Moves back for the given number of elements.
back(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
ByteArrayList - Class in it.unimi.dsi.fastutil.bytes
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteArrayList(byte[], boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list using a given array.
ByteArrayList(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list with given capacity.
ByteArrayList() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list with ByteArrayList.DEFAULT_INITIAL_CAPACITY capacity.
ByteArrayList(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with a given collection.
ByteArrayList(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with a given type-specific collection.
ByteArrayList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with a given type-specific list.
ByteArrayList(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with the elements of a given array.
ByteArrayList(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with the elements of a given array.
ByteArrayList(Iterator<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with the elements returned by an iterator..
ByteArrayList(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
ByteBidirectionalIterable - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
ByteBidirectionalIterator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
ByteBigListIterator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific BigListIterator.
ByteBinaryOperator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific BinaryOperator; provides methods operating both on objects and on primitives.
ByteBooleanImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteBooleanImmutablePair(byte, boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteBooleanMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteBooleanMutablePair(byte, boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteBooleanPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteImmutablePair(byte, byte) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteByteImmutableSortedPair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteMutablePair(byte, byte) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteBytePair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteByteSortedPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific immutable SortedPair.
ByteCharImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteCharImmutablePair(byte, char) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteCharMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteCharMutablePair(byte, char) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteCharPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteCollection - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteCollections - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific collections.
ByteCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific collection.
ByteCollections.IterableCollection - Class in it.unimi.dsi.fastutil.bytes
A collection wrapper class for iterables.
ByteDoubleImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteDoubleImmutablePair(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteDoubleMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteDoubleMutablePair(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteDoublePair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteFloatImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteFloatImmutablePair(byte, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteFloatMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteFloatMutablePair(byte, float) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteFloatPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteHash - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Hash interface.
ByteHash.Strategy - Interface in it.unimi.dsi.fastutil.bytes
A type-specific hash strategy.
ByteImmutableList - Class in it.unimi.dsi.fastutil.bytes
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteImmutableList(byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list using a given array.
ByteImmutableList(Collection<? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with a given collection.
ByteImmutableList(ByteCollection) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with a given type-specific collection.
ByteImmutableList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with a given type-specific list.
ByteImmutableList(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with the elements of a given array.
ByteImmutableList(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
ByteIntImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteIntImmutablePair(byte, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteIntMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteIntMutablePair(byte, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteIntPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteIterable - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Iterable that strengthens that specification of ByteIterable.iterator() and ByteIterable.forEach(Consumer).
ByteIterators - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific iterators.
ByteIterators.AbstractIndexBasedIterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for an iterator backed by an index-based data store.
ByteIterators.AbstractIndexBasedListIterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a list-iterator backed by an index-based data store.
ByteIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.bytes
A class returning no elements and a type-specific iterator interface.
ByteIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for bidirectional iterators.
ByteIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for iterators.
ByteIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for list iterators.
ByteList - Interface in it.unimi.dsi.fastutil.bytes
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteListIterator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific bidirectional iterator that is also a ListIterator.
ByteLists - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific lists.
ByteLists.EmptyList - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific list.
ByteLists.Singleton - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton list.
ByteLists.SynchronizedList - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for lists.
ByteLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for random-access lists.
ByteLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for lists.
ByteLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for random-access lists.
ByteLongImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteLongImmutablePair(byte, long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteLongMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteLongMutablePair(byte, long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteLongPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteObjectImmutablePair<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteObjectImmutablePair(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteObjectMutablePair<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteObjectMutablePair(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteObjectPair<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BytePredicate - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Predicate; provides methods to test a primitive type both as object and as primitive.
ByteRandomAccessSubList(ByteList, int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteRandomAccessSubList
 
ByteReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteReferenceImmutablePair(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteReferenceMutablePair(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteReferencePair<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteShortImmutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteShortImmutablePair(byte, short) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ByteShortMutablePair - Class in it.unimi.dsi.fastutil.bytes
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteShortMutablePair(byte, short) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
Creates a new type-specific mutable Pair with given left and right value.
ByteShortPair - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteSpliterators - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific spliterators.
ByteSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteSpliterators.EmptySpliterator - Class in it.unimi.dsi.fastutil.bytes
A class returning no elements and a type-specific spliterator interface.
ByteSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.bytes
A skeletal implementation for a spliterator backed by an index based data store.
ByteStack - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteSubList(ByteList, int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
ByteUnaryOperator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific UnaryOperator; provides methods operating both on objects and on primitives.

C

characteristics() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
COLLECTION_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
 
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Compares this list to another object.
compareTo(ByteArrayList) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Compares this array list to another array list.
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
compareTo(ByteImmutableList) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Compares this immutable list to another immutable list.
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
compareTo(List<? extends Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
computeSplitPoint() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
Compute where to split on the next ByteSpliterators.AbstractIndexBasedSpliterator.trySplit(), given the current pos and ByteSpliterators.AbstractIndexBasedSpliterator.getMaxPos() (or any other metric the implementation wishes to use).
concat(ByteIterator...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Concatenates all iterators contained in an array.
concat(ByteIterator[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Concatenates a sequence of iterators contained in an array.
concat(ByteSpliterator...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Concatenates all spliterators contained in an array.
concat(ByteSpliterator[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Concatenates a sequence of spliterators contained in an array.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns true if this list contains the specified element.
contains(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteByteSortedPair
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.bytes.ByteByteSortedPair
Deprecated.
Please use the corresponding type-specific method instead.
contains(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
contains(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
containsAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
containsAll(ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
containsAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 

D

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

E

EarlyBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
elements() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Returns the backing array of this list.
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteIterators
An empty iterator.
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.bytes.ByteLists
An empty list (immutable).
EMPTY_SPLITERATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
An empty spliterator.
EmptyCollection() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
EmptyIterator() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
emptyList() - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns an empty list (immutable).
EmptyList() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
EmptySpliterator() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureIndex(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Ensures that the given index is nonnegative and not greater than the list size.
ensureRestrictedIndex(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Ensures that the given index is nonnegative and smaller than the list size.
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
equals(ByteArrayList) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Compares this type-specific array list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutableSortedPair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
 
equals(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteHash.Strategy
Returns true if the given elements are equal with respect to this hash strategy.
equals(ByteImmutableList) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Compares this type-specific immutable list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
 
estimateSize() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 

F

first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
first(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Sets the left element of this pair (optional operation).
first(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Returns the left element of this pair.
firstByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Returns the left element of this pair.
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
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(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
forEach(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
Deprecated.
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
forEach(ByteConsumer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterable
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.bytes.ByteIterable
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 Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterable
Deprecated.
Please use the corresponding type-specific method instead.
forEach(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
forEach(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
Deprecated.
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
Deprecated.
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
Deprecated.
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
Deprecated.
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
forEachRemaining(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
Deprecated.
from - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
Initial (inclusive) index of this sublist.
fromTo(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Creates a type-specific list iterator over an interval.
fromTo(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Creates a type-specific spliterator over an interval.

G

get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
Get the item corresponding to the given index location.
get(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
Get the item corresponding to the given index location.
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
getByte(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns the element at the specified position in this list.
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
getByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, byte[], int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
getElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.LateBindingSizeIndexBasedSpliterator
 
getMaxPosFromBackingStore() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.LateBindingSizeIndexBasedSpliterator
Return the maximum pos can be dynamically tracking the backing data store.

H

hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
 
hashCode(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteHash.Strategy
Returns the hash code of the specified element with respect to this hash strategy.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 

I

i - Variable in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
i - Variable in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
identity() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Returns a UnaryOperator that always returns the input unmodified.
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
indexOf(ByteIterator, BytePredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
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(ByteIterator, IntPredicate) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
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(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
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.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
intIterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns a widened primitive iterator on the elements of this collection.
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
intIterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterable
Returns a widened primitive iterator on the elements of this iterable.
intIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
intParallelStream() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Return a parallel primitive stream over the elements, performing widening casts if needed.
intSpliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns widened primitive spliterator on the elements of this collection.
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
intSpliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterable
Returns widened primitive spliterator on the elements of this iterable.
intSpliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
intStream() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Return a primitive stream over the elements, performing widening casts if needed.
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
it.unimi.dsi.fastutil.bytes - package it.unimi.dsi.fastutil.bytes
 
iterable - Variable in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
IterableCollection(ByteIterable) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterable
Returns a type-specific BidirectionalIterator.
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterable
Returns a type-specific iterator.
iterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 

K

key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
key(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Sets the left element of this pair (optional operation).
key(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Returns the left element of this pair.
keyByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Returns the left element of this pair.

L

l - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
The list this sublist restricts.
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
lastIndexOf(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
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.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
lastReturned - Variable in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
The last returned index by a call to ByteIterator.next() or, if a list-iterator, {@link java.util.ListIterator#previous().
LateBindingSizeIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSpliterators.LateBindingSizeIndexBasedSpliterator
 
LateBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteSpliterators.LateBindingSizeIndexBasedSpliterator
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
 
left(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
left(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Sets the left element of this pair (optional operation).
left(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Returns the left element of this pair.
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
 
leftByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
 
leftByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Returns the left element of this pair.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Returns a lexicographical comparator for pairs.
list - Variable in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
list - Variable in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
LIST_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific list iterator on the list starting at a given index.
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
listIterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 

M

makeForSplit(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
Make a new spliterator to ByteSpliterators.AbstractIndexBasedSpliterator.trySplit() starting with the given pos and ending at the given maxPos.
maxPos - Variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EarlyBindingSizeIndexBasedSpliterator
maxPos - Variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.LateBindingSizeIndexBasedSpliterator
The maximum ByteSpliterators.AbstractIndexBasedSpliterator.pos can be, or -1 if it hasn't been fixed yet.
minPos - Variable in class it.unimi.dsi.fastutil.bytes.ByteIterators.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.bytes.ByteIterators
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.bytes.ByteSpliterators
Wrap a JDK primitive spliterator to a type-specific spliterator, making checked narrowed casts.
negate() - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
 
negation() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteUnaryOperator
Returns a UnaryOperator that always returns the arithmetic negation of the input.
next() - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 

O

of() - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates a new empty array list.
of(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Creates an array list using an array of elements.
of(byte, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, boolean) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutableSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(byte, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteByteSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, char) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, char) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, double) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, float) - Static method in class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, float) - Static method in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, float) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Returns an empty immutable list.
of(byte...) - Static method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
Creates an immutable list using a list of elements.
of(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, int) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable empty list.
of(byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable list with the element given.
of(byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable list with the elements given.
of(byte, byte, byte) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable list with the elements given.
of(byte...) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns an immutable list with the elements given.
of(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, long) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, V) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteObjectPair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, V) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, short) - Static method in class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(byte, short) - Static method in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(byte, short) - Static method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Returns a new type-specific immutable Pair with given left and right value.
onEachMatching(ByteSpliterator, BytePredicate, ByteConsumer) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Perform the given action on each element that matches the given predicate.
onEachMatching(ByteSpliterator, IntPredicate, IntConsumer) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Perform the given action on each element that matches the given predicate.
or(BytePredicate) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
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.bytes.BytePredicate
or(Predicate<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Deprecated.
Please use the corresponding type-specific method instead.

P

parallelStream() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Deprecated.
Please use the corresponding type-specific method instead.
peekByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
peekByte(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Peeks at an element on the stack (optional operation).
pop() - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Deprecated.
Please use the corresponding type-specific method instead.
popByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
popByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Pops the top off the stack.
pos - Variable in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
The current position index, the index of the item to be returned after the next call to ByteIterator.next().
pos - Variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
The current position index, the index of the item to be given after the next call to ByteSpliterators.AbstractIndexBasedSpliterator.tryAdvance(it.unimi.dsi.fastutil.bytes.ByteConsumer).
pour(ByteIterator, ByteCollection, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(ByteIterator, ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Pours an iterator into a type-specific collection.
pour(ByteIterator, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Pours an iterator, returning a type-specific list.
previous() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
previousByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator
Returns the previous element as a primitive type.
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
previousByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
push(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
push(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Pushes the given object on the stack.
push(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Deprecated.
Please use the corresponding type-specific method instead.

R

rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
rem(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
rem(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use (and implement) the rem() method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
Remove the item at the given index.
remove() - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
remove() - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
removeAll(ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Remove from this collection all elements in the given type-specific collection.
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Removes the element at the specified position in this list (optional operation).
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
removeByte(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Removes the element at the specified position in this list (optional operation).
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
removeByte(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
removeIf(Predicate<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
removeIf(BytePredicate) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(IntPredicate) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(Predicate<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
Deprecated.
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
removeIf(Predicate<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
removeIf(BytePredicate) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
replaceAll(ByteUnaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
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.bytes.ByteList
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<Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
replaceAll(UnaryOperator<Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
replaceAll(ByteUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
replaceAll(UnaryOperator<Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
replaceAll(ByteUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
replaceAll(ByteUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
replaceAll(UnaryOperator<Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
replaceAll(IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
retainAll(ByteCollection) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Retains in this collection only elements from the given type-specific collection.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
retainAll(ByteCollection) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
 
right(boolean) - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right(boolean) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Sets the right element of this pair (optional operation).
right(Boolean) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
right(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the right element of this pair (optional operation).
right(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
right(char) - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(char) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the right element of this pair (optional operation).
right(Character) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
right(double) - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right(double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the right element of this pair (optional operation).
right(Double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
 
right(float) - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right(float) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Sets the right element of this pair (optional operation).
right(Float) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
right(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the right element of this pair (optional operation).
right(Integer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
right(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the right element of this pair (optional operation).
right(Long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
 
right(short) - Method in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
right(short) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Sets the right element of this pair (optional operation).
right(Short) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
rightBoolean() - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
 
rightBoolean() - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
 
rightBoolean() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the right element of this pair.
rightDouble() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
 
rightDouble() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
 
rightDouble() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the right element of this pair.
rightFloat() - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
 
rightFloat() - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
 
rightFloat() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Returns the right element of this pair.
rightInt() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
 
rightInt() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
 
rightInt() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the right element of this pair.
rightLong() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
 
rightLong() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
 
rightLong() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the right element of this pair.
rightShort() - Method in class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
 
rightShort() - Method in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
 
rightShort() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Returns the right element of this pair.

S

second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second(boolean) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Sets the right element of this pair (optional operation).
second(Boolean) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the right element of this pair (optional operation).
second(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(char) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the right element of this pair (optional operation).
second(Character) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second(double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the right element of this pair (optional operation).
second(Double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second(float) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Sets the right element of this pair (optional operation).
second(Float) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the right element of this pair (optional operation).
second(Integer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the right element of this pair (optional operation).
second(Long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
second(short) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Sets the right element of this pair (optional operation).
second(Short) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
secondBoolean() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the right element of this pair.
secondDouble() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the right element of this pair.
secondFloat() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Returns the right element of this pair.
secondInt() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the right element of this pair.
secondLong() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the right element of this pair.
secondShort() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Returns the right element of this pair.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
set(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Replaces the last element returned by next() or previous() with the specified element (optional operation).
set(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
Sets the given item at the given index.
set(byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedListIterator
 
set(int, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
set(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Replaces the last element returned by ByteListIterator.next() or ByteListIterator.previous() with the specified element (optional operation).
set(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
set(int, Byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Sets elements to this type-specific list using optimized system calls.
setElements(byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Set (hopefully quickly) elements to match the array given.
setElements(int, byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Set (hopefully quickly) elements to match the array given.
setElements(int, byte[], int, int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Set (hopefully quickly) elements to match the array given.
setElements(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
setElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
setElements(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
setElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
setElements(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
setElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
setElements(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
setElements(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
setElements(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
shuffle(ByteList, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Shuffles the specified list using the specified pseudorandom number generator.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an immutable iterator that iterates just over the given element.
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a type-specific immutable list containing only the specified element.
Singleton(byte) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
singleton(byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Returns a spliterator that iterates just over the given element.
singleton(byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Returns a spliterator that iterates just over the given element.
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
size - Variable in class it.unimi.dsi.fastutil.bytes.ByteArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
size(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
skip(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator
skip(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBigListIterator
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.AbstractIndexBasedIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
sort(Comparator<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
sort(ByteComparator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Sort a list using a type-specific comparator.
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
sort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
sort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns a type-specific spliterator on the elements of this collection.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.IterableCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterable
Returns a type-specific spliterator on the elements of this iterable.
spliterator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
stream() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use the corresponding type-specific method instead.
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteRandomAccessSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
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.bytes.ByteList
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.bytes.ByteLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableRandomAccessList
 
synchronize(ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns a synchronized collection backed by the specified collection.
synchronize(ByteCollection, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(ByteList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(ByteList, Object) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
SynchronizedList(ByteList, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
SynchronizedList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
SynchronizedRandomAccessList(ByteList, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedRandomAccessList
 

T

test(byte) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Evaluates this predicate on the given input.
test(int) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Deprecated.
Please use the corresponding type-specific method instead.
test(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.BytePredicate
Deprecated.
Please use the corresponding type-specific method instead.
to - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByteList.ByteSubList
Final (exclusive) index of this sublist.
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
toArray(byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
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.bytes.ByteCollections.EmptyCollection
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
toArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
toArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
toByteArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
toByteArray() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Returns a primitive type array containing the items of this collection.
toByteArray(byte[]) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
 
toByteArray(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.ByteCollections.EmptyCollection
Deprecated.
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteImmutableList
 
toByteArray() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
top() - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Deprecated.
Please use the corresponding type-specific method instead.
topByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
topByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteStack
Peeks at the top of the stack (optional operation).
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteCollection
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByteList
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteBooleanMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteImmutableSortedPair
Returns a string representation of this sorted pair in the form {l,r}.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteDoubleMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteFloatMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteIntMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteLongMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteObjectMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteShortImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteShortMutablePair
Returns a string representation of this pair in the form <l,r>.
trim() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Trims this array list so that the capacity is equal to the size.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Trims the backing array if it is too large.
tryAdvance(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(ByteConsumer) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
tryAdvance(Consumer<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
Deprecated.
trySplit() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.EmptySpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators.LateBindingSizeIndexBasedSpliterator
 

U

uncheckedNarrow(PrimitiveIterator.OfInt) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wrap a JDK primitive iterator to a type-specific iterator, making unchecked narrowing casts.
unmodifiable(ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(ByteBidirectionalIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(ByteListIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(ByteList) - Static method in class it.unimi.dsi.fastutil.bytes.ByteLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
UnmodifiableBidirectionalIterator(ByteBidirectionalIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableIterator(ByteIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableIterator
 
UnmodifiableList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
UnmodifiableListIterator(ByteListIterator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteIterators.UnmodifiableListIterator
 
UnmodifiableRandomAccessList(ByteList) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableRandomAccessList
 
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
 
unstableSort(Comparator<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Deprecated.
Please use the corresponding type-specific method instead.
unstableSort(ByteComparator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteList
Sorts this list using a sort not assured to be stable.
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
 
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.EmptyList
Deprecated.
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
 
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.Singleton
Deprecated.
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
 
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.SynchronizedList
Deprecated.
unstableSort(ByteComparator) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
 
unstableSort(Comparator<? super Byte>) - Method in class it.unimi.dsi.fastutil.bytes.ByteLists.UnmodifiableList
Deprecated.
unwrap(ByteIterator, byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(ByteIterator, byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into an array.
unwrap(ByteIterator, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator, returning an array.
unwrap(ByteIterator, byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
unwrap(ByteIterator, byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into a big array.
unwrap(ByteIterator, ByteCollection, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(ByteIterator, ByteCollection) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator into a type-specific collection.
unwrapBig(ByteIterator, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator, returning a big array, with a limit on the number of elements.
unwrapBig(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Unwraps an iterator, returning a big array.

V

value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value(boolean) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Sets the right element of this pair (optional operation).
value(Boolean) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Sets the right element of this pair (optional operation).
value(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(char) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Sets the right element of this pair (optional operation).
value(Character) - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Sets the right element of this pair (optional operation).
value(Double) - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value(float) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Sets the right element of this pair (optional operation).
value(Float) - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Sets the right element of this pair (optional operation).
value(Integer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Sets the right element of this pair (optional operation).
value(Long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
value(short) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Sets the right element of this pair (optional operation).
value(Short) - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Deprecated.
Please use the corresponding type-specific method instead.
valueBoolean() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBooleanPair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteBytePair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.bytes.ByteCharPair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.bytes.ByteDoublePair
Returns the right element of this pair.
valueFloat() - Method in interface it.unimi.dsi.fastutil.bytes.ByteFloatPair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIntPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.bytes.ByteLongPair
Returns the right element of this pair.
valueShort() - Method in interface it.unimi.dsi.fastutil.bytes.ByteShortPair
Returns the right element of this pair.

W

widen(ByteIterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wrap a type-specific iterator to a JDK compatible primitive iterator.
widen(ByteSpliterator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wrap a type-specific spliterator to a JDK compatible primitive spliterator.
wrap(byte[], int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Wraps a given array into an array list of given size.
wrap(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrayList
Wraps a given array into an array list.
wrap(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteIterators
Wraps the given array into a type-specific list iterator.
wrap(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given array into a type-specific spliterator.
wrap(byte[], int, int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrapPreSorted(byte[], int, int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(byte[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteSpliterators
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