- ObjectArrayList<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectArrayList(K[], boolean) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list using a given array.
- ObjectArrayList(int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list with given capacity.
- ObjectArrayList() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
- ObjectArrayList(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list and fills it with a given collection.
- ObjectArrayList(ObjectCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list and fills it with a given type-specific collection.
- ObjectArrayList(ObjectList<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list and fills it with a given type-specific list.
- ObjectArrayList(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list and fills it with the elements of a given array.
- ObjectArrayList(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list and fills it with the elements of a given array.
- ObjectArrayList(Iterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list and fills it with the elements returned by an iterator..
- ObjectArrayList(ObjectIterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new array list and fills it with the elements returned by a type-specific iterator..
- ObjectBidirectionalIterable<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
- ObjectBigListIterator<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific BigListIterator.
- ObjectBooleanImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectBooleanImmutablePair(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectBooleanImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectBooleanMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectBooleanMutablePair(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectBooleanMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectBooleanPair<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectByteImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectByteImmutablePair(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectByteMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectByteMutablePair(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectBytePair<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectCharImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectCharImmutablePair(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectCharMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectCharMutablePair(K, char) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectCharPair<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectCollection<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Collection; provides some additional methods
that use polymorphism to avoid (un)boxing.
- ObjectCollections - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific collections.
- ObjectCollections.EmptyCollection<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific collection.
- ObjectCollections.IterableCollection<K> - Class in it.unimi.dsi.fastutil.objects
-
A collection wrapper class for iterables.
- ObjectDoubleImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectDoubleImmutablePair(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectDoubleImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectDoubleMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectDoubleMutablePair(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectDoubleMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectDoublePair<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectFloatImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectFloatImmutablePair(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectFloatImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectFloatMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectFloatMutablePair(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectFloatMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectFloatPair<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectImmutableList<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectImmutableList(K[]) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Creates a new immutable list using a given array.
- ObjectImmutableList(Collection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Creates a new immutable list and fills it with a given collection.
- ObjectImmutableList(ObjectCollection<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Creates a new immutable list and fills it with a given type-specific collection.
- ObjectImmutableList(ObjectList<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Creates a new immutable list and fills it with a given type-specific list.
- ObjectImmutableList(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Creates a new immutable list and fills it with the elements of a given array.
- ObjectImmutableList(ObjectIterator<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
- ObjectIntImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectIntImmutablePair(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectIntImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectIntMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectIntMutablePair(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectIntMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectIntPair<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectIterable<K> - Interface in it.unimi.dsi.fastutil.objects
-
- ObjectIterators - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific iterators.
- ObjectIterators.AbstractIndexBasedIterator<K> - Class in it.unimi.dsi.fastutil.objects
-
A skeletal implementation for an iterator backed by an index-based data store.
- ObjectIterators.AbstractIndexBasedListIterator<K> - Class in it.unimi.dsi.fastutil.objects
-
A skeletal implementation for a list-iterator backed by an index-based data store.
- ObjectIterators.EmptyIterator<K> - Class in it.unimi.dsi.fastutil.objects
-
A class returning no elements and a type-specific iterator interface.
- ObjectIterators.UnmodifiableBidirectionalIterator<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for bidirectional iterators.
- ObjectIterators.UnmodifiableIterator<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for iterators.
- ObjectIterators.UnmodifiableListIterator<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for list iterators.
- ObjectList<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectListIterator<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific bidirectional iterator that is also a ListIterator.
- ObjectLists - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific lists.
- ObjectLists.EmptyList<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific list.
- ObjectLists.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton list.
- ObjectLists.SynchronizedList<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for lists.
- ObjectLists.SynchronizedRandomAccessList<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for random-access lists.
- ObjectLists.UnmodifiableList<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for lists.
- ObjectLists.UnmodifiableRandomAccessList<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for random-access lists.
- ObjectLongImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectLongImmutablePair(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLongImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectLongMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectLongMutablePair(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLongMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectLongPair<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectObjectMutablePair<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectObjectMutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectObjectMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectRandomAccessSubList(ObjectList<K>, int, int) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectRandomAccessSubList
-
- ObjectReferenceImmutablePair<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectReferenceImmutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectReferenceMutablePair<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectReferenceMutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectReferencePair<K,V> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectShortImmutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectShortImmutablePair(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectShortImmutablePair
-
Creates a new type-specific immutable Pair with given left and right value.
- ObjectShortMutablePair<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectShortMutablePair(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectShortMutablePair
-
Creates a new type-specific mutable Pair with given left and right value.
- ObjectShortPair<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
- ObjectSpliterators - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific spliterators.
- ObjectSpliterators.AbstractIndexBasedSpliterator<K> - Class in it.unimi.dsi.fastutil.objects
-
A skeletal implementation for a spliterator backed by an index based data store.
- ObjectSpliterators.EarlyBindingSizeIndexBasedSpliterator<K> - Class in it.unimi.dsi.fastutil.objects
-
A skeletal implementation for a spliterator backed by an index based data store.
- ObjectSpliterators.EmptySpliterator<K> - Class in it.unimi.dsi.fastutil.objects
-
A class returning no elements and a type-specific spliterator interface.
- ObjectSpliterators.LateBindingSizeIndexBasedSpliterator<K> - Class in it.unimi.dsi.fastutil.objects
-
A skeletal implementation for a spliterator backed by an index based data store.
- ObjectSubList(ObjectList<K>, int, int) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
-
- of() - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates a new empty array list.
- of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Creates an array list using an array of elements.
- of(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBooleanImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBooleanMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, boolean) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectBooleanPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, byte) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, char) - Static method in class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, char) - Static method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, char) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, double) - Static method in class it.unimi.dsi.fastutil.objects.ObjectDoubleImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, double) - Static method in class it.unimi.dsi.fastutil.objects.ObjectDoubleMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, double) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectDoublePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, float) - Static method in class it.unimi.dsi.fastutil.objects.ObjectFloatImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, float) - Static method in class it.unimi.dsi.fastutil.objects.ObjectFloatMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, float) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectFloatPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of() - Static method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Returns an empty immutable list.
- of(K...) - Static method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Creates an immutable list using a list of elements.
- of(K, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectIntImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectIntMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, int) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectIntPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of() - Static method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Returns an immutable empty list.
- of(K) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Returns an immutable list with the element given.
- of(K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Returns an immutable list with the elements given.
- of(K, K, K) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Returns an immutable list with the elements given.
- of(K...) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Returns an immutable list with the elements given.
- of(K, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLongImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLongMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, long) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectLongPair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ObjectObjectMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, V) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectReferencePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, short) - Static method in class it.unimi.dsi.fastutil.objects.ObjectShortImmutablePair
-
Returns a new type-specific immutable Pair with given left and right value.
- of(K, short) - Static method in class it.unimi.dsi.fastutil.objects.ObjectShortMutablePair
-
Returns a new type-specific mutable Pair with given left and right value.
- of(K, short) - Static method in interface it.unimi.dsi.fastutil.objects.ObjectShortPair
-
Returns a new type-specific immutable Pair with given left and right value.
- onEachMatching(Spliterator<K>, Predicate<? super K>, Consumer<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators
-
Perform the given action on each element that matches the given predicate.
- second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBooleanPair
-
- second(boolean) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBooleanPair
-
Sets the right element of this pair (optional operation).
- second(Boolean) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBooleanPair
-
- second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
-
- second(byte) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
-
Sets the right element of this pair (optional operation).
- second(Byte) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
-
- second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
-
- second(char) - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
-
Sets the right element of this pair (optional operation).
- second(Character) - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
-
- second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectDoublePair
-
- second(double) - Method in interface it.unimi.dsi.fastutil.objects.ObjectDoublePair
-
Sets the right element of this pair (optional operation).
- second(Double) - Method in interface it.unimi.dsi.fastutil.objects.ObjectDoublePair
-
- second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectFloatPair
-
- second(float) - Method in interface it.unimi.dsi.fastutil.objects.ObjectFloatPair
-
Sets the right element of this pair (optional operation).
- second(Float) - Method in interface it.unimi.dsi.fastutil.objects.ObjectFloatPair
-
- second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectIntPair
-
- second(int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectIntPair
-
Sets the right element of this pair (optional operation).
- second(Integer) - Method in interface it.unimi.dsi.fastutil.objects.ObjectIntPair
-
- second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectLongPair
-
- second(long) - Method in interface it.unimi.dsi.fastutil.objects.ObjectLongPair
-
Sets the right element of this pair (optional operation).
- second(Long) - Method in interface it.unimi.dsi.fastutil.objects.ObjectLongPair
-
- second() - Method in interface it.unimi.dsi.fastutil.objects.ObjectShortPair
-
- second(short) - Method in interface it.unimi.dsi.fastutil.objects.ObjectShortPair
-
Sets the right element of this pair (optional operation).
- second(Short) - Method in interface it.unimi.dsi.fastutil.objects.ObjectShortPair
-
- secondBoolean() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBooleanPair
-
Returns the right element of this pair.
- secondByte() - Method in interface it.unimi.dsi.fastutil.objects.ObjectBytePair
-
Returns the right element of this pair.
- secondChar() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCharPair
-
Returns the right element of this pair.
- secondDouble() - Method in interface it.unimi.dsi.fastutil.objects.ObjectDoublePair
-
Returns the right element of this pair.
- secondFloat() - Method in interface it.unimi.dsi.fastutil.objects.ObjectFloatPair
-
Returns the right element of this pair.
- secondInt() - Method in interface it.unimi.dsi.fastutil.objects.ObjectIntPair
-
Returns the right element of this pair.
- secondLong() - Method in interface it.unimi.dsi.fastutil.objects.ObjectLongPair
-
Returns the right element of this pair.
- secondShort() - Method in interface it.unimi.dsi.fastutil.objects.ObjectShortPair
-
Returns the right element of this pair.
- set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
-
- set(int, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
- set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
- set(K) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBigListIterator
-
Replaces the last element returned by next() or
previous() with the specified element (optional operation).
- set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectIterators.AbstractIndexBasedListIterator
-
Sets the given item at the given index.
- set(K) - Method in class it.unimi.dsi.fastutil.objects.ObjectIterators.AbstractIndexBasedListIterator
-
- set(K) - Method in interface it.unimi.dsi.fastutil.objects.ObjectListIterator
-
Replaces the last element returned by Iterator.next() or
BidirectionalIterator.previous() with the specified element (optional operation).
- set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
-
- set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- set(int, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
-
- SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.objects.ObjectSpliterators
-
- setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
-
- setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
-
- setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Sets elements to this type-specific list using optimized system calls.
- setElements(K[]) - Method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Set (hopefully quickly) elements to match the array given.
- setElements(int, K[]) - Method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Set (hopefully quickly) elements to match the array given.
- setElements(int, K[], int, int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Set (hopefully quickly) elements to match the array given.
- setElements(K[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
-
- setElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
-
- setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
-
- setElements(K[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- setElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- setElements(K[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- setElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- setElements(K[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
-
- setElements(int, K[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
-
- setElements(int, K[], int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
-
- shuffle(ObjectList<K>, Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLists
-
Shuffles the specified list using the specified pseudorandom number generator.
- singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectIterators
-
Returns an immutable iterator that iterates just over the given element.
- singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLists
-
Returns a type-specific immutable list containing only the specified element.
- Singleton(K) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- singleton(K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators
-
Returns a spliterator that iterates just over the given element.
- singleton(K, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators
-
Returns a spliterator that iterates just over the given element.
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
-
- size(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
-
- size - Variable in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
The current actual size of the list (never greater than the backing-array length).
- size() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
- size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
- size() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.EmptyCollection
-
- size() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.IterableCollection
-
- size() - Method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
- size(int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Sets the size of this list.
- size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
-
- size() - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- size(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
-
- skip(long) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBigListIterator
-
Skips the given number of elements.
- skip(int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBigListIterator
- skip(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectIterators.AbstractIndexBasedIterator
-
- skip(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectIterators.EmptyIterator
-
- skip(long) - Method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators.AbstractIndexBasedSpliterator
-
- sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
- sort(Comparator<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Sorts this list using a sort assured to be stable.
- sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
-
- sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- sort(Comparator<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
-
- SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.objects.ObjectSpliterators
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Returns a type-specific spliterator on the elements of this list.
- spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ObjectCollection
-
Returns a type-specific spliterator on the elements of this collection.
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.EmptyCollection
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.IterableCollection
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
- spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ObjectIterable
-
Returns a type-specific spliterator on the elements of this iterable.
- spliterator() - Method in interface it.unimi.dsi.fastutil.objects.ObjectList
-
Returns a type-specific spliterator on the elements of this list.
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectRandomAccessSubList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
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.objects.ObjectList
-
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.objects.ObjectLists.EmptyList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedRandomAccessList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableList
-
- subList(int, int) - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.UnmodifiableRandomAccessList
-
- synchronize(ObjectCollection<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectCollections
-
Returns a synchronized collection backed by the specified collection.
- synchronize(ObjectCollection<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectCollections
-
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
- synchronize(ObjectList<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLists
-
Returns a synchronized type-specific list backed by the given type-specific list.
- synchronize(ObjectList<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectLists
-
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
- SynchronizedList(ObjectList<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- SynchronizedList(ObjectList<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedList
-
- SynchronizedRandomAccessList(ObjectList<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedRandomAccessList
-
- SynchronizedRandomAccessList(ObjectList<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectLists.SynchronizedRandomAccessList
-
- to - Variable in class it.unimi.dsi.fastutil.objects.AbstractObjectList.ObjectSubList
-
Final (exclusive) index of this sublist.
- toArray() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
-
- toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
-
- toArray() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
- toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
- toArray() - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.EmptyCollection
-
- toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectCollections.EmptyCollection
-
- toArray() - Method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
- toArray(T[]) - Method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
- toArray() - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.Singleton
-
- toList() - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Returns a Collector that collects a Stream's elements into a new ArrayList.
- toList() - Static method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Returns a Collector that collects a Stream's elements into a new ImmutableList.
- toListWithExpectedSize(int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Returns a Collector that collects a Stream's elements into a new ArrayList, potentially pre-allocated to handle the given size.
- toListWithExpectedSize(int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectImmutableList
-
Returns a Collector that collects a Stream's elements into a new ImmutableList, potentially pre-allocated to handle the given size.
- top() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
-
- toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectCollection
-
- toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObjectList
-
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectBooleanImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectBooleanMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectByteMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectCharMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectDoubleImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectDoubleMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectFloatImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectFloatMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectIntImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectIntMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectLists.EmptyList
-
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectLongImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectLongMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectObjectMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectReferenceMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectShortImmutablePair
-
Returns a string representation of this pair in the form <l,r>.
- toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectShortMutablePair
-
Returns a string representation of this pair in the form <l,r>.
- trim() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Trims this array list so that the capacity is equal to the size.
- trim(int) - Method in class it.unimi.dsi.fastutil.objects.ObjectArrayList
-
Trims the backing array if it is too large.
- tryAdvance(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators.AbstractIndexBasedSpliterator
-
- tryAdvance(Consumer<? super K>) - Method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators.EmptySpliterator
-
- trySplit() - Method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators.AbstractIndexBasedSpliterator
- trySplit() - Method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators.EmptySpliterator
-
- trySplit() - Method in class it.unimi.dsi.fastutil.objects.ObjectSpliterators.LateBindingSizeIndexBasedSpliterator
-