- 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
-
- 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
-
- 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
-
- 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
-
- add(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongList
-
- 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
-
- 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
-
- add(Long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- applyAsLong(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongBinaryOperator
-
- applyAsLong(long) - Method in interface it.unimi.dsi.fastutil.longs.LongUnaryOperator
-
- 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
- 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
-
- lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.EmptyList
-
- lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
-
- lastIndexOf(long) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
-
- lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.LongCollection
-
- 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
-
- remove(int) - Method in interface it.unimi.dsi.fastutil.longs.LongList
-
- 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
-
- remove(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.SynchronizedList
-
- remove(int) - Method in class it.unimi.dsi.fastutil.longs.LongLists.UnmodifiableList
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- second() - Method in interface it.unimi.dsi.fastutil.longs.LongBooleanPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.longs.LongBytePair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.longs.LongCharPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.longs.LongDoublePair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.longs.LongFloatPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.longs.LongIntPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.longs.LongLongPair
-
- 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
-
- second() - Method in interface it.unimi.dsi.fastutil.longs.LongShortPair
-
- 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
-
- 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
-
- 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
-
- set(long) - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
-
- set(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongListIterator
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- test(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongPredicate
-
- 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
-
- 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
-
- 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
-
- 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
-