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.longs.LongArrayList
The backing array.
AbstractIndexBasedIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
 
AbstractIndexBasedListIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
 
AbstractIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
 
AbstractLongCollection - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractLongCollection() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
AbstractLongIterator - Class in it.unimi.dsi.fastutil.longs
An abstract class facilitating the creation of type-specific iterators.
AbstractLongIterator() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLongIterator
 
AbstractLongList - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractLongList() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLongList
 
AbstractLongList.LongRandomAccessSubList - Class in it.unimi.dsi.fastutil.longs
 
AbstractLongList.LongSubList - Class in it.unimi.dsi.fastutil.longs
A class implementing a sublist view.
AbstractLongSpliterator - Class in it.unimi.dsi.fastutil.longs
An abstract class facilitating the creation of type-specific iterators.
AbstractLongSpliterator() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLongSpliterator
 
add(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
Ensures that this collection contains the specified element (optional operation).
add(Long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Inserts the specified element at the specified position in this list (optional operation).
add(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Ensures that this collection contains the specified element (optional operation).
add(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
add(int, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
add(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
add(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
Inserts the specified element into the list (optional operation).
add(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Ensures that this collection contains the specified element (optional operation).
add(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
Add the given item at the given index.
add(long) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
 
add(long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Appends the specified element to the end of this list (optional operation).
add(int, long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
add(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
add(long) - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Inserts the specified element into the list (optional operation).
add(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
add(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
add(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
add(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
addAll(int, Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
addAll(int, LongCollection) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Adds all elements of the given type-specific collection to this collection.
addAll(int, Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
addAll(int, LongCollection) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
addAll(int, LongList) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
addAll(int, LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
addAll(int, LongList) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
addAll(LongCollection) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Adds all elements of the given type-specific collection to this collection.
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
addAll(int, LongCollection) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
addAll(int, LongList) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
addAll(LongList) - Method in interface it.unimi.dsi.fastutil.longs.LongList
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 Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
addAll(LongList) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
addAll(int, LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
addAll(int, LongList) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
addAll(int, Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
addAll(Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
addAll(LongList) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
addAll(int, LongList) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
addAll(int, LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
addAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
addAll(int, Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
addAll(int, LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
addAll(int, LongList) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
addAll(LongList) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
addAll(int, Collection<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
addAll(int, LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
addAll(LongList) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
addAll(int, LongList) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
addElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
addElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, long[]) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, long[], int, int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
addElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
addElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
addElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
addElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
addElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
addElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
addElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
all(LongIterator, LongPredicate) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
and(LongPredicate) - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical AND of this type-specific predicate and another.
and(LongPredicate) - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical AND of this type-specific predicate and another.
and(Predicate<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
Deprecated.
Please use the corresponding type-specific method instead.
any(LongIterator, LongPredicate) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
apply(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongBinaryOperator
Computes the operator on the given inputs.
apply(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBinaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(long) - Method in interface it.unimi.dsi.fastutil.longs.LongUnaryOperator
Computes the operator on the given input.
apply(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongUnaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
applyAsLong(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongBinaryOperator
Deprecated.
applyAsLong(long) - Method in interface it.unimi.dsi.fastutil.longs.LongUnaryOperator
Deprecated.
Please use apply(long).
asCollection(LongIterable) - Static method in class it.unimi.dsi.fastutil.longs.LongCollections
Returns an unmodifiable collection backed by the specified iterable.
asIterator(LongSpliterator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wrap a type-specific Spliterator as a type-specific Iterator
asLongIterator(Iterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Wraps a standard iterator into a type-specific iterator.
asLongIterator(ListIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Wraps a standard list iterator into a type-specific list iterator.
asLongSpliterator(Spliterator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asLongSpliterator(Spliterator, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asSpliterator(LongIterator, long, int) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wrap a type-specific Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSorted(LongIterator, long, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wrap a type-specific, sorted Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSortedUnknownSize(LongIterator, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wrap a type-specific, sorted Iterator of an unknown size as a type-specific Spliterator
asSpliteratorUnknownSize(LongIterator, int) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wrap a type-specific Iterator of an unknown size as a type-specific Spliterator

B

back(int) - Method in interface it.unimi.dsi.fastutil.longs.LongBidirectionalIterator
Moves back for the given number of elements.
back(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
Moves back for the given number of elements.
back(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 

C

characteristics() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
 
clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
clear() - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
 
COLLECTION_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.longs.LongSpliterators
 
compareTo(List<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Compares this list to another object.
compareTo(LongArrayList) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Compares this array list to another array list.
compareTo(List<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
compareTo(LongImmutableList) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
Compares this immutable list to another immutable list.
compareTo(List<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
compareTo(List<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
compareTo(List<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
compareTo(List<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
computeSplitPoint() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
Compute where to split on the next LongSpliterators.AbstractIndexBasedSpliterator.trySplit(), given the current pos and LongSpliterators.AbstractIndexBasedSpliterator.getMaxPos() (or any other metric the implementation wishes to use).
concat(LongIterator...) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Concatenates all iterators contained in an array.
concat(LongIterator[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Concatenates a sequence of iterators contained in an array.
concat(LongSpliterator...) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Concatenates all spliterators contained in an array.
concat(LongSpliterator[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Concatenates a sequence of spliterators contained in an array.
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Returns true if this list contains the specified element.
contains(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
contains(Object) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
contains(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
contains(long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongSortedPair
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.longs.LongLongSortedPair
Deprecated.
Please use the corresponding type-specific method instead.
containsAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
containsAll(LongCollection) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
containsAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 

D

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

E

EarlyBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
elements() - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Returns the backing array of this list.
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.fastutil.longs.LongIterators
An empty iterator.
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.longs.LongLists
An empty list (immutable).
EMPTY_SPLITERATOR - Static variable in class it.unimi.dsi.fastutil.longs.LongSpliterators
An empty spliterator.
EmptyCollection() - Constructor for class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
EmptyIterator() - Constructor for class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
emptyList() - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns an empty list (immutable).
EmptyList() - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
EmptySpliterator() - Constructor for class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureIndex(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Ensures that the given index is nonnegative and not greater than the list size.
ensureRestrictedIndex(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Ensures that the given index is nonnegative and smaller than the list size.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
equals(LongArrayList) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Compares this type-specific array list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
 
equals(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongHash.Strategy
Returns true if the given elements are equal with respect to this hash strategy.
equals(LongImmutableList) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
Compares this type-specific immutable list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLongImmutableSortedPair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
 
estimateSize() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
 

F

first() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
first(long) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Sets the left element of this pair (optional operation).
first(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Returns the left element of this pair.
firstLong() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Returns the left element of this pair.
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
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(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
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(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
forEach(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
Deprecated.
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
forEach(LongConsumer) - Method in interface it.unimi.dsi.fastutil.longs.LongIterable
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(LongConsumer) - Method in interface it.unimi.dsi.fastutil.longs.LongIterable
Performs the given action for each element of this type-specific Iterable until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongIterable
Deprecated.
Please use the corresponding type-specific method instead.
forEach(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
Deprecated.
forEach(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongIterator
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSpliterator
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
 
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
forEachRemaining(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
Deprecated.
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
 
forEachRemaining(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
Deprecated.
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableIterator
 
forEachRemaining(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableIterator
Deprecated.
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 
forEachRemaining(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
Deprecated.
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
 
forEachRemaining(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
Deprecated.
from - Variable in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
Initial (inclusive) index of this sublist.
fromTo(long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Creates a type-specific bidirectional iterator over an interval.
fromTo(long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Creates a type-specific spliterator over an interval.

G

get(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
Get the item corresponding to the given index location.
get(int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
Get the item corresponding to the given index location.
getElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
getElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, long[], int, int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
getElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
getElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
getElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
getLong(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
getLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
getLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
getLong(int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Returns the element at the specified position in this list.
getLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
getLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
getLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
getLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.LateBindingSizeIndexBasedSpliterator
 
getMaxPosFromBackingStore() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.LateBindingSizeIndexBasedSpliterator
Return the maximum pos can be dynamically tracking the backing data store.

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
 
hashCode(long) - Method in interface it.unimi.dsi.fastutil.longs.LongHash.Strategy
Returns the hash code of the specified element with respect to this hash strategy.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 

I

i - Variable in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 
identity() - Static method in interface it.unimi.dsi.fastutil.longs.LongUnaryOperator
Returns a UnaryOperator that always returns the input unmodified.
indexOf(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
indexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
indexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
indexOf(LongIterator, LongPredicate) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
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(long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
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.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
indexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterable - Variable in class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
IterableCollection(LongIterable) - Constructor for class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface it.unimi.dsi.fastutil.longs.LongBidirectionalIterable
Returns a type-specific BidirectionalIterator.
iterator() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
iterator() - Method in interface it.unimi.dsi.fastutil.longs.LongIterable
Returns a type-specific iterator.
iterator() - Method in interface it.unimi.dsi.fastutil.longs.LongList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 

K

key() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
key(long) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Sets the left element of this pair (optional operation).
key(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Returns the left element of this pair.
keyLong() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Returns the left element of this pair.

L

l - Variable in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
The list this sublist restricts.
lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
lastIndexOf(long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
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.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
lastReturned - Variable in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
The last returned index by a call to LongIterator.next() or, if a list-iterator, {@link java.util.ListIterator#previous().
LateBindingSizeIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.longs.LongSpliterators.LateBindingSizeIndexBasedSpliterator
 
LateBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongSpliterators.LateBindingSizeIndexBasedSpliterator
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
 
left(long) - Method in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
left(long) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Sets the left element of this pair (optional operation).
left(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Returns the left element of this pair.
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
 
leftLong() - Method in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
 
leftLong() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Returns the left element of this pair.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Returns a lexicographical comparator for pairs.
list - Variable in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
list - Variable in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
LIST_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.longs.LongSpliterators
 
listIterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.longs.LongList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Returns a type-specific list iterator on the list starting at a given index.
listIterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
listIterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
listIterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
LongArrayList - Class in it.unimi.dsi.fastutil.longs
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
LongArrayList(long[], boolean) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list using a given array.
LongArrayList(int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list with given capacity.
LongArrayList() - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list with LongArrayList.DEFAULT_INITIAL_CAPACITY capacity.
LongArrayList(Collection<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list and fills it with a given collection.
LongArrayList(LongCollection) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list and fills it with a given type-specific collection.
LongArrayList(LongList) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list and fills it with a given type-specific list.
LongArrayList(long[]) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list and fills it with the elements of a given array.
LongArrayList(long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list and fills it with the elements of a given array.
LongArrayList(Iterator<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list and fills it with the elements returned by an iterator..
LongArrayList(LongIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
LongBidirectionalIterable - Interface in it.unimi.dsi.fastutil.longs
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
LongBidirectionalIterator - Interface in it.unimi.dsi.fastutil.longs
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
LongBigListIterator - Interface in it.unimi.dsi.fastutil.longs
A type-specific BigListIterator.
LongBinaryOperator - Interface in it.unimi.dsi.fastutil.longs
A type-specific BinaryOperator; provides methods operating both on objects and on primitives.
LongBooleanImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongBooleanImmutablePair(long, boolean) - Constructor for class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongBooleanMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongBooleanMutablePair(long, boolean) - Constructor for class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongBooleanPair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongByteImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongByteImmutablePair(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongByteMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongByteMutablePair(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.LongByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongBytePair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongCharImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongCharImmutablePair(long, char) - Constructor for class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongCharMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongCharMutablePair(long, char) - Constructor for class it.unimi.dsi.fastutil.longs.LongCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongCharPair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongCollection - Interface in it.unimi.dsi.fastutil.longs
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
LongCollections - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific collections.
LongCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific collection.
LongCollections.IterableCollection - Class in it.unimi.dsi.fastutil.longs
A collection wrapper class for iterables.
LongDoubleImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongDoubleImmutablePair(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongDoubleMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongDoubleMutablePair(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongDoublePair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongFloatImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongFloatImmutablePair(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongFloatMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongFloatMutablePair(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongFloatPair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongHash - Interface in it.unimi.dsi.fastutil.longs
A type-specific Hash interface.
LongHash.Strategy - Interface in it.unimi.dsi.fastutil.longs
A type-specific hash strategy.
LongImmutableList - Class in it.unimi.dsi.fastutil.longs
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
LongImmutableList(long[]) - Constructor for class it.unimi.dsi.fastutil.longs.LongImmutableList
Creates a new immutable list using a given array.
LongImmutableList(Collection<? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.LongImmutableList
Creates a new immutable list and fills it with a given collection.
LongImmutableList(LongCollection) - Constructor for class it.unimi.dsi.fastutil.longs.LongImmutableList
Creates a new immutable list and fills it with a given type-specific collection.
LongImmutableList(LongList) - Constructor for class it.unimi.dsi.fastutil.longs.LongImmutableList
Creates a new immutable list and fills it with a given type-specific list.
LongImmutableList(long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongImmutableList
Creates a new immutable list and fills it with the elements of a given array.
LongImmutableList(LongIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongImmutableList
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
LongIntImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongIntImmutablePair(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongIntMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongIntMutablePair(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongIntMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongIntPair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongIterable - Interface in it.unimi.dsi.fastutil.longs
A type-specific Iterable that strengthens that specification of LongIterable.iterator() and LongIterable.forEach(Consumer).
longIterator() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Returns a primitive iterator on the elements of this collection.
longIterator() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
longIterator() - Method in interface it.unimi.dsi.fastutil.longs.LongIterable
Returns a primitive iterator on the elements of this iterable.
LongIterators - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific iterators.
LongIterators.AbstractIndexBasedIterator - Class in it.unimi.dsi.fastutil.longs
A skeletal implementation for an iterator backed by an index-based data store.
LongIterators.AbstractIndexBasedListIterator - Class in it.unimi.dsi.fastutil.longs
A skeletal implementation for a list-iterator backed by an index-based data store.
LongIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.longs
A class returning no elements and a type-specific iterator interface.
LongIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for bidirectional iterators.
LongIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for iterators.
LongIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for list iterators.
LongList - Interface in it.unimi.dsi.fastutil.longs
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
LongListIterator - Interface in it.unimi.dsi.fastutil.longs
A type-specific bidirectional iterator that is also a ListIterator.
LongLists - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific lists.
LongLists.EmptyList - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific list.
LongLists.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton list.
LongLists.SynchronizedList - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for lists.
LongLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for random-access lists.
LongLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for lists.
LongLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for random-access lists.
LongLongImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongLongImmutablePair(long, long) - Constructor for class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongLongImmutableSortedPair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongLongMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongLongMutablePair(long, long) - Constructor for class it.unimi.dsi.fastutil.longs.LongLongMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongLongPair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongLongSortedPair - Interface in it.unimi.dsi.fastutil.longs
A type-specific immutable SortedPair.
LongObjectImmutablePair<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongObjectImmutablePair(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongObjectMutablePair<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongObjectMutablePair(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongObjectPair<V> - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
longParallelStream() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Return a parallel primitive stream over the elements, performing widening casts if needed.
LongPredicate - Interface in it.unimi.dsi.fastutil.longs
A type-specific Predicate; provides methods to test a primitive type both as object and as primitive.
LongRandomAccessSubList(LongList, int, int) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLongList.LongRandomAccessSubList
 
LongReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongReferenceImmutablePair(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongReferenceMutablePair(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongReferencePair<V> - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongShortImmutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongShortImmutablePair(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
LongShortMutablePair - Class in it.unimi.dsi.fastutil.longs
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
LongShortMutablePair(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.LongShortMutablePair
Creates a new type-specific mutable Pair with given left and right value.
LongShortPair - Interface in it.unimi.dsi.fastutil.longs
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
longSpliterator() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Returns a primitive spliterator on the elements of this collection.
longSpliterator() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
longSpliterator() - Method in interface it.unimi.dsi.fastutil.longs.LongIterable
Returns a primitive spliterator on the elements of this iterable.
LongSpliterators - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific spliterators.
LongSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.longs
A skeletal implementation for a spliterator backed by an index based data store.
LongSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.longs
A skeletal implementation for a spliterator backed by an index based data store.
LongSpliterators.EmptySpliterator - Class in it.unimi.dsi.fastutil.longs
A class returning no elements and a type-specific spliterator interface.
LongSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.longs
A skeletal implementation for a spliterator backed by an index based data store.
LongStack - Interface in it.unimi.dsi.fastutil.longs
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
longStream() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Return a primitive stream over the elements, performing widening casts if needed.
LongSubList(LongList, int, int) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
LongUnaryOperator - Interface in it.unimi.dsi.fastutil.longs
A type-specific UnaryOperator; provides methods operating both on objects and on primitives.

M

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

N

negate() - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
 
negation() - Static method in interface it.unimi.dsi.fastutil.longs.LongUnaryOperator
Returns a UnaryOperator that always returns the arithmetic negation of the input.
next() - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Deprecated.
Please use the corresponding type-specific method instead.
nextIndex() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 

O

of() - Static method in class it.unimi.dsi.fastutil.longs.LongArrayList
Creates a new empty array list.
of(long...) - Static method in class it.unimi.dsi.fastutil.longs.LongArrayList
Creates an array list using an array of elements.
of(long, boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, boolean) - Static method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Returns a new type-specific immutable Pair with given left and right value.
of(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, byte) - Static method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, char) - Static method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, char) - Static method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, char) - Static method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(long, double) - Static method in class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, double) - Static method in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, double) - Static method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, float) - Static method in class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, float) - Static method in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, float) - Static method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in class it.unimi.dsi.fastutil.longs.LongImmutableList
Returns an empty immutable list.
of(long...) - Static method in class it.unimi.dsi.fastutil.longs.LongImmutableList
Creates an immutable list using a list of elements.
of(long, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, int) - Static method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in interface it.unimi.dsi.fastutil.longs.LongList
Returns an immutable empty list.
of(long) - Static method in interface it.unimi.dsi.fastutil.longs.LongList
Returns an immutable list with the element given.
of(long, long) - Static method in interface it.unimi.dsi.fastutil.longs.LongList
Returns an immutable list with the elements given.
of(long, long, long) - Static method in interface it.unimi.dsi.fastutil.longs.LongList
Returns an immutable list with the elements given.
of(long...) - Static method in interface it.unimi.dsi.fastutil.longs.LongList
Returns an immutable list with the elements given.
of(long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongLongImmutableSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, long) - Static method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Returns a new type-specific immutable Pair with given left and right value.
of(long, long) - Static method in interface it.unimi.dsi.fastutil.longs.LongLongSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(long, V) - Static method in class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, V) - Static method in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, V) - Static method in interface it.unimi.dsi.fastutil.longs.LongObjectPair
Returns a new type-specific immutable Pair with given left and right value.
of(long, V) - Static method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, V) - Static method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, V) - Static method in interface it.unimi.dsi.fastutil.longs.LongReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, short) - Static method in class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(long, short) - Static method in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(long, short) - Static method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Returns a new type-specific immutable Pair with given left and right value.
onEachMatching(LongSpliterator, LongPredicate, LongConsumer) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Perform the given action on each element that matches the given predicate.
or(LongPredicate) - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical OR of this type-specific predicate and another.
or(LongPredicate) - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical OR of this type-specific predicate and another.
or(Predicate<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
Deprecated.
Please use the corresponding type-specific method instead.

P

parallelStream() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in interface it.unimi.dsi.fastutil.longs.LongStack
Deprecated.
Please use the corresponding type-specific method instead.
peekLong(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
peekLong(int) - Method in interface it.unimi.dsi.fastutil.longs.LongStack
Peeks at an element on the stack (optional operation).
pop() - Method in interface it.unimi.dsi.fastutil.longs.LongStack
Deprecated.
Please use the corresponding type-specific method instead.
popLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
popLong() - Method in interface it.unimi.dsi.fastutil.longs.LongStack
Pops the top off the stack.
pos - Variable in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
The current position index, the index of the item to be returned after the next call to LongIterator.next().
pos - Variable in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
The current position index, the index of the item to be given after the next call to LongSpliterators.AbstractIndexBasedSpliterator.tryAdvance(java.util.function.LongConsumer).
pour(LongIterator, LongCollection, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(LongIterator, LongCollection) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Pours an iterator into a type-specific collection.
pour(LongIterator, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(LongIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Pours an iterator, returning a type-specific list.
previous() - Method in interface it.unimi.dsi.fastutil.longs.LongBidirectionalIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Deprecated.
Please use the corresponding type-specific method instead.
previousIndex() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 
previousLong() - Method in interface it.unimi.dsi.fastutil.longs.LongBidirectionalIterator
Returns the previous element as a primitive type.
previousLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
 
previousLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
previousLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
 
previousLong() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 
push(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
push(long) - Method in interface it.unimi.dsi.fastutil.longs.LongStack
Pushes the given object on the stack.
push(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongStack
Deprecated.
Please use the corresponding type-specific method instead.

R

rem(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
rem(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(long) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
rem(long) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
rem(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Deprecated.
Please use (and implement) the rem() method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
Remove the item at the given index.
remove() - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
remove() - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
removeAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
removeAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
removeAll(LongCollection) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Remove from this collection all elements in the given type-specific collection.
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
removeAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
removeAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
removeIf(LongPredicate) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(LongPredicate) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
removeIf(Predicate<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Deprecated.
Please use the corresponding type-specific method instead.
removeIf(LongPredicate) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(LongPredicate) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(Predicate<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
Deprecated.
removeIf(LongPredicate) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
removeIf(Predicate<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
Deprecated.
removeIf(LongPredicate) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
removeIf(LongPredicate) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
removeLong(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
removeLong(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Removes the element at the specified position in this list (optional operation).
removeLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
removeLong(int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Removes the element at the specified position in this list (optional operation).
removeLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
removeLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
removeLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
removeLong(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
replaceAll(LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(LongUnaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(LongUnaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(UnaryOperator<Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
replaceAll(UnaryOperator<Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
replaceAll(LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
replaceAll(UnaryOperator<Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
Deprecated.
replaceAll(LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
replaceAll(LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
replaceAll(UnaryOperator<Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
replaceAll(LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
retainAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
retainAll(LongCollection) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Retains in this collection only elements from the given type-specific collection.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
retainAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
retainAll(LongCollection) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
 
right(boolean) - Method in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right(boolean) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Sets the right element of this pair (optional operation).
right(Boolean) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
right(byte) - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the right element of this pair (optional operation).
right(Byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
right(char) - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(char) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the right element of this pair (optional operation).
right(Character) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
 
right(double) - Method in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right(double) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Sets the right element of this pair (optional operation).
right(Double) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
 
right(float) - Method in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right(float) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Sets the right element of this pair (optional operation).
right(Float) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
 
right(int) - Method in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right(int) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Sets the right element of this pair (optional operation).
right(Integer) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
 
right(long) - Method in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right(long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Sets the right element of this pair (optional operation).
right(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
 
right(short) - Method in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
right(short) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Sets the right element of this pair (optional operation).
right(Short) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
rightBoolean() - Method in class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
 
rightBoolean() - Method in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
 
rightBoolean() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the right element of this pair.
rightDouble() - Method in class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
 
rightDouble() - Method in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
 
rightDouble() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Returns the right element of this pair.
rightFloat() - Method in class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
 
rightFloat() - Method in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
 
rightFloat() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Returns the right element of this pair.
rightInt() - Method in class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
 
rightInt() - Method in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
 
rightInt() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Returns the right element of this pair.
rightLong() - Method in class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
 
rightLong() - Method in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
 
rightLong() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Returns the right element of this pair.
rightShort() - Method in class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
 
rightShort() - Method in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
 
rightShort() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Returns the right element of this pair.

S

second() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second(boolean) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Sets the right element of this pair (optional operation).
second(Boolean) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the right element of this pair (optional operation).
second(Byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(char) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the right element of this pair (optional operation).
second(Character) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second(double) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Sets the right element of this pair (optional operation).
second(Double) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second(float) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Sets the right element of this pair (optional operation).
second(Float) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second(int) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Sets the right element of this pair (optional operation).
second(Integer) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second(long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Sets the right element of this pair (optional operation).
second(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
second(short) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Sets the right element of this pair (optional operation).
second(Short) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
secondBoolean() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the right element of this pair.
secondDouble() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Returns the right element of this pair.
secondFloat() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Returns the right element of this pair.
secondInt() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Returns the right element of this pair.
secondLong() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Returns the right element of this pair.
secondShort() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Returns the right element of this pair.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
set(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
Replaces the last element returned by next() or previous() with the specified element (optional operation).
set(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
Sets the given item at the given index.
set(long) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedListIterator
 
set(int, long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
set(long) - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Replaces the last element returned by LongListIterator.next() or LongListIterator.previous() with the specified element (optional operation).
set(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
set(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
set(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
set(int, Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.longs.LongSpliterators
 
setElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
setElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
setElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Sets elements to this type-specific list using optimized system calls.
setElements(long[]) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Set (hopefully quickly) elements to match the array given.
setElements(int, long[]) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Set (hopefully quickly) elements to match the array given.
setElements(int, long[], int, int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Set (hopefully quickly) elements to match the array given.
setElements(long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
setElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
setElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
setElements(long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
setElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
setElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
setElements(long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
setElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
setElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
setElements(long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
setElements(int, long[]) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
setElements(int, long[], int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
shuffle(LongList, Random) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Shuffles the specified list using the specified pseudorandom number generator.
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an immutable iterator that iterates just over the given element.
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns a type-specific immutable list containing only the specified element.
Singleton(long) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
singleton(long) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Returns a spliterator that iterates just over the given element.
singleton(long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Returns a spliterator that iterates just over the given element.
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
size - Variable in class it.unimi.dsi.fastutil.longs.LongArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
size(int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
skip(int) - Method in interface it.unimi.dsi.fastutil.longs.LongBidirectionalIterator
skip(long) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.longs.LongBigListIterator
skip(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.AbstractIndexBasedIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.longs.LongIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
 
sort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
sort(Comparator<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
sort(LongComparator) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Sort a list using a type-specific comparator.
sort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
sort(Comparator<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
sort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
sort(Comparator<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
Deprecated.
sort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
sort(Comparator<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
sort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
sort(Comparator<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.longs.LongSpliterators
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Returns a type-specific spliterator on the elements of this collection.
spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.IterableCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.longs.LongIterable
Returns a type-specific spliterator on the elements of this iterable.
spliterator() - Method in interface it.unimi.dsi.fastutil.longs.LongList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
stream() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Deprecated.
Please use the corresponding type-specific method instead.
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongRandomAccessSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
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.longs.LongList
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.longs.LongLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableRandomAccessList
 
synchronize(LongCollection) - Static method in class it.unimi.dsi.fastutil.longs.LongCollections
Returns a synchronized collection backed by the specified collection.
synchronize(LongCollection, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(LongList) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(LongList, Object) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
SynchronizedList(LongList, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
SynchronizedList(LongList) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
SynchronizedRandomAccessList(LongList, Object) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(LongList) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedRandomAccessList
 

T

test(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
Deprecated.
Please use the corresponding type-specific method instead.
to - Variable in class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
Final (exclusive) index of this sublist.
toArray(long[]) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
toArray(long[]) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
toArray(long[]) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
toArray(long[]) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
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.longs.LongCollections.EmptyCollection
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
toArray(long[]) - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
toArray() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
Deprecated.
toList(LongStream) - Static method in class it.unimi.dsi.fastutil.longs.LongArrayList
Collects the result of a primitive Stream into a new ArrayList.
toList(LongStream) - Static method in class it.unimi.dsi.fastutil.longs.LongImmutableList
Collects the result of a primitive Stream into a new ImmutableList.
toListWithExpectedSize(LongStream, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrayList
Collects the result of a primitive Stream into a new ArrayList, potentially pre-allocated to handle the given size.
toListWithExpectedSize(LongStream, int) - Static method in class it.unimi.dsi.fastutil.longs.LongImmutableList
Collects the result of a primitive Stream into a new ImmutableList, potentially pre-allocated to handle the given size.
toLongArray() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
toLongArray(long[]) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toLongArray() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
toLongArray() - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Returns a primitive type array containing the items of this collection.
toLongArray(long[]) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toLongArray() - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
 
toLongArray(long[]) - Method in class it.unimi.dsi.fastutil.longs.LongCollections.EmptyCollection
Deprecated.
toLongArray() - Method in class it.unimi.dsi.fastutil.longs.LongImmutableList
 
toLongArray() - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
top() - Method in interface it.unimi.dsi.fastutil.longs.LongStack
Deprecated.
Please use the corresponding type-specific method instead.
topLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
topLong() - Method in interface it.unimi.dsi.fastutil.longs.LongStack
Peeks at the top of the stack (optional operation).
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongCollection
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLongList
 
toString() - Method in class it.unimi.dsi.fastutil.longs.LongBooleanImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongBooleanMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongDoubleImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongDoubleMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongFloatImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongFloatMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongIntImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongIntMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
toString() - Method in class it.unimi.dsi.fastutil.longs.LongLongImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongLongImmutableSortedPair
Returns a string representation of this sorted pair in the form {l,r}.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongLongMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongObjectMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongShortImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongShortMutablePair
Returns a string representation of this pair in the form <l,r>.
trim() - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Trims this array list so that the capacity is equal to the size.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
Trims the backing array if it is too large.
tryAdvance(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.AbstractLongSpliterator
tryAdvance(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(LongConsumer) - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
 
tryAdvance(Consumer<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
Deprecated.
trySplit() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.EmptySpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.longs.LongSpliterators.LateBindingSizeIndexBasedSpliterator
 

U

unmodifiable(LongCollection) - Static method in class it.unimi.dsi.fastutil.longs.LongCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(LongIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(LongBidirectionalIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(LongListIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(LongList) - Static method in class it.unimi.dsi.fastutil.longs.LongLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
UnmodifiableBidirectionalIterator(LongBidirectionalIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableIterator(LongIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableIterator
 
UnmodifiableList(LongList) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
UnmodifiableListIterator(LongListIterator) - Constructor for class it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableListIterator
 
UnmodifiableRandomAccessList(LongList) - Constructor for class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableRandomAccessList
 
unstableSort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongArrayList
 
unstableSort(Comparator<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Deprecated.
Please use the corresponding type-specific method instead.
unstableSort(LongComparator) - Method in interface it.unimi.dsi.fastutil.longs.LongList
Sorts this list using a sort not assured to be stable.
unstableSort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
 
unstableSort(Comparator<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
Deprecated.
unstableSort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
 
unstableSort(Comparator<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.Singleton
Deprecated.
unstableSort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
 
unstableSort(Comparator<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
Deprecated.
unstableSort(LongComparator) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
 
unstableSort(Comparator<? super Long>) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
Deprecated.
unwrap(LongIterator, long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(LongIterator, long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator into an array.
unwrap(LongIterator, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(LongIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator, returning an array.
unwrap(LongIterator, long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
unwrap(LongIterator, long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator into a big array.
unwrap(LongIterator, LongCollection, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(LongIterator, LongCollection) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator into a type-specific collection.
unwrapBig(LongIterator, long) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator, returning a big array, with a limit on the number of elements.
unwrapBig(LongIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Unwraps an iterator, returning a big array.

V

value() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value(boolean) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Sets the right element of this pair (optional operation).
value(Boolean) - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Sets the right element of this pair (optional operation).
value(Byte) - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(char) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Sets the right element of this pair (optional operation).
value(Character) - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(double) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Sets the right element of this pair (optional operation).
value(Double) - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value(float) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Sets the right element of this pair (optional operation).
value(Float) - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(int) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Sets the right element of this pair (optional operation).
value(Integer) - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Sets the right element of this pair (optional operation).
value(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
value(short) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Sets the right element of this pair (optional operation).
value(Short) - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Deprecated.
Please use the corresponding type-specific method instead.
valueBoolean() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
Returns the right element of this pair.
valueFloat() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
Returns the right element of this pair.
valueShort() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
Returns the right element of this pair.

W

wrap(long[], int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrayList
Wraps a given array into an array list of given size.
wrap(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrayList
Wraps a given array into an array list.
wrap(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Wraps the given array into a type-specific list iterator.
wrap(ByteIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an iterator backed by the specified byte iterator.
wrap(ShortIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an iterator backed by the specified short iterator.
wrap(CharIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an iterator backed by the specified char iterator.
wrap(IntIterator) - Static method in class it.unimi.dsi.fastutil.longs.LongIterators
Returns an iterator backed by the specified integer iterator.
wrap(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wraps the given array into a type-specific spliterator.
wrap(long[], int, int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(ByteSpliterator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Returns a spliterator backed by the specified byte spliterator.
wrap(ShortSpliterator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Returns a spliterator backed by the specified short spliterator.
wrap(CharSpliterator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Returns a spliterator backed by the specified char spliterator.
wrap(IntSpliterator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Returns a spliterator backed by the specified integer spliterator.
wrapPreSorted(long[], int, int, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(long[], int, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(long[], LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongSpliterators
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