Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

accept(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanConsumer
Performs this operation on the given input.
accept(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanConsumer
Deprecated.
Please use the corresponding type-specific method instead.
accept(byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Performs this operation on the given input.
accept(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Deprecated.
Please use the corresponding exact type-specific method instead.
accept(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Deprecated.
Please use the corresponding type-specific method instead.
accept(char) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Performs this operation on the given input.
accept(int) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Deprecated.
Please use the corresponding exact type-specific method instead.
accept(Character) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Deprecated.
Please use the corresponding type-specific method instead.
accept(Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleConsumer
Deprecated.
Please use the corresponding type-specific method instead.
accept(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatConsumer
Performs this operation on the given input.
accept(double) - Method in interface it.unimi.dsi.fastutil.floats.FloatConsumer
Deprecated.
Please use the corresponding exact type-specific method instead.
accept(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatConsumer
Deprecated.
Please use the corresponding type-specific method instead.
accept(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntConsumer
Deprecated.
Please use the corresponding type-specific method instead.
accept(Long) - Method in interface it.unimi.dsi.fastutil.longs.LongConsumer
Deprecated.
Please use the corresponding type-specific method instead.
accept(short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortConsumer
Performs this operation on the given input.
accept(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortConsumer
Deprecated.
Please use the corresponding exact type-specific method instead.
accept(Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortConsumer
Deprecated.
Please use the corresponding type-specific method instead.
add(byte[][], long, byte) - Static method in class it.unimi.dsi.fastutil.BigArrays
Adds the specified increment the element of the given big array of specified index.
add(int[][], long, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Adds the specified increment the element of the given big array of specified index.
add(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Adds the specified increment the element of the given big array of specified index.
add(double[][], long, double) - Static method in class it.unimi.dsi.fastutil.BigArrays
Adds the specified increment the element of the given big array of specified index.
add(short[][], long, short) - Static method in class it.unimi.dsi.fastutil.BigArrays
Adds the specified increment the element of the given big array of specified index.
add(char[][], long, char) - Static method in class it.unimi.dsi.fastutil.BigArrays
Adds the specified increment the element of the given big array of specified index.
add(float[][], long, float) - Static method in class it.unimi.dsi.fastutil.BigArrays
Adds the specified increment the element of the given big array of specified index.
add(long, K) - Method in interface it.unimi.dsi.fastutil.BigList
Inserts the specified element at the specified position in this big list (optional operation).
add(K) - Method in interface it.unimi.dsi.fastutil.BigListIterator
Inserts the specified element into the list (optional operation).
add(byte[][], long, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
add(char[][], long, char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
add(double[][], long, double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
add(float[][], long, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
add(int[][], long, int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
add(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
add(short[][], long, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
addAll(long, Collection<? extends K>) - Method in interface it.unimi.dsi.fastutil.BigList
Inserts all of the elements in the specified collection into this big list at the specified position (optional operation).
addAndGet(AtomicIntegerArray[], long, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically adds a value to an element of the given big atomic array, returning the new value.
addAndGet(AtomicLongArray[], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically adds a value to an element of the given big atomic array, returning the new value.
allChanged() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Notifies this queue that the all elements have changed (optional operation).
allChanged() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
allChanged() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(BooleanConsumer) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(Consumer<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(ByteConsumer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(IntConsumer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
andThen(Consumer<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(CharConsumer) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(IntConsumer) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
andThen(Consumer<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(DoubleConsumer) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(DoubleConsumer) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(Consumer<? super Double>) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(FloatConsumer) - Method in interface it.unimi.dsi.fastutil.floats.FloatConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(DoubleConsumer) - Method in interface it.unimi.dsi.fastutil.floats.FloatConsumer
andThen(Consumer<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(IntConsumer) - Method in interface it.unimi.dsi.fastutil.ints.IntConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(IntConsumer) - Method in interface it.unimi.dsi.fastutil.ints.IntConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(Consumer<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(LongConsumer) - Method in interface it.unimi.dsi.fastutil.longs.LongConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(LongConsumer) - Method in interface it.unimi.dsi.fastutil.longs.LongConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(Consumer<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Boolean, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Byte, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Character, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Double, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Float, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Integer, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Long, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(Function<? super Short, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
andThen(ShortConsumer) - Method in interface it.unimi.dsi.fastutil.shorts.ShortConsumer
Returns a composed type-specific consumer that performs, in sequence, this operation followed by the after operation.
andThen(IntConsumer) - Method in interface it.unimi.dsi.fastutil.shorts.ShortConsumer
andThen(Consumer<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortConsumer
Deprecated.
Please use the corresponding type-specific method instead.
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenByte(Boolean2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenByte(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenByte(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenByte(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenByte(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenByte(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenByte(Object2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenByte(Reference2ByteFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenByte(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenChar(Boolean2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenChar(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenChar(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenChar(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenChar(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenChar(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenChar(Object2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenChar(Reference2CharFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenChar(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenDouble(Boolean2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenDouble(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenDouble(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenDouble(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenDouble(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenDouble(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenDouble(Object2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenDouble(Reference2DoubleFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenDouble(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenFloat(Boolean2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenFloat(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenFloat(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenFloat(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenFloat(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenFloat(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenFloat(Object2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenFloat(Reference2FloatFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenFloat(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenInt(Boolean2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenInt(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenInt(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenInt(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenInt(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenInt(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenInt(Object2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenInt(Reference2IntFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenInt(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenLong(Boolean2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenLong(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenLong(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenLong(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenLong(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenLong(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenLong(Object2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenLong(Reference2LongFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenLong(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenObject(Boolean2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenObject(Byte2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenObject(Char2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenObject(Double2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenObject(Float2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenObject(Int2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenObject(Long2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenObject(Object2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenObject(Reference2ObjectFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenObject(Short2ObjectFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenReference(Boolean2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenReference(Byte2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenReference(Char2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenReference(Double2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenReference(Float2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenReference(Int2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenReference(Long2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenReference(Object2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenReference(Reference2ReferenceFunction<? super V, ? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenReference(Short2ReferenceFunction<? extends T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
andThenShort(Boolean2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
andThenShort(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
andThenShort(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
andThenShort(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
andThenShort(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
andThenShort(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
andThenShort(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
andThenShort(Object2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
andThenShort(Reference2ShortFunction<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
andThenShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
apply(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
apply(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
apply(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(K) - Method in interface it.unimi.dsi.fastutil.Function
This is equivalent to calling Function.get(Object).
apply(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
apply(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
apply(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
apply(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
apply(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
apply(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
applyAsDouble(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
applyAsDouble(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
applyAsDouble(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
applyAsDouble(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
applyAsDouble(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
applyAsDouble(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
applyAsDouble(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
applyAsDouble(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsDouble(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
applyAsInt(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
applyAsInt(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
applyAsInt(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
applyAsInt(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
applyAsInt(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsInt(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsLong(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsLong(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsLong(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
applyAsLong(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
applyAsLong(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
applyAsLong(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
applyAsLong(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
applyAsLong(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
applyAsLong(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
Arrays - Class in it.unimi.dsi.fastutil
A class providing static methods and objects that do useful things with arrays.
Arrays.ForkJoinGenericQuickSort - Class in it.unimi.dsi.fastutil
 
arraySize(int, float) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the least power of two smaller than or equal to 230 and larger than or equal to Math.ceil(expected / f).
asBooleanComparator(Comparator<? super Boolean>) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asByteComparator(Comparator<? super Byte>) - Static method in class it.unimi.dsi.fastutil.bytes.ByteComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asCharComparator(Comparator<? super Character>) - Static method in class it.unimi.dsi.fastutil.chars.CharComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asDoubleComparator(Comparator<? super Double>) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asFloatComparator(Comparator<? super Float>) - Static method in class it.unimi.dsi.fastutil.floats.FloatComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asIntComparator(Comparator<? super Integer>) - Static method in class it.unimi.dsi.fastutil.ints.IntComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asLongComparator(Comparator<? super Long>) - Static method in class it.unimi.dsi.fastutil.longs.LongComparators
Returns a type-specific comparator that is equivalent to the given comparator.
asObjectComparator(Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectComparators
Returns a the comparator given unmodified.
assertBigArray(byte[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
assertBigArray(int[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
assertBigArray(long[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
assertBigArray(double[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
assertBigArray(boolean[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
assertBigArray(short[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
assertBigArray(char[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
assertBigArray(float[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
assertBigArray(K[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Asserts that the provided big array is correct.
asShortComparator(Comparator<? super Short>) - Static method in class it.unimi.dsi.fastutil.shorts.ShortComparators
Returns a type-specific comparator that is equivalent to the given comparator.

B

back(int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator
Moves back for the given number of elements.
BidirectionalIterator<K> - Interface in it.unimi.dsi.fastutil
A bidirectional Iterator.
BigArrays - Class in it.unimi.dsi.fastutil
A class providing static methods and objects that do useful things with big arrays.
BigArrays() - Constructor for class it.unimi.dsi.fastutil.BigArrays
 
bigArraySize(long, float) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the least power of two larger than or equal to Math.ceil(expected / f).
BigList<K> - Interface in it.unimi.dsi.fastutil
A list with big (i.e., 64-bit) indices.
BigListIterator<K> - Interface in it.unimi.dsi.fastutil
A list iterator over a BigList.
BigSwapper - Interface in it.unimi.dsi.fastutil
An object that can swap elements whose positions are specified by longs.
binarySearch(byte[], int, int, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(byte[], byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(byte[], int, int, byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(byte[], byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(byte[][], long, long, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm.
binarySearch(byte[][], byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Searches a big array for the specified value using the binary search algorithm.
binarySearch(byte[][], long, long, byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(byte[][], byte, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Searches a big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(char[], int, int, char) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(char[], int, int, char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(char[], char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(char[][], long, long, char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm.
binarySearch(char[][], char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Searches a big array for the specified value using the binary search algorithm.
binarySearch(char[][], long, long, char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(char[][], char, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Searches a big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(double[], int, int, double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(double[], int, int, double, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(double[], double, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(double[][], long, long, double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm.
binarySearch(double[][], double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Searches a big array for the specified value using the binary search algorithm.
binarySearch(double[][], long, long, double, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(double[][], double, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Searches a big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(float[], int, int, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(float[], int, int, float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(float[], float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(float[][], long, long, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm.
binarySearch(float[][], float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Searches a big array for the specified value using the binary search algorithm.
binarySearch(float[][], long, long, float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(float[][], float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Searches a big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(int[], int, int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(int[], int, int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(int[], int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(int[][], long, long, int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm.
binarySearch(int[][], int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Searches a big array for the specified value using the binary search algorithm.
binarySearch(int[][], long, long, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(int[][], int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Searches a big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(long[], int, int, long) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(long[], long) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(long[], int, int, long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(long[], long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(long[][], long, long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm.
binarySearch(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Searches a big array for the specified value using the binary search algorithm.
binarySearch(long[][], long, long, long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(long[][], long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Searches a big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(K[], int, int, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(K[], K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(K[], int, int, K, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(K[], K, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(K[][], long, long, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm.
binarySearch(K[][], Object) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Searches a big array for the specified value using the binary search algorithm.
binarySearch(K[][], long, long, K, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(K[][], K, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Searches a big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(short[], int, int, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Searches a range of the specified array for the specified value using the binary search algorithm.
binarySearch(short[], short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Searches an array for the specified value using the binary search algorithm.
binarySearch(short[], int, int, short, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Searches a range of the specified array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(short[], short, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Searches an array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(short[][], long, long, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm.
binarySearch(short[][], short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Searches a big array for the specified value using the binary search algorithm.
binarySearch(short[][], long, long, short, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Searches a range of the specified big array for the specified value using the binary search algorithm and a specified comparator.
binarySearch(short[][], short, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Searches a big array for the specified value using the binary search algorithm and a specified comparator.
Boolean2BooleanFunction - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2ByteFunction - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2CharFunction - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2DoubleFunction - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2FloatFunction - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2IntFunction - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2LongFunction - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Boolean2ShortFunction - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanArrays - Class in it.unimi.dsi.fastutil.booleans
A class providing static methods and objects that do useful things with type-specific arrays.
BooleanArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.booleans
 
BooleanArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.booleans
 
BooleanArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.booleans
 
BooleanArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.booleans
 
BooleanBigArrays - Class in it.unimi.dsi.fastutil.booleans
A class providing static methods and objects that do useful things with big arrays.
BooleanBigArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.booleans
 
BooleanBigArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.booleans
 
BooleanComparator - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
BooleanComparators - Class in it.unimi.dsi.fastutil.booleans
A class providing static methods and objects that do useful things with comparators.
BooleanComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.booleans
A type-specific comparator mimicking the natural order.
BooleanComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.booleans
 
BooleanComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.booleans
A type-specific comparator mimicking the opposite of the natural order.
BooleanConsumer - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
BooleanIterator - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
BooleanSpliterator - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.
Byte2BooleanFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ByteFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2CharFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2DoubleFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2FloatFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2IntFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2LongFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ShortFunction - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
ByteArrays - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific arrays.
ByteArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.bytes
 
ByteArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.bytes
 
ByteArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.bytes
 
ByteArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.bytes
 
ByteArrays.Segment - Class in it.unimi.dsi.fastutil.bytes
 
ByteBigArrays - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with big arrays.
ByteBigArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.bytes
 
ByteBigArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.bytes
 
ByteComparator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
ByteComparators - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with comparators.
ByteComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.bytes
A type-specific comparator mimicking the natural order.
ByteComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.bytes
 
ByteComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.bytes
A type-specific comparator mimicking the opposite of the natural order.
ByteConsumer - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
ByteIterator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
ByteSpliterator - Interface in it.unimi.dsi.fastutil.bytes
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.

C

changed() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Notifies this queue that the first element has changed (optional operation).
changed(int) - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Notifies this queue that the specified element has changed (optional operation).
changed() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
changed(int) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
changed(int) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
changed() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Notifies the queue that the first element has changed (optional operation).
changed() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
changed() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
Char2BooleanFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ByteFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2CharFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2DoubleFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2FloatFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2IntFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2LongFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2ShortFunction - Interface in it.unimi.dsi.fastutil.chars
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
CharArrays - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific arrays.
CharArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.chars
 
CharArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.chars
 
CharArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.chars
 
CharArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.chars
 
CharArrays.Segment - Class in it.unimi.dsi.fastutil.chars
 
CharBigArrays - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with big arrays.
CharBigArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.chars
 
CharBigArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.chars
 
CharComparator - Interface in it.unimi.dsi.fastutil.chars
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
CharComparators - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with comparators.
CharComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.chars
A type-specific comparator mimicking the natural order.
CharComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.chars
 
CharComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.chars
A type-specific comparator mimicking the opposite of the natural order.
CharConsumer - Interface in it.unimi.dsi.fastutil.chars
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
CharIterator - Interface in it.unimi.dsi.fastutil.chars
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
CharSpliterator - Interface in it.unimi.dsi.fastutil.chars
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.
clear() - Method in interface it.unimi.dsi.fastutil.Function
Removes all associations from this function (optional operation).
clear() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Removes all elements from this queue.
clear() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
clear() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Removes all elements from this queue.
clear() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
clear() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
clone() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
comparator() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Returns the comparator associated with this queue, or null if it uses its elements' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
comparator() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Returns the comparator associated with this queue, or null if it uses its elements' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
comparator() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
compare(boolean, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanComparator
Compares its two primitive-type arguments for order.
compare(Boolean, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(boolean, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanComparators.NaturalImplicitComparator
 
compare(boolean, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanComparators.OppositeComparator
 
compare(boolean, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanComparators.OppositeImplicitComparator
 
compare(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
Compares its two primitive-type arguments for order.
compare(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteComparators.NaturalImplicitComparator
 
compare(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteComparators.OppositeComparator
 
compare(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.ByteComparators.OppositeImplicitComparator
 
compare(char, char) - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
Compares its two primitive-type arguments for order.
compare(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharComparators.NaturalImplicitComparator
 
compare(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharComparators.OppositeComparator
 
compare(char, char) - Method in class it.unimi.dsi.fastutil.chars.CharComparators.OppositeImplicitComparator
 
compare(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleComparator
Compares its two primitive-type arguments for order.
compare(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleComparators.NaturalImplicitComparator
 
compare(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleComparators.OppositeComparator
 
compare(double, double) - Method in class it.unimi.dsi.fastutil.doubles.DoubleComparators.OppositeImplicitComparator
 
compare(float, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatComparator
Compares its two primitive-type arguments for order.
compare(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatComparators.NaturalImplicitComparator
 
compare(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatComparators.OppositeComparator
 
compare(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatComparators.OppositeImplicitComparator
 
compare(int, int) - Method in interface it.unimi.dsi.fastutil.ints.IntComparator
Compares its two primitive-type arguments for order.
compare(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntComparators.NaturalImplicitComparator
 
compare(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntComparators.OppositeComparator
 
compare(int, int) - Method in class it.unimi.dsi.fastutil.ints.IntComparators.OppositeImplicitComparator
 
compare(long, long) - Method in interface it.unimi.dsi.fastutil.longs.LongComparator
Compares its two primitive-type arguments for order.
compare(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.LongComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongComparators.NaturalImplicitComparator
 
compare(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongComparators.OppositeComparator
 
compare(long, long) - Method in class it.unimi.dsi.fastutil.longs.LongComparators.OppositeImplicitComparator
 
compare(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectComparators.NaturalImplicitComparator
 
compare(K, K) - Method in class it.unimi.dsi.fastutil.objects.ObjectComparators.OppositeComparator
 
compare(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectComparators.OppositeImplicitComparator
 
compare(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortComparator
Compares its two primitive-type arguments for order.
compare(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.ShortComparator
Deprecated.
Please use the corresponding type-specific method instead.
compare(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortComparators.NaturalImplicitComparator
 
compare(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortComparators.OppositeComparator
 
compare(short, short) - Method in class it.unimi.dsi.fastutil.shorts.ShortComparators.OppositeImplicitComparator
 
compareAndSet(AtomicIntegerArray[], long, int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically sets an element of the given big atomic array of specified index to specified value, given the current value is equal to a given expected value.
compareAndSet(AtomicLongArray[], long, long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically sets an element of the given big atomic array of specified index to specified value, given the current value is equal to a given expected value.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
compose(Function<? super T, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeByte(Byte2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeByte(Byte2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeByte(Byte2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeByte(Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeByte(Byte2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeByte(Byte2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeByte(Byte2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeByte(Byte2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeByte(Byte2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeByte(Byte2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeChar(Char2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeChar(Char2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeChar(Char2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeChar(Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeChar(Char2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeChar(Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeChar(Char2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeChar(Char2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeChar(Char2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeChar(Char2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeDouble(Double2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeDouble(Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeDouble(Double2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeDouble(Double2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeDouble(Double2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeDouble(Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeDouble(Double2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeDouble(Double2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeDouble(Double2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeDouble(Double2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeFloat(Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeFloat(Float2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeFloat(Float2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeFloat(Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeFloat(Float2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeFloat(Float2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeFloat(Float2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeFloat(Float2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeFloat(Float2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeFloat(Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeInt(Int2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeInt(Int2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeInt(Int2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeInt(Int2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeInt(Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeInt(Int2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeInt(Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeInt(Int2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeInt(Int2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeInt(Int2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeLong(Long2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeLong(Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeLong(Long2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeLong(Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeLong(Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeLong(Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeLong(Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeLong(Long2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeLong(Long2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeLong(Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeObject(Object2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeObject(Object2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeObject(Object2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeObject(Object2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeObject(Object2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeObject(Object2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeObject(Object2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeObject(Object2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeObject(Object2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeObject(Object2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeReference(Reference2BooleanFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeReference(Reference2ByteFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeReference(Reference2CharFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeReference(Reference2DoubleFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeReference(Reference2FloatFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeReference(Reference2IntFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeReference(Reference2LongFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeReference(Reference2ObjectFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeReference(Reference2ReferenceFunction<? super T, ? extends K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeReference(Reference2ShortFunction<? super T>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
 
composeShort(Short2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
 
composeShort(Short2ByteFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
 
composeShort(Short2CharFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
 
composeShort(Short2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
 
composeShort(Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
 
composeShort(Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
 
composeShort(Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
 
composeShort(Short2ObjectFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
 
composeShort(Short2ReferenceFunction<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
 
composeShort(Short2ShortFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
compute() - Method in class it.unimi.dsi.fastutil.Arrays.ForkJoinGenericQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.chars.CharArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.chars.CharArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.chars.CharArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.chars.CharArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.chars.CharBigArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.floats.FloatArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.floats.FloatArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.floats.FloatArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.floats.FloatArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.floats.FloatBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.floats.FloatBigArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.ints.IntArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.ints.IntArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.ints.IntArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.ints.IntArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.ints.IntBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.ints.IntBigArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.longs.LongArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.longs.LongArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.longs.LongArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.longs.LongArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.longs.LongBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.longs.LongBigArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.objects.ObjectArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrays.ForkJoinQuickSort2
 
compute() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrays.ForkJoinQuickSortComp
 
compute() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrays.ForkJoinQuickSortIndirect
 
compute() - Method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays.ForkJoinQuickSort
 
compute() - Method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays.ForkJoinQuickSortComp
 
contains(int) - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Checks whether a given index belongs to this queue (optional operation).
contains(int) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
contains(int) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
contains(Object) - Method in interface it.unimi.dsi.fastutil.SortedPair
Returns true if one of the two elements of this sorted pair is equal to a given object.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.Function
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
copy(byte[][], long, byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(byte[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(int[][], long, int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(int[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(long[][], long, long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(long[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(double[][], long, double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(double[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(boolean[][], long, boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(boolean[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(short[][], long, short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(short[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(char[][], long, char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(char[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(float[][], long, float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(float[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(K[][], long, K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination big array.
copy(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a portion of a big array.
copy(K[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns a copy of a big array.
copy(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Returns a copy of a portion of an array.
copy(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Returns a copy of an array.
copy(boolean[][], long, boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
copy(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
copy(boolean[][]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
copy(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Returns a copy of a portion of an array.
copy(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Returns a copy of an array.
copy(byte[][], long, byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
copy(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
copy(byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
copy(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Returns a copy of a portion of an array.
copy(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Returns a copy of an array.
copy(char[][], long, char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
copy(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
copy(char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
copy(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Returns a copy of a portion of an array.
copy(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Returns a copy of an array.
copy(double[][], long, double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
copy(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
copy(double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
copy(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Returns a copy of a portion of an array.
copy(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Returns a copy of an array.
copy(float[][], long, float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
copy(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
copy(float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
copy(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Returns a copy of a portion of an array.
copy(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Returns a copy of an array.
copy(int[][], long, int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
copy(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
copy(int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
copy(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Returns a copy of a portion of an array.
copy(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Returns a copy of an array.
copy(long[][], long, long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
copy(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
copy(long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
copy(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Returns a copy of a portion of an array.
copy(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Returns a copy of an array.
copy(K[][], long, K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
copy(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
copy(K[][]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
copy(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Returns a copy of a portion of an array.
copy(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Returns a copy of an array.
copy(short[][], long, short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
copy(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
copy(short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(byte[][], long, byte[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(int[][], long, int[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(long[][], long, long[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(double[][], long, double[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(boolean[][], long, boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(short[][], long, short[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(char[][], long, char[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(float[][], long, float[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(K[][], long, K[], int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies a big array from the specified source big array, beginning at the specified position, to the specified position of the destination array.
copyFromBig(boolean[][], long, boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(byte[][], long, byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(char[][], long, char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(double[][], long, double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(float[][], long, float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(int[][], long, int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(long[][], long, long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(K[][], long, K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
copyFromBig(short[][], long, short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(byte[], int, byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(int[], int, int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(long[], int, long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(double[], int, double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(boolean[], int, boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(short[], int, short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(char[], int, char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(float[], int, float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(K[], int, K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination big array.
copyToBig(boolean[], int, boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(byte[], int, byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(char[], int, char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(double[], int, double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(float[], int, float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(int[], int, int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(long[], int, long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(K[], int, K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
copyToBig(short[], int, short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.

D

decr(byte[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Decrements the element of the given big array of specified index.
decr(int[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Decrements the element of the given big array of specified index.
decr(long[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Decrements the element of the given big array of specified index.
decr(double[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Decrements the element of the given big array of specified index.
decr(short[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Decrements the element of the given big array of specified index.
decr(char[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Decrements the element of the given big array of specified index.
decr(float[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Decrements the element of the given big array of specified index.
decr(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
decr(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
decr(double[][], long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
decr(float[][], long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
decr(int[][], long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
decr(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
decr(short[][], long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
decrementAndGet(AtomicIntegerArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically decrements an element of the given big atomic array, returning the new value.
decrementAndGet(AtomicLongArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically decrements an element of the given big atomic array, returning the new value.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.chars.CharArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.floats.FloatArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.ints.IntArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.longs.LongArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.objects.ObjectArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.shorts.ShortArrays
A static, final, empty array to be used as default array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.chars.CharBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.floats.FloatBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.ints.IntBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.longs.LongBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
A static, final, empty big array to be used as default big array in allocations.
DEFAULT_GROWTH_FACTOR - Static variable in interface it.unimi.dsi.fastutil.Hash
Deprecated.
DEFAULT_INITIAL_SIZE - Static variable in interface it.unimi.dsi.fastutil.Hash
The initial default size of a hash table.
DEFAULT_LOAD_FACTOR - Static variable in interface it.unimi.dsi.fastutil.Hash
The default load factor of a hash table.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Gets the default return value.
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Gets the default return value.
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Gets the default return value.
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Gets the default return value.
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Gets the default return value.
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Gets the default return value.
defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Gets the default return value.
defaultReturnValue(long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Gets the default return value.
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Gets the default return value.
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Gets the default return value.
dequeue() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Dequeues the first element from this queue.
dequeue() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
dequeue() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
dequeue() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Dequeues the first element from the queue.
dequeue() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
dequeue() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
displacement(long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Computes the displacement associated with a given index.
Double2BooleanFunction - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ByteFunction - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2CharFunction - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2DoubleFunction - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2FloatFunction - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
double2int(double) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the hash code that would be returned by Double.hashCode().
Double2IntFunction - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2LongFunction - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ShortFunction - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
DoubleArrays - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific arrays.
DoubleArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.doubles
 
DoubleArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.doubles
 
DoubleArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.doubles
 
DoubleArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.doubles
 
DoubleArrays.Segment - Class in it.unimi.dsi.fastutil.doubles
 
DoubleBigArrays - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with big arrays.
DoubleBigArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.doubles
 
DoubleBigArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.doubles
 
DoubleComparator - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
DoubleComparators - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with comparators.
DoubleComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.doubles
A type-specific comparator mimicking the natural order.
DoubleComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.doubles
 
DoubleComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.doubles
A type-specific comparator mimicking the opposite of the natural order.
DoubleConsumer - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
DoubleIterator - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
DoubleSpliterator - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.

E

EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.chars.CharArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.floats.FloatArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.ints.IntArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.longs.LongArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.objects.ObjectArrays
A static, final, empty array.
EMPTY_ARRAY - Static variable in class it.unimi.dsi.fastutil.shorts.ShortArrays
A static, final, empty array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
A static, final, empty big array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
A static, final, empty big array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.chars.CharBigArrays
A static, final, empty big array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
A static, final, empty big array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.floats.FloatBigArrays
A static, final, empty big array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.ints.IntBigArrays
A static, final, empty big array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.longs.LongBigArrays
A static, final, empty big array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
A static, final, empty big array.
EMPTY_BIG_ARRAY - Static variable in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
A static, final, empty big array.
EMPTY_BIG_ATOMIC_ARRAY - Static variable in class it.unimi.dsi.fastutil.ints.IntBigArrays
A static, final, empty big atomic array.
EMPTY_BIG_ATOMIC_ARRAY - Static variable in class it.unimi.dsi.fastutil.longs.LongBigArrays
A static, final, empty big atomic array.
EMPTY_QUEUE - Static variable in class it.unimi.dsi.fastutil.IndirectPriorityQueues
An empty indirect priority queue (immutable).
EMPTY_QUEUE - Static variable in class it.unimi.dsi.fastutil.PriorityQueues
An empty indirect priority queue (immutable).
EmptyIndirectPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
EmptyPriorityQueue() - Constructor for class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
emptyQueue() - Static method in class it.unimi.dsi.fastutil.PriorityQueues
Returns an empty queue (immutable).
enqueue(int) - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Enqueues a new element.
enqueue(int) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
enqueue(int) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
enqueue(K) - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Enqueues a new element.
enqueue(Object) - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
enqueue(K) - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
ensureCapacity(byte[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(int[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(long[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(double[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(short[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(char[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(float[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(K[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries.
ensureCapacity(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big array can contain the given number of entries, preserving just a part of the big array.
ensureCapacity(boolean[], int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(byte[], int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(char[], int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(double[], int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(double[][], long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(float[], int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(float[][], long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(int[], int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(int[][], long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(long[], int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(K[], int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(K[][], long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(short[], int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Ensures that an array can contain the given number of entries.
ensureCapacity(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Ensures that an array can contain the given number of entries, preserving just a part of the array.
ensureCapacity(short[][], long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
ensureCapacity(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(int, int, int) - Static method in class it.unimi.dsi.fastutil.Arrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array of given length.
ensureFromTo(long, long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array of given length.
ensureFromTo(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits a big array.
ensureFromTo(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
ensureFromTo(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Ensures that a range given by its first (inclusive) and last (exclusive) elements fits an array.
ensureFromTo(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
ensureLength(long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a big-array length is legal.
ensureOffsetLength(int, int, int) - Static method in class it.unimi.dsi.fastutil.Arrays
Ensures that a range given by an offset and a length fits an array of given length.
ensureOffsetLength(long, long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array of given length.
ensureOffsetLength(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that a range given by an offset and a length fits a big array.
ensureOffsetLength(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
ensureOffsetLength(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
ensureOffsetLength(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
ensureOffsetLength(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
ensureOffsetLength(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
ensureOffsetLength(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
ensureOffsetLength(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
ensureOffsetLength(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
ensureOffsetLength(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Ensures that a range given by an offset and a length fits an array.
ensureOffsetLength(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(byte[][], byte[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(int[][], int[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(long[][], long[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(double[][], double[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(boolean[][], boolean[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(short[][], short[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(char[][], char[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(float[][], float[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(K[][], K[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Ensures that two big arrays are of the same length.
ensureSameLength(boolean[], boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Ensures that two arrays are of the same length.
ensureSameLength(boolean[][], boolean[][]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(byte[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Ensures that two arrays are of the same length.
ensureSameLength(byte[][], byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(char[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Ensures that two arrays are of the same length.
ensureSameLength(char[][], char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(double[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Ensures that two arrays are of the same length.
ensureSameLength(double[][], double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(float[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Ensures that two arrays are of the same length.
ensureSameLength(float[][], float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Ensures that two arrays are of the same length.
ensureSameLength(int[][], int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(long[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Ensures that two arrays are of the same length.
ensureSameLength(long[][], long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(K[], K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Ensures that two arrays are of the same length.
ensureSameLength(K[][], K[][]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
ensureSameLength(short[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Ensures that two arrays are of the same length.
ensureSameLength(short[][], short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
equals(byte[][], byte[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(int[][], int[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(long[][], long[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(double[][], double[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(boolean[][], boolean[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(short[][], short[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(char[][], char[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(float[][], float[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(K[][], K[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns true if the two big arrays are elementwise equal.
equals(boolean[], boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(boolean[][], boolean[][]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
equals(byte[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(byte[][], byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
equals(char[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(char[][], char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
equals(double[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(double[][], double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
equals(float[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(float[][], float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
equals(K, K) - Method in interface it.unimi.dsi.fastutil.Hash.Strategy
Returns true if the given objects are equal with respect to this hash strategy.
equals(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(int[][], int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
equals(long[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(long[][], long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
equals(K[], K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(K[][], K[][]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutableSortedPair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
equals(Object) - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
equals(short[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Deprecated.
Please use the corresponding Arrays method, which is intrinsified in recent JVMs.
equals(short[][], short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.

F

FAST_LOAD_FACTOR - Static variable in interface it.unimi.dsi.fastutil.Hash
The load factor for a (usually small) table that is meant to be particularly fast.
fill(byte[][], byte) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(byte[][], long, long, byte) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(int[][], int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(int[][], long, long, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(long[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(long[][], long, long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(double[][], double) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(double[][], long, long, double) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(boolean[][], boolean) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(boolean[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(short[][], short) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(short[][], long, long, short) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(char[][], char) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(char[][], long, long, char) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(float[][], float) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(float[][], long, long, float) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(K[][], K) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills the given big array with the given value.
fill(K[][], long, long, K) - Static method in class it.unimi.dsi.fastutil.BigArrays
Fills a portion of the given big array with the given value.
fill(boolean[], boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Deprecated.
Please use the corresponding Arrays method.
fill(boolean[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Deprecated.
Please use the corresponding Arrays method.
fill(boolean[][], boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
fill(boolean[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
fill(byte[], byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Deprecated.
Please use the corresponding Arrays method.
fill(byte[], int, int, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Deprecated.
Please use the corresponding Arrays method.
fill(byte[][], byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
fill(byte[][], long, long, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
fill(char[], char) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Deprecated.
Please use the corresponding Arrays method.
fill(char[], int, int, char) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Deprecated.
Please use the corresponding Arrays method.
fill(char[][], char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
fill(char[][], long, long, char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
fill(double[], double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Deprecated.
Please use the corresponding Arrays method.
fill(double[], int, int, double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Deprecated.
Please use the corresponding Arrays method.
fill(double[][], double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
fill(double[][], long, long, double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
fill(float[], float) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Deprecated.
Please use the corresponding Arrays method.
fill(float[], int, int, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Deprecated.
Please use the corresponding Arrays method.
fill(float[][], float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
fill(float[][], long, long, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
fill(int[], int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Deprecated.
Please use the corresponding Arrays method.
fill(int[], int, int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Deprecated.
Please use the corresponding Arrays method.
fill(int[][], int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
fill(int[][], long, long, int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
fill(long[], long) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Deprecated.
Please use the corresponding Arrays method.
fill(long[], int, int, long) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Deprecated.
Please use the corresponding Arrays method.
fill(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
fill(long[][], long, long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
fill(K[], K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Deprecated.
Please use the corresponding Arrays method.
fill(K[], int, int, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Deprecated.
Please use the corresponding Arrays method.
fill(K[][], K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
fill(K[][], long, long, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
fill(short[], short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Deprecated.
Please use the corresponding Arrays method.
fill(short[], int, int, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Deprecated.
Please use the corresponding Arrays method.
fill(short[][], short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
fill(short[][], long, long, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
first() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Returns the first element of this queue.
first() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
first() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
first() - Method in interface it.unimi.dsi.fastutil.Pair
Returns the left element of this pair.
first(L) - Method in interface it.unimi.dsi.fastutil.Pair
Sets the left element of this pair (optional operation).
first() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Returns the first element of the queue.
first() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
first() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
Float2BooleanFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2ByteFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2CharFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2DoubleFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2FloatFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
float2int(float) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the hash code that would be returned by Float.hashCode().
Float2IntFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2LongFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2ShortFunction - Interface in it.unimi.dsi.fastutil.floats
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatArrays - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific arrays.
FloatArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.floats
 
FloatArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.floats
 
FloatArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.floats
 
FloatArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.floats
 
FloatArrays.Segment - Class in it.unimi.dsi.fastutil.floats
 
FloatBigArrays - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with big arrays.
FloatBigArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.floats
 
FloatBigArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.floats
 
FloatComparator - Interface in it.unimi.dsi.fastutil.floats
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
FloatComparators - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with comparators.
FloatComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.floats
A type-specific comparator mimicking the natural order.
FloatComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.floats
 
FloatComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.floats
A type-specific comparator mimicking the opposite of the natural order.
FloatConsumer - Interface in it.unimi.dsi.fastutil.floats
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
FloatIterator - Interface in it.unimi.dsi.fastutil.floats
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
FloatSpliterator - Interface in it.unimi.dsi.fastutil.floats
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.
forceCapacity(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Forces a big array to contain the given number of entries, preserving just a part of the big array.
forceCapacity(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
forceCapacity(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
forceCapacity(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
forceCapacity(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
forceCapacity(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
forceCapacity(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
forceCapacity(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
forceCapacity(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
forceCapacity(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Forces an array to contain the given number of entries, preserving just a part of the array.
forceCapacity(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
forEachRemaining(BooleanConsumer) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(Consumer<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(ByteConsumer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(IntConsumer) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterator
Performs the given action for each remaining element, performing widening primitive casts, until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(Consumer<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(CharConsumer) - Method in interface it.unimi.dsi.fastutil.chars.CharIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(IntConsumer) - Method in interface it.unimi.dsi.fastutil.chars.CharIterator
Performs the given action for each remaining element, performing widening primitive casts, until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharIterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(Consumer<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(DoubleConsumer) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Double>) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleIterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(Consumer<? super Double>) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(DoubleConsumer) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSpliterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(FloatConsumer) - Method in interface it.unimi.dsi.fastutil.floats.FloatIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(DoubleConsumer) - Method in interface it.unimi.dsi.fastutil.floats.FloatIterator
Performs the given action for each remaining element, performing widening primitive casts, until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatIterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(Consumer<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(IntConsumer) - Method in interface it.unimi.dsi.fastutil.ints.IntIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntIterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(Consumer<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(IntConsumer) - Method in interface it.unimi.dsi.fastutil.ints.IntSpliterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(LongConsumer) - Method in interface it.unimi.dsi.fastutil.longs.LongIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongIterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(Consumer<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(LongConsumer) - Method in interface it.unimi.dsi.fastutil.longs.LongSpliterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(ShortConsumer) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(IntConsumer) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterator
Performs the given action for each remaining element, performing widening primitive casts, until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterator
Deprecated.
Please use the corresponding type-specific method instead.
forEachRemaining(Consumer<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
ForkJoinGenericQuickSort(int, int, IntComparator, Swapper) - Constructor for class it.unimi.dsi.fastutil.Arrays.ForkJoinGenericQuickSort
 
ForkJoinQuickSort(boolean[], int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(boolean[][], long, long) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(byte[][], long, long) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(char[][], long, long) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(double[], int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(double[][], long, long) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(float[][], long, long) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(int[][], long, long) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(long[][], long, long) - Constructor for class it.unimi.dsi.fastutil.longs.LongBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(K[][], long, long) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrays.ForkJoinQuickSort
 
ForkJoinQuickSort(short[][], long, long) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrays.ForkJoinQuickSort
 
ForkJoinQuickSort2(boolean[], boolean[], int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrays.ForkJoinQuickSort2
 
ForkJoinQuickSort2(byte[], byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrays.ForkJoinQuickSort2
 
ForkJoinQuickSort2(char[], char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrays.ForkJoinQuickSort2
 
ForkJoinQuickSort2(double[], double[], int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArrays.ForkJoinQuickSort2
 
ForkJoinQuickSort2(float[], float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrays.ForkJoinQuickSort2
 
ForkJoinQuickSort2(int[], int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrays.ForkJoinQuickSort2
 
ForkJoinQuickSort2(long[], long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrays.ForkJoinQuickSort2
 
ForkJoinQuickSort2(K[], K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrays.ForkJoinQuickSort2
 
ForkJoinQuickSort2(short[], short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrays.ForkJoinQuickSort2
 
ForkJoinQuickSortComp(boolean[], int, int, BooleanComparator) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(boolean[][], long, long, BooleanComparator) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(byte[], int, int, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(byte[][], long, long, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(char[], int, int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(char[][], long, long, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(double[], int, int, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(double[][], long, long, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(float[], int, int, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(float[][], long, long, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(int[], int, int, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(int[][], long, long, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.IntBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(long[], int, int, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(long[][], long, long, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.LongBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(K[], int, int, Comparator<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(K[][], long, long, Comparator<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(short[], int, int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortComp(short[][], long, long, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortBigArrays.ForkJoinQuickSortComp
 
ForkJoinQuickSortIndirect(int[], boolean[], int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrays.ForkJoinQuickSortIndirect
 
ForkJoinQuickSortIndirect(int[], byte[], int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrays.ForkJoinQuickSortIndirect
 
ForkJoinQuickSortIndirect(int[], char[], int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrays.ForkJoinQuickSortIndirect
 
ForkJoinQuickSortIndirect(int[], double[], int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArrays.ForkJoinQuickSortIndirect
 
ForkJoinQuickSortIndirect(int[], float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrays.ForkJoinQuickSortIndirect
 
ForkJoinQuickSortIndirect(int[], int[], int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrays.ForkJoinQuickSortIndirect
 
ForkJoinQuickSortIndirect(int[], long[], int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrays.ForkJoinQuickSortIndirect
 
ForkJoinQuickSortIndirect(int[], K[], int, int) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectArrays.ForkJoinQuickSortIndirect
 
ForkJoinQuickSortIndirect(int[], short[], int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrays.ForkJoinQuickSortIndirect
 
FREE - Static variable in interface it.unimi.dsi.fastutil.Hash
Deprecated.
front(int[]) - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Retrieves the front of this queue in a given array (optional operation).
front(int[]) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
front(int[]) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
Function<K,V> - Interface in it.unimi.dsi.fastutil
A function mapping keys into values.

G

get(byte[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(int[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(AtomicIntegerArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big atomic array of specified index.
get(long[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(AtomicLongArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big atomic array of specified index.
get(double[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(short[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(char[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(float[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(K[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the element of the given big array of specified index.
get(long) - Method in interface it.unimi.dsi.fastutil.BigList
Returns the element at the specified position.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double[][], long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float[][], long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
get(Object) - Method in interface it.unimi.dsi.fastutil.Function
Returns the value associated by this function to the specified key.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int[][], long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(K[][], long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Returns the value to which the given key is mapped.
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short[][], long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
getAndAdd(AtomicIntegerArray[], long, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically adds a value to an element of the given big atomic array, returning the old value.
getAndAdd(AtomicLongArray[], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically adds a value to an element of the given big atomic array, returning the old value.
getAndDecrement(AtomicIntegerArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically decrements an element of the given big atomic array, returning the old value.
getAndDecrement(AtomicLongArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically decrements an element of the given big atomic array, returning the old value.
getAndIncrement(AtomicIntegerArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically increments an element of the given big atomic array, returning the old value.
getAndIncrement(AtomicLongArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically increments an element of the given big atomic array, returning the old value.
getAndSet(AtomicIntegerArray[], long, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically sets an element of the given big atomic array to a specified value, returning the old value.
getAndSet(AtomicLongArray[], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically sets an element of the given big atomic array to a specified value, returning the old value.
getBoolean(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Returns the value to which the given key is mapped.
getBoolean(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Returns the value to which the given key is mapped.
getByte(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Returns the value to which the given key is mapped.
getByte(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Returns the value to which the given key is mapped.
getChar(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Returns the value to which the given key is mapped.
getChar(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Returns the value to which the given key is mapped.
getComparator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanSpliterator
getComparator() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSpliterator
getComparator() - Method in interface it.unimi.dsi.fastutil.chars.CharSpliterator
getComparator() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSpliterator
getComparator() - Method in interface it.unimi.dsi.fastutil.floats.FloatSpliterator
getComparator() - Method in interface it.unimi.dsi.fastutil.ints.IntSpliterator
getComparator() - Method in interface it.unimi.dsi.fastutil.longs.LongSpliterator
getComparator() - Method in interface it.unimi.dsi.fastutil.shorts.ShortSpliterator
getDouble(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Returns the value to which the given key is mapped.
getDouble(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Returns the value to which the given key is mapped.
getFloat(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Returns the value to which the given key is mapped.
getFloat(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Returns the value to which the given key is mapped.
getInt(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Returns the value to which the given key is mapped.
getInt(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Returns the value to which the given key is mapped.
getLong(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Returns the value to which the given key is mapped.
getLong(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Returns the value to which the given key is mapped.
getOrDefault(boolean, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, byte) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, char) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, double) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, float) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, int) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, long) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(boolean, short) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, boolean) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, boolean) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, boolean) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, float) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, int) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, long) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, short) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, char) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, int) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, long) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.Function
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(int, boolean) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, double) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, short) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, boolean) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, double) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, float) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, short) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, boolean) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, double) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Returns the value associated by this function to the specified key, or give the specified value if not present.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
getShort(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Returns the value to which the given key is mapped.
getShort(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Returns the value to which the given key is mapped.
grow(byte[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(int[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(long[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(double[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(short[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(char[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(float[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(K[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Grows the given big array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the big array.
grow(boolean[], int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
grow(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
grow(byte[], int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
grow(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
grow(char[], int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
grow(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
grow(double[], int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(double[][], long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
grow(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
grow(float[], int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(float[][], long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
grow(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
grow(int[], int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(int[][], long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
grow(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
grow(long[], int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
grow(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
grow(K[], int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(K[][], long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
grow(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
grow(short[], int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length.
grow(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Grows the given array to the maximum between the given length and the current length increased by 50%, provided that the given length is larger than the current length, preserving just a part of the array.
grow(short[][], long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
grow(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.

H

Hash - Interface in it.unimi.dsi.fastutil
Basic data for all hash-based classes.
Hash.Strategy<K> - Interface in it.unimi.dsi.fastutil
A generic hash strategy.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
A type-specific content-based hash strategy for big arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
A type-specific content-based hash strategy for big arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.chars.CharArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.chars.CharBigArrays
A type-specific content-based hash strategy for big arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
A type-specific content-based hash strategy for big arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.floats.FloatArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.floats.FloatBigArrays
A type-specific content-based hash strategy for big arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.ints.IntArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.ints.IntBigArrays
A type-specific content-based hash strategy for big arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.longs.LongArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.longs.LongBigArrays
A type-specific content-based hash strategy for big arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.objects.ObjectArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
A type-specific content-based hash strategy for big arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.shorts.ShortArrays
A type-specific content-based hash strategy for arrays.
HASH_STRATEGY - Static variable in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
A type-specific content-based hash strategy for big arrays.
hashCode(K) - Method in interface it.unimi.dsi.fastutil.Hash.Strategy
Returns the hash code of the specified object with respect to this hash strategy.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
hashCode() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
HashCommon - Class in it.unimi.dsi.fastutil
Common code for all hash-based classes.
HashCommon() - Constructor for class it.unimi.dsi.fastutil.HashCommon
 
hasPrevious() - Method in interface it.unimi.dsi.fastutil.BidirectionalIterator
Returns whether there is a previous element.

I

identity() - Static method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
 
identity() - Static method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
 
incr(byte[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Increments the element of the given big array of specified index.
incr(int[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Increments the element of the given big array of specified index.
incr(long[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Increments the element of the given big array of specified index.
incr(double[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Increments the element of the given big array of specified index.
incr(short[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Increments the element of the given big array of specified index.
incr(char[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Increments the element of the given big array of specified index.
incr(float[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Increments the element of the given big array of specified index.
incr(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
incr(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
incr(double[][], long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
incr(float[][], long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
incr(int[][], long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
incr(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
incr(short[][], long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
incrementAndGet(AtomicIntegerArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically increments an element of the given big atomic array, returning the new value.
incrementAndGet(AtomicLongArray[], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Atomically increments an element of the given big atomic array, returning the new value.
index(int, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Computes the index associated with given segment and displacement.
indexOf(Object) - Method in interface it.unimi.dsi.fastutil.BigList
Returns the index of the first occurrence of the specified element in this big list, or -1 if this big list does not contain the element.
IndirectPriorityQueue<K> - Interface in it.unimi.dsi.fastutil
An indirect priority queue.
IndirectPriorityQueues - Class in it.unimi.dsi.fastutil
A class providing static methods and objects that do useful things with indirect priority queues.
IndirectPriorityQueues.EmptyIndirectPriorityQueue - Class in it.unimi.dsi.fastutil
An immutable class representing the empty indirect priority queue.
IndirectPriorityQueues.SynchronizedIndirectPriorityQueue<K> - Class in it.unimi.dsi.fastutil
A synchronized wrapper class for indirect priority queues.
Int2BooleanFunction - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2ByteFunction - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2CharFunction - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2DoubleFunction - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2FloatFunction - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2IntFunction - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2LongFunction - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2ShortFunction - Interface in it.unimi.dsi.fastutil.ints
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
IntArrays - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific arrays.
IntArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.ints
 
IntArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.ints
 
IntArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.ints
 
IntArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.ints
 
IntArrays.Segment - Class in it.unimi.dsi.fastutil.ints
 
IntBigArrays - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with big arrays.
IntBigArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.ints
 
IntBigArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.ints
 
IntComparator - Interface in it.unimi.dsi.fastutil.ints
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
IntComparators - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with comparators.
IntComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.ints
A type-specific comparator mimicking the natural order.
IntComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.ints
 
IntComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.ints
A type-specific comparator mimicking the opposite of the natural order.
IntConsumer - Interface in it.unimi.dsi.fastutil.ints
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
IntIterator - Interface in it.unimi.dsi.fastutil.ints
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
IntSpliterator - Interface in it.unimi.dsi.fastutil.ints
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.
IntStack - Interface in it.unimi.dsi.fastutil.ints
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
invMix(int) - Static method in class it.unimi.dsi.fastutil.HashCommon
The inverse of HashCommon.mix(int).
invMix(long) - Static method in class it.unimi.dsi.fastutil.HashCommon
The inverse of HashCommon.mix(long).
isEmpty() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Checks whether this queue is empty.
isEmpty() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
isEmpty() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
isEmpty() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Checks whether this queue is empty.
isEmpty() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
isEmpty() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
isEmpty() - Method in interface it.unimi.dsi.fastutil.Stack
Checks whether the stack is empty.
it.unimi.dsi.fastutil - package it.unimi.dsi.fastutil
 
it.unimi.dsi.fastutil.booleans - package it.unimi.dsi.fastutil.booleans
 
it.unimi.dsi.fastutil.bytes - package it.unimi.dsi.fastutil.bytes
 
it.unimi.dsi.fastutil.chars - package it.unimi.dsi.fastutil.chars
 
it.unimi.dsi.fastutil.doubles - package it.unimi.dsi.fastutil.doubles
 
it.unimi.dsi.fastutil.floats - package it.unimi.dsi.fastutil.floats
 
it.unimi.dsi.fastutil.ints - package it.unimi.dsi.fastutil.ints
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
it.unimi.dsi.fastutil.shorts - package it.unimi.dsi.fastutil.shorts
 

K

key(L) - Method in interface it.unimi.dsi.fastutil.Pair
Sets the left element of this pair (optional operation).
key() - Method in interface it.unimi.dsi.fastutil.Pair
Returns the left element of this pair.

L

last() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Returns the last element of this queue, that is, the element the would be dequeued last (optional operation).
last() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
last() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
last() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Returns the last element of the queue, that is, the element the would be dequeued last (optional operation).
last() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
last() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
lastIndexOf(Object) - Method in interface it.unimi.dsi.fastutil.BigList
Returns the index of the last occurrence of the specified element in this big list, or -1 if this big list does not contain the element.
left - Variable in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
 
left() - Method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.Pair
Returns the left element of this pair.
left(L) - Method in interface it.unimi.dsi.fastutil.Pair
Sets the left element of this pair (optional operation).
length(byte[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(AtomicIntegerArray[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big atomic array.
length(int[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(AtomicLongArray[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big atomic array.
length(long[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(double[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(boolean[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(short[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(char[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(float[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(K[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Returns the length of the given big array.
length(boolean[][]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
length - Variable in class it.unimi.dsi.fastutil.bytes.ByteArrays.Segment
 
length(byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
length - Variable in class it.unimi.dsi.fastutil.chars.CharArrays.Segment
 
length(char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
length - Variable in class it.unimi.dsi.fastutil.doubles.DoubleArrays.Segment
 
length(double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
length - Variable in class it.unimi.dsi.fastutil.floats.FloatArrays.Segment
 
length(float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
length - Variable in class it.unimi.dsi.fastutil.ints.IntArrays.Segment
 
length(int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
length - Variable in class it.unimi.dsi.fastutil.longs.LongArrays.Segment
 
length(long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
length(K[][]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
length - Variable in class it.unimi.dsi.fastutil.shorts.ShortArrays.Segment
 
length(short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
level - Variable in class it.unimi.dsi.fastutil.bytes.ByteArrays.Segment
 
level - Variable in class it.unimi.dsi.fastutil.chars.CharArrays.Segment
 
level - Variable in class it.unimi.dsi.fastutil.doubles.DoubleArrays.Segment
 
level - Variable in class it.unimi.dsi.fastutil.floats.FloatArrays.Segment
 
level - Variable in class it.unimi.dsi.fastutil.ints.IntArrays.Segment
 
level - Variable in class it.unimi.dsi.fastutil.longs.LongArrays.Segment
 
level - Variable in class it.unimi.dsi.fastutil.shorts.ShortArrays.Segment
 
lexComparator() - Static method in interface it.unimi.dsi.fastutil.Pair
Returns a lexicographical comparator for pairs.
listIterator() - Method in interface it.unimi.dsi.fastutil.BigList
Returns a big-list iterator over the elements in this big list.
listIterator(long) - Method in interface it.unimi.dsi.fastutil.BigList
Returns a big-list iterator of the elements in this big list, starting at the specified position in this big list.
Long2BooleanFunction - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ByteFunction - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2CharFunction - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2DoubleFunction - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2FloatFunction - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
long2int(long) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the hash code that would be returned by Long.hashCode().
Long2IntFunction - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2LongFunction - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ShortFunction - Interface in it.unimi.dsi.fastutil.longs
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
LongArrays - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific arrays.
LongArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.longs
 
LongArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.longs
 
LongArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.longs
 
LongArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.longs
 
LongArrays.Segment - Class in it.unimi.dsi.fastutil.longs
 
LongBigArrays - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with big arrays.
LongBigArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.longs
 
LongBigArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.longs
 
LongComparator - Interface in it.unimi.dsi.fastutil.longs
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
LongComparators - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with comparators.
LongComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.longs
A type-specific comparator mimicking the natural order.
LongComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.longs
 
LongComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.longs
A type-specific comparator mimicking the opposite of the natural order.
LongConsumer - Interface in it.unimi.dsi.fastutil.longs
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
LongIterator - Interface in it.unimi.dsi.fastutil.longs
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
LongSpliterator - Interface in it.unimi.dsi.fastutil.longs
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.

M

main(String[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
MAX_ARRAY_SIZE - Static variable in class it.unimi.dsi.fastutil.Arrays
This is a safe value used by ArrayList (as of Java 7) to avoid throwing OutOfMemoryError on some JVMs.
maxFill(int, float) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the maximum number of entries that can be filled before rehashing.
maxFill(long, float) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the maximum number of entries that can be filled before rehashing.
mergeSort(int, int, IntComparator, Swapper) - Static method in class it.unimi.dsi.fastutil.Arrays
Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using mergesort.
mergeSort(long, long, LongComparator, BigSwapper) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sorts the specified range of elements using the specified big swapper and according to the order induced by the specified comparator using mergesort.
mergeSort(boolean[], int, int, boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(boolean[], int, int, BooleanComparator, boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(boolean[], int, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(boolean[], BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(byte[], int, int, byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(byte[], int, int, ByteComparator, byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(byte[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(char[], int, int, char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(char[], int, int, CharComparator, char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(char[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(double[], int, int, double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(double[], int, int, DoubleComparator, double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(double[], int, int, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(double[], DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(float[], int, int, float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(float[], int, int, FloatComparator, float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(float[], int, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(float[], FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(int[], int, int, int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(int[], int, int, IntComparator, int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(int[], int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(int[], IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(long[], int, int, long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(long[], int, int, LongComparator, long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(long[], int, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(long[], LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(K[], int, int, K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(K[], int, int, Comparator<K>, K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(K[], int, int, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(K[], Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mergeSort(short[], int, int, short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the natural ascending order using mergesort, using a given pre-filled support array.
mergeSort(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the natural ascending order using mergesort.
mergeSort(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the natural ascending order using mergesort.
mergeSort(short[], int, int, ShortComparator, short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort, using a given pre-filled support array.
mergeSort(short[], int, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the order induced by the specified comparator using mergesort.
mergeSort(short[], ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the order induced by the specified comparator using mergesort.
mix(int) - Static method in class it.unimi.dsi.fastutil.HashCommon
Quickly mixes the bits of an integer.
mix(long) - Static method in class it.unimi.dsi.fastutil.HashCommon
Quickly mixes the bits of a long integer.
mul(byte[][], long, byte) - Static method in class it.unimi.dsi.fastutil.BigArrays
Multiplies by the specified factor the element of the given big array of specified index.
mul(int[][], long, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Multiplies by the specified factor the element of the given big array of specified index.
mul(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Multiplies by the specified factor the element of the given big array of specified index.
mul(double[][], long, double) - Static method in class it.unimi.dsi.fastutil.BigArrays
Multiplies by the specified factor the element of the given big array of specified index.
mul(short[][], long, short) - Static method in class it.unimi.dsi.fastutil.BigArrays
Multiplies by the specified factor the element of the given big array of specified index.
mul(char[][], long, char) - Static method in class it.unimi.dsi.fastutil.BigArrays
Multiplies by the specified factor the element of the given big array of specified index.
mul(float[][], long, float) - Static method in class it.unimi.dsi.fastutil.BigArrays
Multiplies by the specified factor the element of the given big array of specified index.
mul(byte[][], long, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
mul(char[][], long, char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
mul(double[][], long, double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
mul(float[][], long, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
mul(int[][], long, int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
mul(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
mul(short[][], long, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
murmurHash3(int) - Static method in class it.unimi.dsi.fastutil.HashCommon
Avalanches the bits of an integer by applying the finalisation step of MurmurHash3.
murmurHash3(long) - Static method in class it.unimi.dsi.fastutil.HashCommon
Avalanches the bits of a long integer by applying the finalisation step of MurmurHash3.

N

NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.chars.CharComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.floats.FloatComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.ints.IntComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.longs.LongComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.objects.ObjectComparators
 
NATURAL_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.shorts.ShortComparators
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanComparators.NaturalImplicitComparator
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteComparators.NaturalImplicitComparator
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.chars.CharComparators.NaturalImplicitComparator
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleComparators.NaturalImplicitComparator
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.floats.FloatComparators.NaturalImplicitComparator
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.ints.IntComparators.NaturalImplicitComparator
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.longs.LongComparators.NaturalImplicitComparator
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectComparators.NaturalImplicitComparator
 
NaturalImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortComparators.NaturalImplicitComparator
 
nearestSegmentStart(long, long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Computes the nearest segment starting index of a given index.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Creates a new big array.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Creates a new big array.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Creates a new big array.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Creates a new big array.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Creates a new big array.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Creates a new big array.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Creates a new big array.
newBigArray(K[][], long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Creates a new big array using the given one as prototype.
newBigArray(Class<?>, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Creates a new big array using a given component type.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Creates a new big array.
newBigArray(long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Creates a new big array.
newBigAtomicArray(long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Creates a new big atomic array.
newBigAtomicArray(long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Creates a new big atomic array.
next() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterator
Deprecated.
Please use the corresponding type-specific method instead.
next() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterator
Deprecated.
Please use the corresponding type-specific method instead.
next() - Method in interface it.unimi.dsi.fastutil.chars.CharIterator
Deprecated.
Please use the corresponding type-specific method instead.
next() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleIterator
Deprecated.
Please use the corresponding type-specific method instead.
next() - Method in interface it.unimi.dsi.fastutil.floats.FloatIterator
Deprecated.
Please use the corresponding type-specific method instead.
next() - Method in interface it.unimi.dsi.fastutil.ints.IntIterator
Deprecated.
Please use the corresponding type-specific method instead.
next() - Method in interface it.unimi.dsi.fastutil.longs.LongIterator
Deprecated.
Please use the corresponding type-specific method instead.
next() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterator
Deprecated.
Please use the corresponding type-specific method instead.
nextBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterator
Returns the next element as a primitive type.
nextByte() - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterator
Returns the next element as a primitive type.
nextChar() - Method in interface it.unimi.dsi.fastutil.chars.CharIterator
Returns the next element as a primitive type.
nextDouble() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleIterator
Returns the next element as a primitive type.
nextFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatIterator
Returns the next element as a primitive type.
nextIndex() - Method in interface it.unimi.dsi.fastutil.BigListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextInt() - Method in interface it.unimi.dsi.fastutil.ints.IntIterator
Returns the next element as a primitive type.
nextLong() - Method in interface it.unimi.dsi.fastutil.longs.LongIterator
Returns the next element as a primitive type.
nextPowerOfTwo(int) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the least power of two greater than or equal to the specified value.
nextPowerOfTwo(long) - Static method in class it.unimi.dsi.fastutil.HashCommon
Returns the least power of two greater than or equal to the specified value.
nextShort() - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterator
Returns the next element as a primitive type.

O

Object2BooleanFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ByteFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2CharFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2DoubleFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2FloatFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2IntFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2LongFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ObjectFunction<K,V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ReferenceFunction<K,V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ShortFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectArrays - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific arrays.
ObjectArrays.ForkJoinQuickSort<K> - Class in it.unimi.dsi.fastutil.objects
 
ObjectArrays.ForkJoinQuickSort2<K> - Class in it.unimi.dsi.fastutil.objects
 
ObjectArrays.ForkJoinQuickSortComp<K> - Class in it.unimi.dsi.fastutil.objects
 
ObjectArrays.ForkJoinQuickSortIndirect<K> - Class in it.unimi.dsi.fastutil.objects
 
ObjectBidirectionalIterator<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
ObjectBigArrays - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with big arrays.
ObjectBigArrays.ForkJoinQuickSort<K> - Class in it.unimi.dsi.fastutil.objects
 
ObjectBigArrays.ForkJoinQuickSortComp<K> - Class in it.unimi.dsi.fastutil.objects
 
ObjectComparators - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with comparators.
ObjectComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.objects
A type-specific comparator mimicking the natural order.
ObjectComparators.OppositeComparator<K> - Class in it.unimi.dsi.fastutil.objects
 
ObjectComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.objects
A type-specific comparator mimicking the opposite of the natural order.
ObjectIterator<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
ObjectObjectImmutablePair<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.
ObjectObjectImmutablePair(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
ObjectObjectImmutableSortedPair<K extends java.lang.Comparable<K>> - Class in it.unimi.dsi.fastutil.objects
A type-specific immutable SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing.
ObjectSpliterator<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.
OCCUPIED - Static variable in interface it.unimi.dsi.fastutil.Hash
Deprecated.
of(K, V) - Static method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(K, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutableSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(L, R) - Static method in interface it.unimi.dsi.fastutil.Pair
Returns a new immutable Pair with given left and right value.
of(K, K) - Static method in interface it.unimi.dsi.fastutil.SortedPair
Returns a new immutable SortedPair with given left and right value.
offset - Variable in class it.unimi.dsi.fastutil.bytes.ByteArrays.Segment
 
offset - Variable in class it.unimi.dsi.fastutil.chars.CharArrays.Segment
 
offset - Variable in class it.unimi.dsi.fastutil.doubles.DoubleArrays.Segment
 
offset - Variable in class it.unimi.dsi.fastutil.floats.FloatArrays.Segment
 
offset - Variable in class it.unimi.dsi.fastutil.ints.IntArrays.Segment
 
offset - Variable in class it.unimi.dsi.fastutil.longs.LongArrays.Segment
 
offset - Variable in class it.unimi.dsi.fastutil.shorts.ShortArrays.Segment
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.bytes.ByteComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.chars.CharComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.floats.FloatComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.ints.IntComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.longs.LongComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.objects.ObjectComparators
 
OPPOSITE_COMPARATOR - Static variable in class it.unimi.dsi.fastutil.shorts.ShortComparators
 
oppositeComparator(BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(BooleanComparator) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanComparators.OppositeComparator
 
oppositeComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteComparators.OppositeComparator
 
oppositeComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.CharComparators.OppositeComparator
 
oppositeComparator(DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleComparators.OppositeComparator
 
oppositeComparator(FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatComparators.OppositeComparator
 
oppositeComparator(IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.IntComparators.OppositeComparator
 
oppositeComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.LongComparators.OppositeComparator
 
oppositeComparator(Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(Comparator<K>) - Constructor for class it.unimi.dsi.fastutil.objects.ObjectComparators.OppositeComparator
 
oppositeComparator(ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortComparators
Returns a comparator representing the opposite order of the given comparator.
OppositeComparator(ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortComparators.OppositeComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanComparators.OppositeImplicitComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.bytes.ByteComparators.OppositeImplicitComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.chars.CharComparators.OppositeImplicitComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleComparators.OppositeImplicitComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.floats.FloatComparators.OppositeImplicitComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.ints.IntComparators.OppositeImplicitComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.longs.LongComparators.OppositeImplicitComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.objects.ObjectComparators.OppositeImplicitComparator
 
OppositeImplicitComparator() - Constructor for class it.unimi.dsi.fastutil.shorts.ShortComparators.OppositeImplicitComparator
 

P

Pair<L,R> - Interface in it.unimi.dsi.fastutil
A pair of elements.
parallelQuickSort(int, int, IntComparator, Swapper) - Static method in class it.unimi.dsi.fastutil.Arrays
Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(boolean[], int, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(boolean[], BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(boolean[], boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(boolean[], boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(boolean[][]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(boolean[][], long, long, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(boolean[][], BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(byte[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(byte[], byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(byte[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(byte[][], long, long, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(byte[][], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(char[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(char[], char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(char[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(char[][], long, long, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(char[][], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(double[], int, int, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(double[], DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(double[], double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(double[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(double[][], long, long, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(double[][], DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(float[], int, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(float[], FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(float[], float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(float[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(float[][], long, long, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(float[][], FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(int[], int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(int[], IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(int[], int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(int[][], long, long, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(int[][], IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(long[], int, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(long[], LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(long[], long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(long[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(long[][], long, long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(long[][], LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(K[], int, int, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(K[], Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(K[], K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(K[], K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(K[][]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(K[][], long, long, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(K[][], Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(short[], int, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(short[], ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(short[], short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(short[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts two arrays according to the natural lexicographical ascending order using a parallel quicksort.
parallelQuickSort(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified range of elements according to the natural ascending order using a parallel quicksort.
parallelQuickSort(short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts a big array according to the natural ascending order using a parallel quicksort.
parallelQuickSort(short[][], long, long, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSort(short[][], ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts a big array according to the order induced by the specified comparator using a parallel quicksort.
parallelQuickSortIndirect(int[], boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the natural ascending order using a parallel indirect quicksort.
parallelQuickSortIndirect(int[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the natural ascending order using a parallel indirect quicksort.
parallelRadixSort(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of an array using parallel radix sort.
parallelRadixSort(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified array using parallel radix sort.
parallelRadixSort(byte[], byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements of two arrays using a parallel radix sort.
parallelRadixSort(byte[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts two arrays using a parallel radix sort.
parallelRadixSort(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of an array using parallel radix sort.
parallelRadixSort(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified array using parallel radix sort.
parallelRadixSort(char[], char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements of two arrays using a parallel radix sort.
parallelRadixSort(char[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts two arrays using a parallel radix sort.
parallelRadixSort(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of an array using parallel radix sort.
parallelRadixSort(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified array using parallel radix sort.
parallelRadixSort(double[], double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements of two arrays using a parallel radix sort.
parallelRadixSort(double[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts two arrays using a parallel radix sort.
parallelRadixSort(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of an array using parallel radix sort.
parallelRadixSort(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified array using parallel radix sort.
parallelRadixSort(float[], float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements of two arrays using a parallel radix sort.
parallelRadixSort(float[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts two arrays using a parallel radix sort.
parallelRadixSort(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of an array using parallel radix sort.
parallelRadixSort(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified array using parallel radix sort.
parallelRadixSort(int[], int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements of two arrays using a parallel radix sort.
parallelRadixSort(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts two arrays using a parallel radix sort.
parallelRadixSort(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of an array using parallel radix sort.
parallelRadixSort(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified array using parallel radix sort.
parallelRadixSort(long[], long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements of two arrays using a parallel radix sort.
parallelRadixSort(long[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts two arrays using a parallel radix sort.
parallelRadixSort(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of an array using parallel radix sort.
parallelRadixSort(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified array using parallel radix sort.
parallelRadixSort(short[], short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements of two arrays using a parallel radix sort.
parallelRadixSort(short[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts two arrays using a parallel radix sort.
parallelRadixSortIndirect(int[], byte[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of an array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], byte[], boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], char[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of an array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], char[], boolean) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], double[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of an array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], double[], boolean) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], float[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of an array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], float[], boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], int[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of an array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], int[], boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], long[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of an array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], long[], boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], short[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of an array using parallel indirect radix sort.
parallelRadixSortIndirect(int[], short[], boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified array using parallel indirect radix sort.
peek(int) - Method in interface it.unimi.dsi.fastutil.ints.IntStack
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in interface it.unimi.dsi.fastutil.Stack
Peeks at an element on the stack (optional operation).
peekInt(int) - Method in interface it.unimi.dsi.fastutil.ints.IntStack
Peeks at an element on the stack (optional operation).
POISON_PILL - Static variable in class it.unimi.dsi.fastutil.bytes.ByteArrays
 
POISON_PILL - Static variable in class it.unimi.dsi.fastutil.chars.CharArrays
 
POISON_PILL - Static variable in class it.unimi.dsi.fastutil.doubles.DoubleArrays
 
POISON_PILL - Static variable in class it.unimi.dsi.fastutil.floats.FloatArrays
 
POISON_PILL - Static variable in class it.unimi.dsi.fastutil.ints.IntArrays
 
POISON_PILL - Static variable in class it.unimi.dsi.fastutil.longs.LongArrays
 
POISON_PILL - Static variable in class it.unimi.dsi.fastutil.shorts.ShortArrays
 
pop() - Method in interface it.unimi.dsi.fastutil.ints.IntStack
Deprecated.
Please use the corresponding type-specific method instead.
pop() - Method in interface it.unimi.dsi.fastutil.Stack
Pops the top off the stack.
popInt() - Method in interface it.unimi.dsi.fastutil.ints.IntStack
Pops the top off the stack.
previous() - Method in interface it.unimi.dsi.fastutil.BidirectionalIterator
Returns the previous element from the collection.
previousIndex() - Method in interface it.unimi.dsi.fastutil.BigListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
PRIMES - Static variable in interface it.unimi.dsi.fastutil.Hash
Deprecated.
PriorityQueue<K> - Interface in it.unimi.dsi.fastutil
A priority queue.
PriorityQueues - Class in it.unimi.dsi.fastutil
A class providing static methods and objects that do useful things with priority queues.
PriorityQueues.EmptyPriorityQueue - Class in it.unimi.dsi.fastutil
An immutable class representing the empty priority queue.
PriorityQueues.SynchronizedPriorityQueue<K> - Class in it.unimi.dsi.fastutil
A synchronized wrapper class for priority queues.
push(int) - Method in interface it.unimi.dsi.fastutil.ints.IntStack
Pushes the given object on the stack.
push(Integer) - Method in interface it.unimi.dsi.fastutil.ints.IntStack
Deprecated.
Please use the corresponding type-specific method instead.
push(K) - Method in interface it.unimi.dsi.fastutil.Stack
Pushes the given object on the stack.
put(boolean, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Adds a pair to the map (optional operation).
put(Boolean, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, byte) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Adds a pair to the map (optional operation).
put(Boolean, Byte) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, char) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Adds a pair to the map (optional operation).
put(Boolean, Character) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, double) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Adds a pair to the map (optional operation).
put(Boolean, Double) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, float) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Adds a pair to the map (optional operation).
put(Boolean, Float) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, int) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Adds a pair to the map (optional operation).
put(Boolean, Integer) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, long) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Adds a pair to the map (optional operation).
put(Boolean, Long) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Adds a pair to the map (optional operation).
put(Boolean, V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Adds a pair to the map (optional operation).
put(Boolean, V) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(boolean, short) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Adds a pair to the map (optional operation).
put(Boolean, Short) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, boolean) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Adds a pair to the map (optional operation).
put(Byte, Boolean) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Adds a pair to the map (optional operation).
put(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, char) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Adds a pair to the map (optional operation).
put(Byte, Character) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Adds a pair to the map (optional operation).
put(Byte, Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Adds a pair to the map (optional operation).
put(Byte, Float) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Adds a pair to the map (optional operation).
put(Byte, Integer) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Adds a pair to the map (optional operation).
put(Byte, Long) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Adds a pair to the map (optional operation).
put(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Adds a pair to the map (optional operation).
put(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Adds a pair to the map (optional operation).
put(Byte, Short) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, boolean) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Adds a pair to the map (optional operation).
put(Character, Boolean) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Adds a pair to the map (optional operation).
put(Character, Byte) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Adds a pair to the map (optional operation).
put(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Adds a pair to the map (optional operation).
put(Character, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Adds a pair to the map (optional operation).
put(Character, Float) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Adds a pair to the map (optional operation).
put(Character, Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Adds a pair to the map (optional operation).
put(Character, Long) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Adds a pair to the map (optional operation).
put(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Adds a pair to the map (optional operation).
put(Character, V) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Adds a pair to the map (optional operation).
put(Character, Short) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, boolean) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Adds a pair to the map (optional operation).
put(Double, Boolean) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Adds a pair to the map (optional operation).
put(Double, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, char) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Adds a pair to the map (optional operation).
put(Double, Character) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Adds a pair to the map (optional operation).
put(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, float) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Adds a pair to the map (optional operation).
put(Double, Float) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, int) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Adds a pair to the map (optional operation).
put(Double, Integer) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, long) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Adds a pair to the map (optional operation).
put(Double, Long) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Adds a pair to the map (optional operation).
put(Double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Adds a pair to the map (optional operation).
put(Double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, short) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Adds a pair to the map (optional operation).
put(Double, Short) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Adds a pair to the map (optional operation).
put(Float, Boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Adds a pair to the map (optional operation).
put(Float, Byte) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, char) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Adds a pair to the map (optional operation).
put(Float, Character) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Adds a pair to the map (optional operation).
put(Float, Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Adds a pair to the map (optional operation).
put(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, int) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Adds a pair to the map (optional operation).
put(Float, Integer) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, long) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Adds a pair to the map (optional operation).
put(Float, Long) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Adds a pair to the map (optional operation).
put(Float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Adds a pair to the map (optional operation).
put(Float, V) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Adds a pair to the map (optional operation).
put(Float, Short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, V) - Method in interface it.unimi.dsi.fastutil.Function
Associates the specified value with the specified key in this function (optional operation).
put(int, boolean) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Adds a pair to the map (optional operation).
put(Integer, Boolean) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Adds a pair to the map (optional operation).
put(Integer, Byte) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, char) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Adds a pair to the map (optional operation).
put(Integer, Character) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, double) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Adds a pair to the map (optional operation).
put(Integer, Double) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Adds a pair to the map (optional operation).
put(Integer, Float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Adds a pair to the map (optional operation).
put(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Adds a pair to the map (optional operation).
put(Integer, Long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Adds a pair to the map (optional operation).
put(Integer, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Adds a pair to the map (optional operation).
put(Integer, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, short) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Adds a pair to the map (optional operation).
put(Integer, Short) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, boolean) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Adds a pair to the map (optional operation).
put(Long, Boolean) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Adds a pair to the map (optional operation).
put(Long, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, char) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Adds a pair to the map (optional operation).
put(Long, Character) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Adds a pair to the map (optional operation).
put(Long, Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Adds a pair to the map (optional operation).
put(Long, Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Adds a pair to the map (optional operation).
put(Long, Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Adds a pair to the map (optional operation).
put(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Adds a pair to the map (optional operation).
put(Long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Adds a pair to the map (optional operation).
put(Long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Adds a pair to the map (optional operation).
put(Long, Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Adds a pair to the map (optional operation).
put(K, Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Adds a pair to the map (optional operation).
put(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, char) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Adds a pair to the map (optional operation).
put(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, double) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Adds a pair to the map (optional operation).
put(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, float) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Adds a pair to the map (optional operation).
put(K, Float) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Adds a pair to the map (optional operation).
put(K, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Adds a pair to the map (optional operation).
put(K, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
Adds a pair to the map (optional operation).
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
Adds a pair to the map (optional operation).
put(K, short) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Adds a pair to the map (optional operation).
put(K, Short) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Adds a pair to the map (optional operation).
put(K, Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Adds a pair to the map (optional operation).
put(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, char) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Adds a pair to the map (optional operation).
put(K, Character) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Adds a pair to the map (optional operation).
put(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Adds a pair to the map (optional operation).
put(K, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, int) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Adds a pair to the map (optional operation).
put(K, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Adds a pair to the map (optional operation).
put(K, Long) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
Adds a pair to the map (optional operation).
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Adds a pair to the map (optional operation).
put(K, short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Adds a pair to the map (optional operation).
put(K, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, boolean) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Adds a pair to the map (optional operation).
put(Short, Boolean) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Adds a pair to the map (optional operation).
put(Short, Byte) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Adds a pair to the map (optional operation).
put(Short, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, double) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Adds a pair to the map (optional operation).
put(Short, Double) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Adds a pair to the map (optional operation).
put(Short, Float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Adds a pair to the map (optional operation).
put(Short, Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Adds a pair to the map (optional operation).
put(Short, Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Adds a pair to the map (optional operation).
put(Short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Adds a pair to the map (optional operation).
put(Short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Adds a pair to the map (optional operation).
put(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.

Q

q - Variable in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
q - Variable in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
quickSort(int, int, IntComparator, Swapper) - Static method in class it.unimi.dsi.fastutil.Arrays
Sorts the specified range of elements using the specified swapper and according to the order induced by the specified comparator using parallel quicksort.
quickSort(long, long, LongComparator, BigSwapper) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sorts the specified range of elements using the specified big swapper and according to the order induced by the specified comparator using quicksort.
quickSort(boolean[], int, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(boolean[], BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(boolean[], boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(boolean[], boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(boolean[][], long, long, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(boolean[][], BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(boolean[][]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSort(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(byte[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(byte[], byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(byte[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(byte[][], long, long, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(byte[][], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSort(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(char[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(char[], char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(char[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(char[][], long, long, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(char[][], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSort(double[], int, int, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(double[], DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(double[], double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(double[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(double[][], long, long, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(double[][], DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSort(float[], int, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(float[], FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(float[], float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(float[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(float[][], long, long, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(float[][], FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSort(int[], int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(int[], IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(int[], int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(int[][], long, long, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(int[][], IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSort(long[], int, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(long[], LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(long[], long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(long[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(long[][], long, long, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(long[][], LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSort(K[], int, int, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(K[], Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(K[], K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(K[], K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(K[][], long, long, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(K[][], Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(K[][]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSort(short[], int, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(short[], ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the order induced by the specified comparator using quicksort.
quickSort(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the natural ascending order using quicksort.
quickSort(short[], short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements of two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(short[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts two arrays according to the natural lexicographical ascending order using quicksort.
quickSort(short[][], long, long, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified range of elements according to the order induced by the specified comparator using quicksort.
quickSort(short[][], ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified big array according to the order induced by the specified comparator using quicksort.
quickSort(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified range of elements according to the natural ascending order using quicksort.
quickSort(short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified big array according to the natural ascending order using quicksort.
quickSortIndirect(int[], boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the natural ascending order using indirect quicksort.
quickSortIndirect(int[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the natural ascending order using indirect quicksort.

R

radixSort(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified array using radix sort.
radixSort(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of an array using radix sort.
radixSort(byte[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(byte[], byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements of two arrays using radix sort.
radixSort(byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(byte[][], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified big array using radix sort.
radixSort(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified big array using radix sort.
radixSort(byte[][], byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(byte[][], byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified array using radix sort.
radixSort(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of an array using radix sort.
radixSort(char[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(char[], char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements of two arrays using radix sort.
radixSort(char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(char[][], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified big array using radix sort.
radixSort(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified big array using radix sort.
radixSort(char[][], char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(char[][], char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified array using radix sort.
radixSort(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of an array using radix sort.
radixSort(double[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(double[], double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements of two arrays using radix sort.
radixSort(double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(double[][], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified big array using radix sort.
radixSort(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified big array using radix sort.
radixSort(double[][], double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(double[][], double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified array using radix sort.
radixSort(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of an array using radix sort.
radixSort(float[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(float[], float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements of two arrays using radix sort.
radixSort(float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(float[][], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified big array using radix sort.
radixSort(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified big array using radix sort.
radixSort(float[][], float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(float[][], float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified array using radix sort.
radixSort(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of an array using radix sort.
radixSort(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(int[], int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements of two arrays using radix sort.
radixSort(int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(int[][], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified big array using radix sort.
radixSort(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified big array using radix sort.
radixSort(int[][], int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(int[][], int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified array using radix sort.
radixSort(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of an array using radix sort.
radixSort(long[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(long[], long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements of two arrays using radix sort.
radixSort(long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(long[][], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified big array using radix sort.
radixSort(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified big array using radix sort.
radixSort(long[][], long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(long[][], long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified array using radix sort.
radixSort(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of an array using radix sort.
radixSort(short[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified pair of arrays lexicographically using radix sort.
radixSort(short[], short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements of two arrays using radix sort.
radixSort(short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(short[][], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified array of arrays lexicographically using radix sort.
radixSort(short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified big array using radix sort.
radixSort(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified big array using radix sort.
radixSort(short[][], short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSort(short[][], short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified pair of big arrays lexicographically using radix sort.
radixSortIndirect(int[], byte[], boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], byte[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], byte[], byte[], boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], byte[], byte[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], byte[][], byte[][], boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], byte[][], byte[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], char[], boolean) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], char[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], char[], char[], boolean) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], char[], char[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], char[][], char[][], boolean) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], char[][], char[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], double[], boolean) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], double[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], double[], double[], boolean) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], double[], double[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], double[][], double[][], boolean) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], double[][], double[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], float[], boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], float[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], float[], float[], boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], float[], float[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], float[][], float[][], boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], float[][], float[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], int[], boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], int[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], int[], int[], boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], int[], int[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], int[][], int[][], boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], int[][], int[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], long[], boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], long[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], long[], long[], boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], long[], long[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], long[][], long[][], boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], long[][], long[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], short[], boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], short[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified array using indirect radix sort.
radixSortIndirect(int[], short[], short[], boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(int[], short[], short[], int, int, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], short[][], short[][], boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
radixSortIndirect(long[][], short[][], short[][], long, long, boolean) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Sorts the specified pair of arrays lexicographically using indirect radix sort.
Reference2BooleanFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ByteFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2CharFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2DoubleFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2FloatFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2IntFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2LongFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ObjectFunction<K,V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ReferenceFunction<K,V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ShortFunction<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
remove(long) - Method in interface it.unimi.dsi.fastutil.BigList
Removes the element at the specified position.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.Boolean2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.Function
Removes this key and the associated value from this function if it is present (optional operation).
remove(int) - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Removes the specified element from this queue (optional operation).
remove(int) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
remove(int) - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ByteFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2DoubleFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ReferenceFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Removes the mapping with the given key (optional operation).
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ShortFunction
Deprecated.
Please use the corresponding type-specific method instead.
removeBoolean(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
Removes the mapping with the given key (optional operation).
removeBoolean(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
Removes the mapping with the given key (optional operation).
removeByte(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteFunction
Removes the mapping with the given key (optional operation).
removeByte(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteFunction
Removes the mapping with the given key (optional operation).
removeChar(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2CharFunction
Removes the mapping with the given key (optional operation).
removeChar(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2CharFunction
Removes the mapping with the given key (optional operation).
REMOVED - Static variable in interface it.unimi.dsi.fastutil.Hash
Deprecated.
removeDouble(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2DoubleFunction
Removes the mapping with the given key (optional operation).
removeDouble(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleFunction
Removes the mapping with the given key (optional operation).
removeFloat(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2FloatFunction
Removes the mapping with the given key (optional operation).
removeFloat(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatFunction
Removes the mapping with the given key (optional operation).
removeInt(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntFunction
Removes the mapping with the given key (optional operation).
removeInt(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2IntFunction
Removes the mapping with the given key (optional operation).
removeLong(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongFunction
Removes the mapping with the given key (optional operation).
removeLong(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2LongFunction
Removes the mapping with the given key (optional operation).
removeShort(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ShortFunction
Removes the mapping with the given key (optional operation).
removeShort(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortFunction
Removes the mapping with the given key (optional operation).
reverse(byte[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(int[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(long[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(double[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(boolean[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(short[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(char[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(float[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(K[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Reverses the order of the elements in the specified big array.
reverse(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Reverses the order of the elements in the specified array.
reverse(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Reverses the order of the elements in the specified array fragment.
reverse(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Reverses the order of the elements in the specified array.
reverse(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Reverses the order of the elements in the specified array fragment.
reverse(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Reverses the order of the elements in the specified array.
reverse(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Reverses the order of the elements in the specified array fragment.
reverse(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Reverses the order of the elements in the specified array.
reverse(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Reverses the order of the elements in the specified array fragment.
reverse(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Reverses the order of the elements in the specified array.
reverse(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Reverses the order of the elements in the specified array fragment.
reverse(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Reverses the order of the elements in the specified array.
reverse(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Reverses the order of the elements in the specified array fragment.
reverse(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Reverses the order of the elements in the specified array.
reverse(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Reverses the order of the elements in the specified array fragment.
reverse(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Reverses the order of the elements in the specified array.
reverse(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Reverses the order of the elements in the specified array fragment.
reverse(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Reverses the order of the elements in the specified array.
reverse(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Reverses the order of the elements in the specified array fragment.
reversed() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.booleans.BooleanComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.booleans.BooleanComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.booleans.BooleanComparators.OppositeImplicitComparator
 
reversed() - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.bytes.ByteComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.bytes.ByteComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.bytes.ByteComparators.OppositeImplicitComparator
 
reversed() - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.chars.CharComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.chars.CharComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.chars.CharComparators.OppositeImplicitComparator
 
reversed() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.doubles.DoubleComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.doubles.DoubleComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.doubles.DoubleComparators.OppositeImplicitComparator
 
reversed() - Method in interface it.unimi.dsi.fastutil.floats.FloatComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.floats.FloatComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.floats.FloatComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.floats.FloatComparators.OppositeImplicitComparator
 
reversed() - Method in interface it.unimi.dsi.fastutil.ints.IntComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.ints.IntComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.ints.IntComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.ints.IntComparators.OppositeImplicitComparator
 
reversed() - Method in interface it.unimi.dsi.fastutil.longs.LongComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.longs.LongComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.longs.LongComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.longs.LongComparators.OppositeImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.objects.ObjectComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.objects.ObjectComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.objects.ObjectComparators.OppositeImplicitComparator
 
reversed() - Method in interface it.unimi.dsi.fastutil.shorts.ShortComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.shorts.ShortComparators.NaturalImplicitComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.shorts.ShortComparators.OppositeComparator
 
reversed() - Method in class it.unimi.dsi.fastutil.shorts.ShortComparators.OppositeImplicitComparator
 
right - Variable in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.Pair
Returns the right element of this pair.
right(R) - Method in interface it.unimi.dsi.fastutil.Pair
Sets the right element of this pair (optional operation).

S

safeDoubleToFloat(double) - Static method in class it.unimi.dsi.fastutil.SafeMath
 
safeIntToByte(int) - Static method in class it.unimi.dsi.fastutil.SafeMath
 
safeIntToChar(int) - Static method in class it.unimi.dsi.fastutil.SafeMath
 
safeIntToShort(int) - Static method in class it.unimi.dsi.fastutil.SafeMath
 
safeLongToByte(long) - Static method in class it.unimi.dsi.fastutil.SafeMath
 
safeLongToChar(long) - Static method in class it.unimi.dsi.fastutil.SafeMath
 
safeLongToInt(long) - Static method in class it.unimi.dsi.fastutil.SafeMath
 
safeLongToShort(long) - Static method in class it.unimi.dsi.fastutil.SafeMath
 
SafeMath - Class in it.unimi.dsi.fastutil
Static utility method for safe conversions between primitive types.
second() - Method in interface it.unimi.dsi.fastutil.Pair
Returns the right element of this pair.
second(R) - Method in interface it.unimi.dsi.fastutil.Pair
Sets the right element of this pair (optional operation).
segment(long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Computes the segment associated with a given index.
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.bytes.ByteArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.chars.CharArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.doubles.DoubleArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.ints.IntArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.longs.LongArrays.Segment
 
Segment(int, int, int) - Constructor for class it.unimi.dsi.fastutil.shorts.ShortArrays.Segment
 
SEGMENT_MASK - Static variable in class it.unimi.dsi.fastutil.BigArrays
The mask used to compute the displacement associated to an index.
SEGMENT_SHIFT - Static variable in class it.unimi.dsi.fastutil.BigArrays
The shift used to compute the segment associated with an index (equivalently, the logarithm of the segment size).
SEGMENT_SIZE - Static variable in class it.unimi.dsi.fastutil.BigArrays
The current size of a segment (227) is the largest size that makes the physical memory allocation for a single segment strictly smaller than 231 bytes.
serialVersionUID - Static variable in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
serialVersionUID - Static variable in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
set(byte[][], long, byte) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(int[][], long, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(AtomicIntegerArray[], long, int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets an element of the given big atomic array to a specified value
set(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(AtomicLongArray[], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets an element of the given big atomic array to a specified value
set(double[][], long, double) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(boolean[][], long, boolean) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(short[][], long, short) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(char[][], long, char) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(float[][], long, float) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(K[][], long, K) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the element of the given big array of specified index.
set(long, K) - Method in interface it.unimi.dsi.fastutil.BigList
Replaces the element at the specified position in this big list with the specified element (optional operation).
set(K) - Method in interface it.unimi.dsi.fastutil.BigListIterator
Replaces the last element returned by Iterator.next() or BidirectionalIterator.previous() with the specified element (optional operation).
set(boolean[][], long, boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
set(byte[][], long, byte) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
set(char[][], long, char) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
set(double[][], long, double) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
set(float[][], long, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
set(int[][], long, int) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
set(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
set(K[][], long, K) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
set(short[][], long, short) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(byte[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(int[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(long[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(double[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(short[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(char[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(float[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(K[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Sets the length of the given big array.
setLength(boolean[], int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sets the length of the given array.
setLength(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(byte[], int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sets the length of the given array.
setLength(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(char[], int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sets the length of the given array.
setLength(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(double[], int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sets the length of the given array.
setLength(double[][], long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(float[], int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sets the length of the given array.
setLength(float[][], long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(int[], int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sets the length of the given array.
setLength(int[][], long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(long[], int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sets the length of the given array.
setLength(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(K[], int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sets the length of the given array.
setLength(K[][], long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
setLength(short[], int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sets the length of the given array.
setLength(short[][], long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
Short2BooleanFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ByteFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2CharFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2DoubleFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2FloatFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2IntFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2LongFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ObjectFunction<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ReferenceFunction<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ShortFunction - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Function; provides some additional methods that use polymorphism to avoid (un)boxing.
ShortArrays - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific arrays.
ShortArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.shorts
 
ShortArrays.ForkJoinQuickSort2 - Class in it.unimi.dsi.fastutil.shorts
 
ShortArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.shorts
 
ShortArrays.ForkJoinQuickSortIndirect - Class in it.unimi.dsi.fastutil.shorts
 
ShortArrays.Segment - Class in it.unimi.dsi.fastutil.shorts
 
ShortBigArrays - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with big arrays.
ShortBigArrays.ForkJoinQuickSort - Class in it.unimi.dsi.fastutil.shorts
 
ShortBigArrays.ForkJoinQuickSortComp - Class in it.unimi.dsi.fastutil.shorts
 
ShortComparator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Comparator; provides methods to compare two primitive types both as objects and as primitive types.
ShortComparators - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with comparators.
ShortComparators.NaturalImplicitComparator - Class in it.unimi.dsi.fastutil.shorts
A type-specific comparator mimicking the natural order.
ShortComparators.OppositeComparator - Class in it.unimi.dsi.fastutil.shorts
 
ShortComparators.OppositeImplicitComparator - Class in it.unimi.dsi.fastutil.shorts
A type-specific comparator mimicking the opposite of the natural order.
ShortConsumer - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Consumer; provides methods to consume a primitive type both as object and as primitive.
ShortIterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements.
ShortSpliterator - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Spliterator; provides an additional methods to avoid (un)boxing, and the possibility to skip elements.
shuffle(byte[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(byte[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(int[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(int[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(long[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(long[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(double[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(double[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(boolean[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(boolean[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(short[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(short[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(char[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(char[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(float[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(float[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(K[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(K[][], Random) - Static method in class it.unimi.dsi.fastutil.BigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(boolean[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(boolean[], Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(boolean[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(boolean[][], Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(byte[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(byte[], Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(byte[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(byte[][], Random) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(char[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(char[], Random) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(char[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(char[][], Random) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(double[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(double[], Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(double[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(double[][], Random) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(float[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(float[], Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(float[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(float[][], Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(int[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(int[], Random) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(int[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(int[][], Random) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(long[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(long[], Random) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(long[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(long[][], Random) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(K[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(K[], Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(K[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(K[][], Random) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
shuffle(short[], int, int, Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Shuffles the specified array fragment using the specified pseudorandom number generator.
shuffle(short[], Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Shuffles the specified array using the specified pseudorandom number generator.
shuffle(short[][], long, long, Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Shuffles the specified big array fragment using the specified pseudorandom number generator.
shuffle(short[][], Random) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Shuffles the specified big array using the specified pseudorandom number generator.
size(long) - Method in interface it.unimi.dsi.fastutil.BigList
Sets the size of this big list.
size() - Method in interface it.unimi.dsi.fastutil.BigList
Deprecated.
Use Size64.size64() instead.
size() - Method in interface it.unimi.dsi.fastutil.Function
Returns the intended number of keys in this function, or -1 if no such number exists.
size() - Method in interface it.unimi.dsi.fastutil.IndirectPriorityQueue
Returns the number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.EmptyIndirectPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
size() - Method in interface it.unimi.dsi.fastutil.PriorityQueue
Returns the number of elements in this queue.
size() - Method in class it.unimi.dsi.fastutil.PriorityQueues.EmptyPriorityQueue
 
size() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
size() - Method in interface it.unimi.dsi.fastutil.Size64
Deprecated.
Use Size64.size64() instead.
Size64 - Interface in it.unimi.dsi.fastutil
An interface for data structures whose size can exceed Integer.MAX_VALUE.
size64() - Method in interface it.unimi.dsi.fastutil.Size64
Returns the size of this data structure as a long.
sizeOf(Collection<?>) - Static method in interface it.unimi.dsi.fastutil.Size64
Returns the size for a given Collection as a long, using Size64.size64() if applicable, else using Collection.size().
sizeOf(Map<?, ?>) - Static method in interface it.unimi.dsi.fastutil.Size64
Returns the size for a given Map as a long, using Size64.size64() if applicable, else using Map.size().
skip(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanSpliterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.bytes.ByteIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSpliterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.chars.CharIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.chars.CharSpliterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSpliterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.floats.FloatSpliterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.ints.IntIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.ints.IntSpliterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.longs.LongIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.longs.LongSpliterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.objects.ObjectIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.objects.ObjectSpliterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.shorts.ShortIterator
Skips the given number of elements.
skip(long) - Method in interface it.unimi.dsi.fastutil.shorts.ShortSpliterator
Skips the given number of elements.
SortedPair<K extends java.lang.Comparable<K>> - Interface in it.unimi.dsi.fastutil
A pair of sorted elements.
stabilize(int[], boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Stabilizes a permutation.
stabilize(int[], boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Stabilizes a permutation.
stabilize(int[], byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Stabilizes a permutation.
stabilize(int[], byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Stabilizes a permutation.
stabilize(int[], char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Stabilizes a permutation.
stabilize(int[], char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Stabilizes a permutation.
stabilize(int[], double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Stabilizes a permutation.
stabilize(int[], double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Stabilizes a permutation.
stabilize(int[], float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Stabilizes a permutation.
stabilize(int[], float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Stabilizes a permutation.
stabilize(int[], int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Stabilizes a permutation.
stabilize(int[], int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Stabilizes a permutation.
stabilize(int[], long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Stabilizes a permutation.
stabilize(int[], long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Stabilizes a permutation.
stabilize(int[], K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Stabilizes a permutation.
stabilize(int[], K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Stabilizes a permutation.
stabilize(int[], short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Stabilizes a permutation.
stabilize(int[], short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Stabilizes a permutation.
stableSort(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(boolean[], int, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(boolean[], BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(byte[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(char[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(double[], int, int, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(double[], DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(float[], int, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(float[], FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(int[], int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(int[], IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(long[], int, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(long[], LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(K[], int, int, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(K[], Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(short[], int, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
stableSort(short[], ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
Stack<K> - Interface in it.unimi.dsi.fastutil
A stack.
start(int) - Static method in class it.unimi.dsi.fastutil.BigArrays
Computes the starting index of a given segment.
subList(long, long) - Method in interface it.unimi.dsi.fastutil.BigList
Returns a big sublist view of this big list.
swap(Swapper, int, int, int) - Static method in class it.unimi.dsi.fastutil.Arrays
Swaps two sequences of elements using a provided swapper.
swap(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Swaps the element of the given big array of specified indices.
swap(long, long) - Method in interface it.unimi.dsi.fastutil.BigSwapper
Swaps the data at the given positions.
swap(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Swaps two elements of an anrray.
swap(boolean[], int, int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Swaps two sequences of elements of an array.
swap(boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
swap(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Swaps two elements of an anrray.
swap(byte[], int, int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Swaps two sequences of elements of an array.
swap(byte[][], long, long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
swap(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Swaps two elements of an anrray.
swap(char[], int, int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Swaps two sequences of elements of an array.
swap(char[][], long, long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
swap(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Swaps two elements of an anrray.
swap(double[], int, int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Swaps two sequences of elements of an array.
swap(double[][], long, long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
swap(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Swaps two elements of an anrray.
swap(float[], int, int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Swaps two sequences of elements of an array.
swap(float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
swap(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Swaps two elements of an anrray.
swap(int[], int, int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Swaps two sequences of elements of an array.
swap(int[][], long, long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
swap(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Swaps two elements of an anrray.
swap(long[], int, int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Swaps two sequences of elements of an array.
swap(long[][], long, long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
swap(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Swaps two elements of an anrray.
swap(K[], int, int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Swaps two sequences of elements of an array.
swap(K[][], long, long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
swap(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Swaps two elements of an anrray.
swap(short[], int, int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Swaps two sequences of elements of an array.
swap(short[][], long, long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
swap(int, int) - Method in interface it.unimi.dsi.fastutil.Swapper
Swaps the data at the given positions.
Swapper - Interface in it.unimi.dsi.fastutil
An object that can swap elements whose position is specified by integers.
sync - Variable in class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
sync - Variable in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
synchronize(IndirectPriorityQueue<K>) - Static method in class it.unimi.dsi.fastutil.IndirectPriorityQueues
Returns a synchronized type-specific indirect priority queue backed by the specified type-specific indirect priority queue.
synchronize(IndirectPriorityQueue<K>, Object) - Static method in class it.unimi.dsi.fastutil.IndirectPriorityQueues
Returns a synchronized type-specific indirect priority queue backed by the specified type-specific indirect priority queue, using an assigned object to synchronize.
synchronize(PriorityQueue<K>) - Static method in class it.unimi.dsi.fastutil.PriorityQueues
Returns a synchronized priority queue backed by the specified priority queue.
synchronize(PriorityQueue<K>, Object) - Static method in class it.unimi.dsi.fastutil.PriorityQueues
Returns a synchronized priority queue backed by the specified priority queue, using an assigned object to synchronize.
SynchronizedIndirectPriorityQueue(IndirectPriorityQueue<K>, Object) - Constructor for class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
SynchronizedIndirectPriorityQueue(IndirectPriorityQueue<K>) - Constructor for class it.unimi.dsi.fastutil.IndirectPriorityQueues.SynchronizedIndirectPriorityQueue
 
SynchronizedPriorityQueue(PriorityQueue<K>, Object) - Constructor for class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
SynchronizedPriorityQueue(PriorityQueue<K>) - Constructor for class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 

T

test(int) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2BooleanFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
test(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2BooleanFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
test(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2BooleanFunction
test(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
test(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2BooleanFunction
test(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2BooleanFunction
test(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanFunction
test(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanFunction
test(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2BooleanFunction
Deprecated.
Please use primitive types which do not have to be widened as keys.
thenComparing(BooleanComparator) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanComparator
 
thenComparing(ByteComparator) - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteComparator
 
thenComparing(CharComparator) - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharComparator
 
thenComparing(DoubleComparator) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Double>) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleComparator
 
thenComparing(FloatComparator) - Method in interface it.unimi.dsi.fastutil.floats.FloatComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatComparator
 
thenComparing(IntComparator) - Method in interface it.unimi.dsi.fastutil.ints.IntComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntComparator
 
thenComparing(LongComparator) - Method in interface it.unimi.dsi.fastutil.longs.LongComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongComparator
 
thenComparing(ShortComparator) - Method in interface it.unimi.dsi.fastutil.shorts.ShortComparator
Return a new comparator that first uses this comparator, then uses the second comparator if this comparator compared the two elements as equal.
thenComparing(Comparator<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortComparator
 
top() - Method in interface it.unimi.dsi.fastutil.ints.IntStack
Deprecated.
Please use the corresponding type-specific method instead.
top() - Method in interface it.unimi.dsi.fastutil.Stack
Peeks at the top of the stack (optional operation).
topInt() - Method in interface it.unimi.dsi.fastutil.ints.IntStack
Peeks at the top of the stack (optional operation).
toString(byte[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(int[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(long[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(double[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(boolean[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(short[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(char[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(float[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(K[][]) - Static method in class it.unimi.dsi.fastutil.BigArrays
 
toString(boolean[][]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
toString() - Method in class it.unimi.dsi.fastutil.bytes.ByteArrays.Segment
 
toString(byte[][]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
toString() - Method in class it.unimi.dsi.fastutil.chars.CharArrays.Segment
 
toString(char[][]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
toString() - Method in class it.unimi.dsi.fastutil.doubles.DoubleArrays.Segment
 
toString(double[][]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatArrays.Segment
 
toString(float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
toString() - Method in class it.unimi.dsi.fastutil.ints.IntArrays.Segment
 
toString(int[][]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
toString() - Method in class it.unimi.dsi.fastutil.longs.LongArrays.Segment
 
toString(long[][]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
toString(K[][]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.objects.ObjectObjectImmutableSortedPair
Returns a string representation of this sorted pair in the form {l,r}.
toString() - Method in class it.unimi.dsi.fastutil.PriorityQueues.SynchronizedPriorityQueue
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.ShortArrays.Segment
 
toString(short[][]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
trim(byte[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(int[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(long[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(double[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(short[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(char[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(float[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(K[][], long) - Static method in class it.unimi.dsi.fastutil.BigArrays
Trims the given big array to the given length.
trim(boolean[], int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Trims the given array to the given length.
trim(boolean[][], long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
trim(byte[], int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Trims the given array to the given length.
trim(byte[][], long) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
trim(char[], int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Trims the given array to the given length.
trim(char[][], long) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
trim(double[], int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Trims the given array to the given length.
trim(double[][], long) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
trim(float[], int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Trims the given array to the given length.
trim(float[][], long) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
trim(int[], int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Trims the given array to the given length.
trim(int[][], long) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
trim(long[], int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Trims the given array to the given length.
trim(long[][], long) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
trim(K[], int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Trims the given array to the given length.
trim(K[][], long) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
trim(short[], int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Trims the given array to the given length.
trim(short[][], long) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
tryAdvance(Consumer<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
tryAdvance(Consumer<? super Byte>) - Method in interface it.unimi.dsi.fastutil.bytes.ByteSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
tryAdvance(Consumer<? super Character>) - Method in interface it.unimi.dsi.fastutil.chars.CharSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
tryAdvance(Consumer<? super Double>) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
tryAdvance(DoubleConsumer) - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSpliterator
Attempts to perform the action on the next element, or do nothing but return false if there are no remaining elements.
tryAdvance(Consumer<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
tryAdvance(Consumer<? super Integer>) - Method in interface it.unimi.dsi.fastutil.ints.IntSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
tryAdvance(IntConsumer) - Method in interface it.unimi.dsi.fastutil.ints.IntSpliterator
Attempts to perform the action on the next element, or do nothing but return false if there are no remaining elements.
tryAdvance(Consumer<? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.LongSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
tryAdvance(LongConsumer) - Method in interface it.unimi.dsi.fastutil.longs.LongSpliterator
Attempts to perform the action on the next element, or do nothing but return false if there are no remaining elements.
tryAdvance(Consumer<? super Short>) - Method in interface it.unimi.dsi.fastutil.shorts.ShortSpliterator
Deprecated.
Please use the corresponding type-specific method instead.
trySplit() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanSpliterator
trySplit() - Method in interface it.unimi.dsi.fastutil.bytes.ByteSpliterator
trySplit() - Method in interface it.unimi.dsi.fastutil.chars.CharSpliterator
trySplit() - Method in interface it.unimi.dsi.fastutil.doubles.DoubleSpliterator
trySplit() - Method in interface it.unimi.dsi.fastutil.floats.FloatSpliterator
trySplit() - Method in interface it.unimi.dsi.fastutil.ints.IntSpliterator
trySplit() - Method in interface it.unimi.dsi.fastutil.longs.LongSpliterator
trySplit() - Method in interface it.unimi.dsi.fastutil.objects.ObjectSpliterator
trySplit() - Method in interface it.unimi.dsi.fastutil.shorts.ShortSpliterator

U

unstableSort(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(boolean[], int, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(boolean[], BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(byte[], int, int, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(byte[], ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.ByteArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(char[], int, int) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(char[], int, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(char[], CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.CharArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(double[], int, int) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(double[], int, int, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(double[], DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(float[], int, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(float[], FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(int[], int, int) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(int[], int, int, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(int[], IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.IntArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(long[], int, int) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(long[], int, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(long[], LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.LongArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(K[], int, int) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(K[], int, int, Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(K[], Comparator<K>) - Static method in class it.unimi.dsi.fastutil.objects.ObjectArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(short[], int, int) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the natural ascending order, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the natural ascending order potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(short[], int, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts the specified range of elements according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.
unstableSort(short[], ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.ShortArrays
Sorts an array according to the order induced by the specified comparator, potentially dynamically choosing an appropriate algorithm given the type and size of the array.

V

value(R) - Method in interface it.unimi.dsi.fastutil.Pair
Sets the right element of this pair (optional operation).
value() - Method in interface it.unimi.dsi.fastutil.Pair
Returns the right element of this pair.
VERY_FAST_LOAD_FACTOR - Static variable in interface it.unimi.dsi.fastutil.Hash
The load factor for a (usually very small) table that is meant to be extremely fast.

W

wrap(byte[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(int[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(long[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(double[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(boolean[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(short[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(char[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(float[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(K[]) - Static method in class it.unimi.dsi.fastutil.BigArrays
Turns a standard array into a big array.
wrap(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigArrays
Deprecated.
Please use the version in BigArrays.
wrap(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.ByteBigArrays
Deprecated.
Please use the version in BigArrays.
wrap(char[]) - Static method in class it.unimi.dsi.fastutil.chars.CharBigArrays
Deprecated.
Please use the version in BigArrays.
wrap(double[]) - Static method in class it.unimi.dsi.fastutil.doubles.DoubleBigArrays
Deprecated.
Please use the version in BigArrays.
wrap(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatBigArrays
Deprecated.
Please use the version in BigArrays.
wrap(int[]) - Static method in class it.unimi.dsi.fastutil.ints.IntBigArrays
Deprecated.
Please use the version in BigArrays.
wrap(long[]) - Static method in class it.unimi.dsi.fastutil.longs.LongBigArrays
Deprecated.
Please use the version in BigArrays.
wrap(K[]) - Static method in class it.unimi.dsi.fastutil.objects.ObjectBigArrays
Deprecated.
Please use the version in BigArrays.
wrap(short[]) - Static method in class it.unimi.dsi.fastutil.shorts.ShortBigArrays
Deprecated.
Please use the version in BigArrays.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links