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

A

accept(byte, byte) - Method in interface com.koloboke.function.ByteByteConsumer
Performs this operation on the given arguments.
accept(byte, char) - Method in interface com.koloboke.function.ByteCharConsumer
Performs this operation on the given arguments.
accept(byte) - Method in interface com.koloboke.function.ByteConsumer
Performs this operation on the given argument.
accept(byte, double) - Method in interface com.koloboke.function.ByteDoubleConsumer
Performs this operation on the given arguments.
accept(byte, float) - Method in interface com.koloboke.function.ByteFloatConsumer
Performs this operation on the given arguments.
accept(byte, int) - Method in interface com.koloboke.function.ByteIntConsumer
Performs this operation on the given arguments.
accept(byte, long) - Method in interface com.koloboke.function.ByteLongConsumer
Performs this operation on the given arguments.
accept(byte, U) - Method in interface com.koloboke.function.ByteObjConsumer
Performs this operation on the given arguments.
accept(byte, short) - Method in interface com.koloboke.function.ByteShortConsumer
Performs this operation on the given arguments.
accept(char, byte) - Method in interface com.koloboke.function.CharByteConsumer
Performs this operation on the given arguments.
accept(char, char) - Method in interface com.koloboke.function.CharCharConsumer
Performs this operation on the given arguments.
accept(char) - Method in interface com.koloboke.function.CharConsumer
Performs this operation on the given argument.
accept(char, double) - Method in interface com.koloboke.function.CharDoubleConsumer
Performs this operation on the given arguments.
accept(char, float) - Method in interface com.koloboke.function.CharFloatConsumer
Performs this operation on the given arguments.
accept(char, int) - Method in interface com.koloboke.function.CharIntConsumer
Performs this operation on the given arguments.
accept(char, long) - Method in interface com.koloboke.function.CharLongConsumer
Performs this operation on the given arguments.
accept(char, U) - Method in interface com.koloboke.function.CharObjConsumer
Performs this operation on the given arguments.
accept(char, short) - Method in interface com.koloboke.function.CharShortConsumer
Performs this operation on the given arguments.
accept(double, byte) - Method in interface com.koloboke.function.DoubleByteConsumer
Performs this operation on the given arguments.
accept(double, char) - Method in interface com.koloboke.function.DoubleCharConsumer
Performs this operation on the given arguments.
accept(double, double) - Method in interface com.koloboke.function.DoubleDoubleConsumer
Performs this operation on the given arguments.
accept(double, float) - Method in interface com.koloboke.function.DoubleFloatConsumer
Performs this operation on the given arguments.
accept(double, int) - Method in interface com.koloboke.function.DoubleIntConsumer
Performs this operation on the given arguments.
accept(double, long) - Method in interface com.koloboke.function.DoubleLongConsumer
Performs this operation on the given arguments.
accept(double, U) - Method in interface com.koloboke.function.DoubleObjConsumer
Performs this operation on the given arguments.
accept(double, short) - Method in interface com.koloboke.function.DoubleShortConsumer
Performs this operation on the given arguments.
accept(float, byte) - Method in interface com.koloboke.function.FloatByteConsumer
Performs this operation on the given arguments.
accept(float, char) - Method in interface com.koloboke.function.FloatCharConsumer
Performs this operation on the given arguments.
accept(float) - Method in interface com.koloboke.function.FloatConsumer
Performs this operation on the given argument.
accept(float, double) - Method in interface com.koloboke.function.FloatDoubleConsumer
Performs this operation on the given arguments.
accept(float, float) - Method in interface com.koloboke.function.FloatFloatConsumer
Performs this operation on the given arguments.
accept(float, int) - Method in interface com.koloboke.function.FloatIntConsumer
Performs this operation on the given arguments.
accept(float, long) - Method in interface com.koloboke.function.FloatLongConsumer
Performs this operation on the given arguments.
accept(float, U) - Method in interface com.koloboke.function.FloatObjConsumer
Performs this operation on the given arguments.
accept(float, short) - Method in interface com.koloboke.function.FloatShortConsumer
Performs this operation on the given arguments.
accept(int, byte) - Method in interface com.koloboke.function.IntByteConsumer
Performs this operation on the given arguments.
accept(int, char) - Method in interface com.koloboke.function.IntCharConsumer
Performs this operation on the given arguments.
accept(int, double) - Method in interface com.koloboke.function.IntDoubleConsumer
Performs this operation on the given arguments.
accept(int, float) - Method in interface com.koloboke.function.IntFloatConsumer
Performs this operation on the given arguments.
accept(int, int) - Method in interface com.koloboke.function.IntIntConsumer
Performs this operation on the given arguments.
accept(int, long) - Method in interface com.koloboke.function.IntLongConsumer
Performs this operation on the given arguments.
accept(int, U) - Method in interface com.koloboke.function.IntObjConsumer
Performs this operation on the given arguments.
accept(int, short) - Method in interface com.koloboke.function.IntShortConsumer
Performs this operation on the given arguments.
accept(long, byte) - Method in interface com.koloboke.function.LongByteConsumer
Performs this operation on the given arguments.
accept(long, char) - Method in interface com.koloboke.function.LongCharConsumer
Performs this operation on the given arguments.
accept(long, double) - Method in interface com.koloboke.function.LongDoubleConsumer
Performs this operation on the given arguments.
accept(long, float) - Method in interface com.koloboke.function.LongFloatConsumer
Performs this operation on the given arguments.
accept(long, int) - Method in interface com.koloboke.function.LongIntConsumer
Performs this operation on the given arguments.
accept(long, long) - Method in interface com.koloboke.function.LongLongConsumer
Performs this operation on the given arguments.
accept(long, U) - Method in interface com.koloboke.function.LongObjConsumer
Performs this operation on the given arguments.
accept(long, short) - Method in interface com.koloboke.function.LongShortConsumer
Performs this operation on the given arguments.
accept(T, byte) - Method in interface com.koloboke.function.ObjByteConsumer
Performs this operation on the given arguments.
accept(T, char) - Method in interface com.koloboke.function.ObjCharConsumer
Performs this operation on the given arguments.
accept(T, float) - Method in interface com.koloboke.function.ObjFloatConsumer
Performs this operation on the given arguments.
accept(T, short) - Method in interface com.koloboke.function.ObjShortConsumer
Performs this operation on the given arguments.
accept(short, byte) - Method in interface com.koloboke.function.ShortByteConsumer
Performs this operation on the given arguments.
accept(short, char) - Method in interface com.koloboke.function.ShortCharConsumer
Performs this operation on the given arguments.
accept(short) - Method in interface com.koloboke.function.ShortConsumer
Performs this operation on the given argument.
accept(short, double) - Method in interface com.koloboke.function.ShortDoubleConsumer
Performs this operation on the given arguments.
accept(short, float) - Method in interface com.koloboke.function.ShortFloatConsumer
Performs this operation on the given arguments.
accept(short, int) - Method in interface com.koloboke.function.ShortIntConsumer
Performs this operation on the given arguments.
accept(short, long) - Method in interface com.koloboke.function.ShortLongConsumer
Performs this operation on the given arguments.
accept(short, U) - Method in interface com.koloboke.function.ShortObjConsumer
Performs this operation on the given arguments.
accept(short, short) - Method in interface com.koloboke.function.ShortShortConsumer
Performs this operation on the given arguments.
add(Byte) - Method in interface com.koloboke.collect.ByteCollection
Deprecated.
Use specialization ByteCollection.add(byte) instead
add(byte) - Method in interface com.koloboke.collect.ByteCollection
Ensures that this collection contains the specified element (optional operation).
add(Character) - Method in interface com.koloboke.collect.CharCollection
Deprecated.
Use specialization CharCollection.add(char) instead
add(char) - Method in interface com.koloboke.collect.CharCollection
Ensures that this collection contains the specified element (optional operation).
add(Double) - Method in interface com.koloboke.collect.DoubleCollection
Deprecated.
Use specialization DoubleCollection.add(double) instead
add(double) - Method in interface com.koloboke.collect.DoubleCollection
Ensures that this collection contains the specified element (optional operation).
add(Float) - Method in interface com.koloboke.collect.FloatCollection
Deprecated.
Use specialization FloatCollection.add(float) instead
add(float) - Method in interface com.koloboke.collect.FloatCollection
Ensures that this collection contains the specified element (optional operation).
add(Integer) - Method in interface com.koloboke.collect.IntCollection
Deprecated.
Use specialization IntCollection.add(int) instead
add(int) - Method in interface com.koloboke.collect.IntCollection
Ensures that this collection contains the specified element (optional operation).
add(Long) - Method in interface com.koloboke.collect.LongCollection
Deprecated.
Use specialization LongCollection.add(long) instead
add(long) - Method in interface com.koloboke.collect.LongCollection
Ensures that this collection contains the specified element (optional operation).
add(Byte) - Method in interface com.koloboke.collect.set.ByteSet
Deprecated.
Use specialization ByteCollection.add(byte) instead
add(Character) - Method in interface com.koloboke.collect.set.CharSet
Deprecated.
Use specialization CharCollection.add(char) instead
add(Double) - Method in interface com.koloboke.collect.set.DoubleSet
Deprecated.
Use specialization DoubleCollection.add(double) instead
add(Float) - Method in interface com.koloboke.collect.set.FloatSet
Deprecated.
Use specialization FloatCollection.add(float) instead
add(Integer) - Method in interface com.koloboke.collect.set.IntSet
Deprecated.
Use specialization IntCollection.add(int) instead
add(Long) - Method in interface com.koloboke.collect.set.LongSet
Deprecated.
Use specialization LongCollection.add(long) instead
add(Short) - Method in interface com.koloboke.collect.set.ShortSet
Deprecated.
Use specialization ShortCollection.add(short) instead
add(Short) - Method in interface com.koloboke.collect.ShortCollection
Deprecated.
Use specialization ShortCollection.add(short) instead
add(short) - Method in interface com.koloboke.collect.ShortCollection
Ensures that this collection contains the specified element (optional operation).
addValue(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, char, char) - Method in interface com.koloboke.collect.map.ByteCharMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, double, double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, float, float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, int, int) - Method in interface com.koloboke.collect.map.ByteIntMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, long, long) - Method in interface com.koloboke.collect.map.ByteLongMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(byte, short, short) - Method in interface com.koloboke.collect.map.ByteShortMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, byte) - Method in interface com.koloboke.collect.map.CharByteMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, byte, byte) - Method in interface com.koloboke.collect.map.CharByteMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, char) - Method in interface com.koloboke.collect.map.CharCharMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, char, char) - Method in interface com.koloboke.collect.map.CharCharMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, double, double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, float) - Method in interface com.koloboke.collect.map.CharFloatMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, float, float) - Method in interface com.koloboke.collect.map.CharFloatMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, int) - Method in interface com.koloboke.collect.map.CharIntMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, int, int) - Method in interface com.koloboke.collect.map.CharIntMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, long) - Method in interface com.koloboke.collect.map.CharLongMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, long, long) - Method in interface com.koloboke.collect.map.CharLongMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, short) - Method in interface com.koloboke.collect.map.CharShortMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(char, short, short) - Method in interface com.koloboke.collect.map.CharShortMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, byte, byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, char, char) - Method in interface com.koloboke.collect.map.DoubleCharMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, float, float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, int, int) - Method in interface com.koloboke.collect.map.DoubleIntMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, long, long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(double, short, short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, byte, byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, char) - Method in interface com.koloboke.collect.map.FloatCharMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, char, char) - Method in interface com.koloboke.collect.map.FloatCharMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, double, double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, int) - Method in interface com.koloboke.collect.map.FloatIntMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, int, int) - Method in interface com.koloboke.collect.map.FloatIntMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, long) - Method in interface com.koloboke.collect.map.FloatLongMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, long, long) - Method in interface com.koloboke.collect.map.FloatLongMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, short) - Method in interface com.koloboke.collect.map.FloatShortMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(float, short, short) - Method in interface com.koloboke.collect.map.FloatShortMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, byte) - Method in interface com.koloboke.collect.map.IntByteMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, byte, byte) - Method in interface com.koloboke.collect.map.IntByteMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, char) - Method in interface com.koloboke.collect.map.IntCharMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, char, char) - Method in interface com.koloboke.collect.map.IntCharMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, double, double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, float) - Method in interface com.koloboke.collect.map.IntFloatMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, float, float) - Method in interface com.koloboke.collect.map.IntFloatMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, int) - Method in interface com.koloboke.collect.map.IntIntMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, int, int) - Method in interface com.koloboke.collect.map.IntIntMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, long) - Method in interface com.koloboke.collect.map.IntLongMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, long, long) - Method in interface com.koloboke.collect.map.IntLongMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, short) - Method in interface com.koloboke.collect.map.IntShortMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(int, short, short) - Method in interface com.koloboke.collect.map.IntShortMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, byte) - Method in interface com.koloboke.collect.map.LongByteMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, byte, byte) - Method in interface com.koloboke.collect.map.LongByteMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, char) - Method in interface com.koloboke.collect.map.LongCharMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, char, char) - Method in interface com.koloboke.collect.map.LongCharMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, double, double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, float) - Method in interface com.koloboke.collect.map.LongFloatMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, float, float) - Method in interface com.koloboke.collect.map.LongFloatMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, int) - Method in interface com.koloboke.collect.map.LongIntMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, int, int) - Method in interface com.koloboke.collect.map.LongIntMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, long) - Method in interface com.koloboke.collect.map.LongLongMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, long, long) - Method in interface com.koloboke.collect.map.LongLongMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, short) - Method in interface com.koloboke.collect.map.LongShortMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(long, short, short) - Method in interface com.koloboke.collect.map.LongShortMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, byte, byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, char) - Method in interface com.koloboke.collect.map.ObjCharMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, char, char) - Method in interface com.koloboke.collect.map.ObjCharMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, double, double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, float, float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, int) - Method in interface com.koloboke.collect.map.ObjIntMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, int, int) - Method in interface com.koloboke.collect.map.ObjIntMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, long) - Method in interface com.koloboke.collect.map.ObjLongMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, long, long) - Method in interface com.koloboke.collect.map.ObjLongMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, short) - Method in interface com.koloboke.collect.map.ObjShortMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(K, short, short) - Method in interface com.koloboke.collect.map.ObjShortMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, byte, byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, char) - Method in interface com.koloboke.collect.map.ShortCharMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, char, char) - Method in interface com.koloboke.collect.map.ShortCharMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, double, double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, float, float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, int) - Method in interface com.koloboke.collect.map.ShortIntMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, int, int) - Method in interface com.koloboke.collect.map.ShortIntMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, long) - Method in interface com.koloboke.collect.map.ShortLongMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, long, long) - Method in interface com.koloboke.collect.map.ShortLongMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, short) - Method in interface com.koloboke.collect.map.ShortShortMap
Adds the given value addition to the value associated with the specified key, or to the default value if this map contains no mapping for the key, and associates the resulting value with the key.
addValue(short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMap
Adds the given value addition to the value associated with the specified key, or the given initialValue if this map contains no mapping for the key, and associates the resulting value with the key.
apply(byte) - Method in interface com.koloboke.function.ByteFunction
Applies this function to the given argument.
apply(byte, T) - Method in interface com.koloboke.function.ByteObjFunction
Applies this function to the given arguments.
apply(char) - Method in interface com.koloboke.function.CharFunction
Applies this function to the given argument.
apply(char, T) - Method in interface com.koloboke.function.CharObjFunction
Applies this function to the given arguments.
apply(double, T) - Method in interface com.koloboke.function.DoubleObjFunction
Applies this function to the given arguments.
apply(float) - Method in interface com.koloboke.function.FloatFunction
Applies this function to the given argument.
apply(float, T) - Method in interface com.koloboke.function.FloatObjFunction
Applies this function to the given arguments.
apply(int, T) - Method in interface com.koloboke.function.IntObjFunction
Applies this function to the given arguments.
apply(long, T) - Method in interface com.koloboke.function.LongObjFunction
Applies this function to the given arguments.
apply(short) - Method in interface com.koloboke.function.ShortFunction
Applies this function to the given argument.
apply(short, T) - Method in interface com.koloboke.function.ShortObjFunction
Applies this function to the given arguments.
applyAsByte(byte, byte) - Method in interface com.koloboke.function.ByteBinaryOperator
Applies this operator to the given operands.
applyAsByte(byte, byte) - Method in interface com.koloboke.function.ByteByteToByteFunction
Applies this function to the given arguments.
applyAsByte(byte) - Method in interface com.koloboke.function.ByteUnaryOperator
Applies this operator to the given operand.
applyAsByte(char, byte) - Method in interface com.koloboke.function.CharByteToByteFunction
Applies this function to the given arguments.
applyAsByte(char) - Method in interface com.koloboke.function.CharToByteFunction
Applies this function to the given argument.
applyAsByte(double, byte) - Method in interface com.koloboke.function.DoubleByteToByteFunction
Applies this function to the given arguments.
applyAsByte(double) - Method in interface com.koloboke.function.DoubleToByteFunction
Applies this function to the given argument.
applyAsByte(float, byte) - Method in interface com.koloboke.function.FloatByteToByteFunction
Applies this function to the given arguments.
applyAsByte(float) - Method in interface com.koloboke.function.FloatToByteFunction
Applies this function to the given argument.
applyAsByte(int, byte) - Method in interface com.koloboke.function.IntByteToByteFunction
Applies this function to the given arguments.
applyAsByte(int) - Method in interface com.koloboke.function.IntToByteFunction
Applies this function to the given argument.
applyAsByte(long, byte) - Method in interface com.koloboke.function.LongByteToByteFunction
Applies this function to the given arguments.
applyAsByte(long) - Method in interface com.koloboke.function.LongToByteFunction
Applies this function to the given argument.
applyAsByte(T, byte) - Method in interface com.koloboke.function.ObjByteToByteFunction
Applies this function to the given arguments.
applyAsByte(short, byte) - Method in interface com.koloboke.function.ShortByteToByteFunction
Applies this function to the given arguments.
applyAsByte(short) - Method in interface com.koloboke.function.ShortToByteFunction
Applies this function to the given argument.
applyAsByte(T) - Method in interface com.koloboke.function.ToByteFunction
Applies this function to the given argument.
applyAsChar(byte, char) - Method in interface com.koloboke.function.ByteCharToCharFunction
Applies this function to the given arguments.
applyAsChar(byte) - Method in interface com.koloboke.function.ByteToCharFunction
Applies this function to the given argument.
applyAsChar(char, char) - Method in interface com.koloboke.function.CharBinaryOperator
Applies this operator to the given operands.
applyAsChar(char, char) - Method in interface com.koloboke.function.CharCharToCharFunction
Applies this function to the given arguments.
applyAsChar(char) - Method in interface com.koloboke.function.CharUnaryOperator
Applies this operator to the given operand.
applyAsChar(double, char) - Method in interface com.koloboke.function.DoubleCharToCharFunction
Applies this function to the given arguments.
applyAsChar(double) - Method in interface com.koloboke.function.DoubleToCharFunction
Applies this function to the given argument.
applyAsChar(float, char) - Method in interface com.koloboke.function.FloatCharToCharFunction
Applies this function to the given arguments.
applyAsChar(float) - Method in interface com.koloboke.function.FloatToCharFunction
Applies this function to the given argument.
applyAsChar(int, char) - Method in interface com.koloboke.function.IntCharToCharFunction
Applies this function to the given arguments.
applyAsChar(int) - Method in interface com.koloboke.function.IntToCharFunction
Applies this function to the given argument.
applyAsChar(long, char) - Method in interface com.koloboke.function.LongCharToCharFunction
Applies this function to the given arguments.
applyAsChar(long) - Method in interface com.koloboke.function.LongToCharFunction
Applies this function to the given argument.
applyAsChar(T, char) - Method in interface com.koloboke.function.ObjCharToCharFunction
Applies this function to the given arguments.
applyAsChar(short, char) - Method in interface com.koloboke.function.ShortCharToCharFunction
Applies this function to the given arguments.
applyAsChar(short) - Method in interface com.koloboke.function.ShortToCharFunction
Applies this function to the given argument.
applyAsChar(T) - Method in interface com.koloboke.function.ToCharFunction
Applies this function to the given argument.
applyAsDouble(byte, double) - Method in interface com.koloboke.function.ByteDoubleToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(byte) - Method in interface com.koloboke.function.ByteToDoubleFunction
Applies this function to the given argument.
applyAsDouble(char, double) - Method in interface com.koloboke.function.CharDoubleToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(char) - Method in interface com.koloboke.function.CharToDoubleFunction
Applies this function to the given argument.
applyAsDouble(double, double) - Method in interface com.koloboke.function.DoubleDoubleToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(float, double) - Method in interface com.koloboke.function.FloatDoubleToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(float) - Method in interface com.koloboke.function.FloatToDoubleFunction
Applies this function to the given argument.
applyAsDouble(int, double) - Method in interface com.koloboke.function.IntDoubleToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(long, double) - Method in interface com.koloboke.function.LongDoubleToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(T, double) - Method in interface com.koloboke.function.ObjDoubleToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(short, double) - Method in interface com.koloboke.function.ShortDoubleToDoubleFunction
Applies this function to the given arguments.
applyAsDouble(short) - Method in interface com.koloboke.function.ShortToDoubleFunction
Applies this function to the given argument.
applyAsFloat(byte, float) - Method in interface com.koloboke.function.ByteFloatToFloatFunction
Applies this function to the given arguments.
applyAsFloat(byte) - Method in interface com.koloboke.function.ByteToFloatFunction
Applies this function to the given argument.
applyAsFloat(char, float) - Method in interface com.koloboke.function.CharFloatToFloatFunction
Applies this function to the given arguments.
applyAsFloat(char) - Method in interface com.koloboke.function.CharToFloatFunction
Applies this function to the given argument.
applyAsFloat(double, float) - Method in interface com.koloboke.function.DoubleFloatToFloatFunction
Applies this function to the given arguments.
applyAsFloat(double) - Method in interface com.koloboke.function.DoubleToFloatFunction
Applies this function to the given argument.
applyAsFloat(float, float) - Method in interface com.koloboke.function.FloatBinaryOperator
Applies this operator to the given operands.
applyAsFloat(float, float) - Method in interface com.koloboke.function.FloatFloatToFloatFunction
Applies this function to the given arguments.
applyAsFloat(float) - Method in interface com.koloboke.function.FloatUnaryOperator
Applies this operator to the given operand.
applyAsFloat(int, float) - Method in interface com.koloboke.function.IntFloatToFloatFunction
Applies this function to the given arguments.
applyAsFloat(int) - Method in interface com.koloboke.function.IntToFloatFunction
Applies this function to the given argument.
applyAsFloat(long, float) - Method in interface com.koloboke.function.LongFloatToFloatFunction
Applies this function to the given arguments.
applyAsFloat(long) - Method in interface com.koloboke.function.LongToFloatFunction
Applies this function to the given argument.
applyAsFloat(T, float) - Method in interface com.koloboke.function.ObjFloatToFloatFunction
Applies this function to the given arguments.
applyAsFloat(short, float) - Method in interface com.koloboke.function.ShortFloatToFloatFunction
Applies this function to the given arguments.
applyAsFloat(short) - Method in interface com.koloboke.function.ShortToFloatFunction
Applies this function to the given argument.
applyAsFloat(T) - Method in interface com.koloboke.function.ToFloatFunction
Applies this function to the given argument.
applyAsInt(byte, int) - Method in interface com.koloboke.function.ByteIntToIntFunction
Applies this function to the given arguments.
applyAsInt(byte) - Method in interface com.koloboke.function.ByteToIntFunction
Applies this function to the given argument.
applyAsInt(char, int) - Method in interface com.koloboke.function.CharIntToIntFunction
Applies this function to the given arguments.
applyAsInt(char) - Method in interface com.koloboke.function.CharToIntFunction
Applies this function to the given argument.
applyAsInt(double, int) - Method in interface com.koloboke.function.DoubleIntToIntFunction
Applies this function to the given arguments.
applyAsInt(float, int) - Method in interface com.koloboke.function.FloatIntToIntFunction
Applies this function to the given arguments.
applyAsInt(float) - Method in interface com.koloboke.function.FloatToIntFunction
Applies this function to the given argument.
applyAsInt(int, int) - Method in interface com.koloboke.function.IntIntToIntFunction
Applies this function to the given arguments.
applyAsInt(long, int) - Method in interface com.koloboke.function.LongIntToIntFunction
Applies this function to the given arguments.
applyAsInt(T, int) - Method in interface com.koloboke.function.ObjIntToIntFunction
Applies this function to the given arguments.
applyAsInt(short, int) - Method in interface com.koloboke.function.ShortIntToIntFunction
Applies this function to the given arguments.
applyAsInt(short) - Method in interface com.koloboke.function.ShortToIntFunction
Applies this function to the given argument.
applyAsLong(byte, long) - Method in interface com.koloboke.function.ByteLongToLongFunction
Applies this function to the given arguments.
applyAsLong(byte) - Method in interface com.koloboke.function.ByteToLongFunction
Applies this function to the given argument.
applyAsLong(char, long) - Method in interface com.koloboke.function.CharLongToLongFunction
Applies this function to the given arguments.
applyAsLong(char) - Method in interface com.koloboke.function.CharToLongFunction
Applies this function to the given argument.
applyAsLong(double, long) - Method in interface com.koloboke.function.DoubleLongToLongFunction
Applies this function to the given arguments.
applyAsLong(float, long) - Method in interface com.koloboke.function.FloatLongToLongFunction
Applies this function to the given arguments.
applyAsLong(float) - Method in interface com.koloboke.function.FloatToLongFunction
Applies this function to the given argument.
applyAsLong(int, long) - Method in interface com.koloboke.function.IntLongToLongFunction
Applies this function to the given arguments.
applyAsLong(long, long) - Method in interface com.koloboke.function.LongLongToLongFunction
Applies this function to the given arguments.
applyAsLong(T, long) - Method in interface com.koloboke.function.ObjLongToLongFunction
Applies this function to the given arguments.
applyAsLong(short, long) - Method in interface com.koloboke.function.ShortLongToLongFunction
Applies this function to the given arguments.
applyAsLong(short) - Method in interface com.koloboke.function.ShortToLongFunction
Applies this function to the given argument.
applyAsShort(byte, short) - Method in interface com.koloboke.function.ByteShortToShortFunction
Applies this function to the given arguments.
applyAsShort(byte) - Method in interface com.koloboke.function.ByteToShortFunction
Applies this function to the given argument.
applyAsShort(char, short) - Method in interface com.koloboke.function.CharShortToShortFunction
Applies this function to the given arguments.
applyAsShort(char) - Method in interface com.koloboke.function.CharToShortFunction
Applies this function to the given argument.
applyAsShort(double, short) - Method in interface com.koloboke.function.DoubleShortToShortFunction
Applies this function to the given arguments.
applyAsShort(double) - Method in interface com.koloboke.function.DoubleToShortFunction
Applies this function to the given argument.
applyAsShort(float, short) - Method in interface com.koloboke.function.FloatShortToShortFunction
Applies this function to the given arguments.
applyAsShort(float) - Method in interface com.koloboke.function.FloatToShortFunction
Applies this function to the given argument.
applyAsShort(int, short) - Method in interface com.koloboke.function.IntShortToShortFunction
Applies this function to the given arguments.
applyAsShort(int) - Method in interface com.koloboke.function.IntToShortFunction
Applies this function to the given argument.
applyAsShort(long, short) - Method in interface com.koloboke.function.LongShortToShortFunction
Applies this function to the given arguments.
applyAsShort(long) - Method in interface com.koloboke.function.LongToShortFunction
Applies this function to the given argument.
applyAsShort(T, short) - Method in interface com.koloboke.function.ObjShortToShortFunction
Applies this function to the given arguments.
applyAsShort(short, short) - Method in interface com.koloboke.function.ShortBinaryOperator
Applies this operator to the given operands.
applyAsShort(short, short) - Method in interface com.koloboke.function.ShortShortToShortFunction
Applies this function to the given arguments.
applyAsShort(short) - Method in interface com.koloboke.function.ShortUnaryOperator
Applies this operator to the given operand.
applyAsShort(T) - Method in interface com.koloboke.function.ToShortFunction
Applies this function to the given argument.

B

BiConsumer<T,U> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use BiConsumer instead.
BiFunction<T,U,R> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use BiFunction instead.
BinaryOperator<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use BinaryOperator instead.
BiPredicate<T,U> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use BiPredicate instead.
ByteBinaryOperator - Interface in com.koloboke.function
Represents an operation upon two byte-valued operands and producing a byte-valued result.
ByteByteConsumer - Interface in com.koloboke.function
Represents an operation that accepts two byte-valued arguments and returns no result.
ByteByteCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with byte keys and byte values.
ByteByteMap - Interface in com.koloboke.collect.map
A Map specialization with byte keys and byte values.
ByteByteMapFactory<F extends ByteByteMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ByteByteMaps.
ByteBytePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts two byte-valued arguments.
ByteByteToByteFunction - Interface in com.koloboke.function
Represents a function that accepts two byte-valued arguments and produces a byte-valued result.
ByteCharConsumer - Interface in com.koloboke.function
Represents an operation that accepts a byte-valued and a char-valued argument, and returns no result.
ByteCharCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with byte keys and char values.
ByteCharMap - Interface in com.koloboke.collect.map
A Map specialization with byte keys and char values.
ByteCharMapFactory<F extends ByteCharMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ByteCharMaps.
ByteCharPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a byte-valued and a char-valued argument.
ByteCharToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued and a char-valued argument and produces a char-valued result.
ByteCollection - Interface in com.koloboke.collect
A Collection specialization with byte elements.
ByteConsumer - Interface in com.koloboke.function
Represents an operation that accepts a single byte-valued argument and returns no result.
ByteCursor - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration of bytes.
ByteDoubleConsumer - Interface in com.koloboke.function
Represents an operation that accepts a byte-valued and a double-valued argument, and returns no result.
ByteDoubleCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with byte keys and double values.
ByteDoubleMap - Interface in com.koloboke.collect.map
A Map specialization with byte keys and double values.
ByteDoubleMapFactory<F extends ByteDoubleMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ByteDoubleMaps.
ByteDoublePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a byte-valued and a double-valued argument.
ByteDoubleToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued and a double-valued argument and produces a double-valued result.
ByteFloatConsumer - Interface in com.koloboke.function
Represents an operation that accepts a byte-valued and a float-valued argument, and returns no result.
ByteFloatCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with byte keys and float values.
ByteFloatMap - Interface in com.koloboke.collect.map
A Map specialization with byte keys and float values.
ByteFloatMapFactory<F extends ByteFloatMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ByteFloatMaps.
ByteFloatPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a byte-valued and a float-valued argument.
ByteFloatToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued and a float-valued argument and produces a float-valued result.
ByteFunction<R> - Interface in com.koloboke.function
Represents a function that accepts a byte-valued argument and produces a result.
ByteHashFactory<F extends ByteHashFactory<F>> - Interface in com.koloboke.collect.hash
Common configuration for factories of hash containers with byte keys.
ByteIntConsumer - Interface in com.koloboke.function
Represents an operation that accepts a byte-valued and an int-valued argument, and returns no result.
ByteIntCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with byte keys and int values.
ByteIntMap - Interface in com.koloboke.collect.map
A Map specialization with byte keys and int values.
ByteIntMapFactory<F extends ByteIntMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ByteIntMaps.
ByteIntPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a byte-valued and an int-valued argument.
ByteIntToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued and an int-valued argument and produces an int-valued result.
ByteIterator - Interface in com.koloboke.collect
Primitive specialization of Iterator<Byte>.
ByteLongConsumer - Interface in com.koloboke.function
Represents an operation that accepts a byte-valued and a long-valued argument, and returns no result.
ByteLongCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with byte keys and long values.
ByteLongMap - Interface in com.koloboke.collect.map
A Map specialization with byte keys and long values.
ByteLongMapFactory<F extends ByteLongMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ByteLongMaps.
ByteLongPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a byte-valued and a long-valued argument.
ByteLongToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued and a long-valued argument and produces a long-valued result.
ByteObjConsumer<U> - Interface in com.koloboke.function
Represents an operation that accepts a byte-valued and an object-valued argument, and returns no result.
ByteObjCursor<V> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with byte keys and Object values.
ByteObjFunction<T,R> - Interface in com.koloboke.function
Represents a function that accepts a byte-valued and an object-valued argument and returns a result.
ByteObjMap<V> - Interface in com.koloboke.collect.map
A Map specialization with byte keys and Object values.
ByteObjMapFactory<V,F extends ByteObjMapFactory<V,F>> - Interface in com.koloboke.collect.map
An immutable factory of ByteObjMaps.
ByteObjPredicate<U> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a byte-valued and an object-valued argument.
BytePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) of one byte-valued argument.
ByteSet - Interface in com.koloboke.collect.set
A Set specialization with byte elements.
ByteSetFactory<F extends ByteSetFactory<F>> - Interface in com.koloboke.collect.set
An immutable factory of ByteSets.
ByteShortConsumer - Interface in com.koloboke.function
Represents an operation that accepts a byte-valued and a short-valued argument, and returns no result.
ByteShortCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with byte keys and short values.
ByteShortMap - Interface in com.koloboke.collect.map
A Map specialization with byte keys and short values.
ByteShortMapFactory<F extends ByteShortMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ByteShortMaps.
ByteShortPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a byte-valued and a short-valued argument.
ByteShortToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued and a short-valued argument and produces a short-valued result.
ByteToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued argument and produces a char-valued result.
ByteToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued argument and produces a double-valued result.
ByteToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued argument and produces a float-valued result.
ByteToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued argument and produces an int-valued result.
ByteToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued argument and produces a long-valued result.
ByteToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a byte-valued argument and produces a short-valued result.
ByteUnaryOperator - Interface in com.koloboke.function
Represents an operation on a single byte-valued operand that produces a byte-valued result.

C

caseInsensitive() - Static method in class com.koloboke.collect.Equivalence
Returns the String equivalence that uses String.equalsIgnoreCase(java.lang.String) to compare strings.
CharBinaryOperator - Interface in com.koloboke.function
Represents an operation upon two char-valued operands and producing a char-valued result.
CharByteConsumer - Interface in com.koloboke.function
Represents an operation that accepts a char-valued and a byte-valued argument, and returns no result.
CharByteCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with char keys and byte values.
CharByteMap - Interface in com.koloboke.collect.map
A Map specialization with char keys and byte values.
CharByteMapFactory<F extends CharByteMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of CharByteMaps.
CharBytePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a char-valued and a byte-valued argument.
CharByteToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued and a byte-valued argument and produces a byte-valued result.
CharCharConsumer - Interface in com.koloboke.function
Represents an operation that accepts two char-valued arguments and returns no result.
CharCharCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with char keys and char values.
CharCharMap - Interface in com.koloboke.collect.map
A Map specialization with char keys and char values.
CharCharMapFactory<F extends CharCharMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of CharCharMaps.
CharCharPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts two char-valued arguments.
CharCharToCharFunction - Interface in com.koloboke.function
Represents a function that accepts two char-valued arguments and produces a char-valued result.
CharCollection - Interface in com.koloboke.collect
A Collection specialization with char elements.
CharConsumer - Interface in com.koloboke.function
Represents an operation that accepts a single char-valued argument and returns no result.
CharCursor - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration of chars.
CharDoubleConsumer - Interface in com.koloboke.function
Represents an operation that accepts a char-valued and a double-valued argument, and returns no result.
CharDoubleCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with char keys and double values.
CharDoubleMap - Interface in com.koloboke.collect.map
A Map specialization with char keys and double values.
CharDoubleMapFactory<F extends CharDoubleMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of CharDoubleMaps.
CharDoublePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a char-valued and a double-valued argument.
CharDoubleToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued and a double-valued argument and produces a double-valued result.
CharFloatConsumer - Interface in com.koloboke.function
Represents an operation that accepts a char-valued and a float-valued argument, and returns no result.
CharFloatCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with char keys and float values.
CharFloatMap - Interface in com.koloboke.collect.map
A Map specialization with char keys and float values.
CharFloatMapFactory<F extends CharFloatMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of CharFloatMaps.
CharFloatPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a char-valued and a float-valued argument.
CharFloatToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued and a float-valued argument and produces a float-valued result.
CharFunction<R> - Interface in com.koloboke.function
Represents a function that accepts a char-valued argument and produces a result.
CharHashFactory<F extends CharHashFactory<F>> - Interface in com.koloboke.collect.hash
Common configuration for factories of hash containers with char keys.
CharIntConsumer - Interface in com.koloboke.function
Represents an operation that accepts a char-valued and an int-valued argument, and returns no result.
CharIntCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with char keys and int values.
CharIntMap - Interface in com.koloboke.collect.map
A Map specialization with char keys and int values.
CharIntMapFactory<F extends CharIntMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of CharIntMaps.
CharIntPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a char-valued and an int-valued argument.
CharIntToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued and an int-valued argument and produces an int-valued result.
CharIterator - Interface in com.koloboke.collect
Primitive specialization of Iterator<Character>.
CharLongConsumer - Interface in com.koloboke.function
Represents an operation that accepts a char-valued and a long-valued argument, and returns no result.
CharLongCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with char keys and long values.
CharLongMap - Interface in com.koloboke.collect.map
A Map specialization with char keys and long values.
CharLongMapFactory<F extends CharLongMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of CharLongMaps.
CharLongPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a char-valued and a long-valued argument.
CharLongToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued and a long-valued argument and produces a long-valued result.
CharObjConsumer<U> - Interface in com.koloboke.function
Represents an operation that accepts a char-valued and an object-valued argument, and returns no result.
CharObjCursor<V> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with char keys and Object values.
CharObjFunction<T,R> - Interface in com.koloboke.function
Represents a function that accepts a char-valued and an object-valued argument and returns a result.
CharObjMap<V> - Interface in com.koloboke.collect.map
A Map specialization with char keys and Object values.
CharObjMapFactory<V,F extends CharObjMapFactory<V,F>> - Interface in com.koloboke.collect.map
An immutable factory of CharObjMaps.
CharObjPredicate<U> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a char-valued and an object-valued argument.
CharPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) of one char-valued argument.
charSequence() - Static method in class com.koloboke.collect.Equivalence
Returns the equivalence that compares CharSequences by their contents.
CharSet - Interface in com.koloboke.collect.set
A Set specialization with char elements.
CharSetFactory<F extends CharSetFactory<F>> - Interface in com.koloboke.collect.set
An immutable factory of CharSets.
CharShortConsumer - Interface in com.koloboke.function
Represents an operation that accepts a char-valued and a short-valued argument, and returns no result.
CharShortCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with char keys and short values.
CharShortMap - Interface in com.koloboke.collect.map
A Map specialization with char keys and short values.
CharShortMapFactory<F extends CharShortMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of CharShortMaps.
CharShortPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a char-valued and a short-valued argument.
CharShortToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued and a short-valued argument and produces a short-valued result.
CharToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued argument and produces a byte-valued result.
CharToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued argument and produces a double-valued result.
CharToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued argument and produces a float-valued result.
CharToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued argument and produces an int-valued result.
CharToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued argument and produces a long-valued result.
CharToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a char-valued argument and produces a short-valued result.
CharUnaryOperator - Interface in com.koloboke.function
Represents an operation on a single char-valued operand that produces a char-valued result.
clear() - Method in interface com.koloboke.collect.Container
Removes all of the elements (entries) from this container.
com.koloboke.collect - package com.koloboke.collect
The root package of the collection library.
com.koloboke.collect.hash - package com.koloboke.collect.hash
Contains basic interfaces and commonly used classes related to containers, based on hash tables.
com.koloboke.collect.map - package com.koloboke.collect.map
Contains interfaces of Map specializations, their factories and cursors.
com.koloboke.collect.map.hash - package com.koloboke.collect.map.hash
Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods.
com.koloboke.collect.set - package com.koloboke.collect.set
Contains interfaces of Set specializations and their factories.
com.koloboke.collect.set.hash - package com.koloboke.collect.set.hash
Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods.
com.koloboke.function - package com.koloboke.function
java.util.function polyfill for all specializations.
compute(Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
compute(byte, ByteByteToByteFunction) - Method in interface com.koloboke.collect.map.ByteByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
compute(byte, ByteCharToCharFunction) - Method in interface com.koloboke.collect.map.ByteCharMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
compute(byte, ByteDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Byte, BiFunction<? super Byte, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
compute(byte, ByteFloatToFloatFunction) - Method in interface com.koloboke.collect.map.ByteFloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
compute(byte, ByteIntToIntFunction) - Method in interface com.koloboke.collect.map.ByteIntMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
compute(byte, ByteLongToLongFunction) - Method in interface com.koloboke.collect.map.ByteLongMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
compute(byte, ByteObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Byte, BiFunction<? super Byte, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
compute(byte, ByteShortToShortFunction) - Method in interface com.koloboke.collect.map.ByteShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
compute(char, CharByteToByteFunction) - Method in interface com.koloboke.collect.map.CharByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
compute(char, CharCharToCharFunction) - Method in interface com.koloboke.collect.map.CharCharMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
compute(char, CharDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.CharDoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
compute(char, CharFloatToFloatFunction) - Method in interface com.koloboke.collect.map.CharFloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
compute(char, CharIntToIntFunction) - Method in interface com.koloboke.collect.map.CharIntMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
compute(char, CharLongToLongFunction) - Method in interface com.koloboke.collect.map.CharLongMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
compute(char, CharObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
compute(char, CharShortToShortFunction) - Method in interface com.koloboke.collect.map.CharShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
compute(double, DoubleByteToByteFunction) - Method in interface com.koloboke.collect.map.DoubleByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
compute(double, DoubleCharToCharFunction) - Method in interface com.koloboke.collect.map.DoubleCharMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
compute(double, DoubleDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
compute(double, DoubleFloatToFloatFunction) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
compute(double, DoubleIntToIntFunction) - Method in interface com.koloboke.collect.map.DoubleIntMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
compute(double, DoubleLongToLongFunction) - Method in interface com.koloboke.collect.map.DoubleLongMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
compute(double, DoubleObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
compute(double, DoubleShortToShortFunction) - Method in interface com.koloboke.collect.map.DoubleShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
compute(float, FloatByteToByteFunction) - Method in interface com.koloboke.collect.map.FloatByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
compute(float, FloatCharToCharFunction) - Method in interface com.koloboke.collect.map.FloatCharMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
compute(float, FloatDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
compute(float, FloatFloatToFloatFunction) - Method in interface com.koloboke.collect.map.FloatFloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
compute(float, FloatIntToIntFunction) - Method in interface com.koloboke.collect.map.FloatIntMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
compute(float, FloatLongToLongFunction) - Method in interface com.koloboke.collect.map.FloatLongMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
compute(float, FloatObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
compute(float, FloatShortToShortFunction) - Method in interface com.koloboke.collect.map.FloatShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
compute(int, IntByteToByteFunction) - Method in interface com.koloboke.collect.map.IntByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
compute(int, IntCharToCharFunction) - Method in interface com.koloboke.collect.map.IntCharMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
compute(int, IntDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.IntDoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
compute(int, IntFloatToFloatFunction) - Method in interface com.koloboke.collect.map.IntFloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
compute(int, IntIntToIntFunction) - Method in interface com.koloboke.collect.map.IntIntMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
compute(int, IntLongToLongFunction) - Method in interface com.koloboke.collect.map.IntLongMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.compute(int, IntObjFunction) instead
compute(int, IntObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
compute(int, IntShortToShortFunction) - Method in interface com.koloboke.collect.map.IntShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
compute(long, LongByteToByteFunction) - Method in interface com.koloboke.collect.map.LongByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
compute(long, LongCharToCharFunction) - Method in interface com.koloboke.collect.map.LongCharMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
compute(long, LongDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.LongDoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
compute(long, LongFloatToFloatFunction) - Method in interface com.koloboke.collect.map.LongFloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
compute(long, LongIntToIntFunction) - Method in interface com.koloboke.collect.map.LongIntMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
compute(long, LongLongToLongFunction) - Method in interface com.koloboke.collect.map.LongLongMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
compute(long, LongObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
compute(long, LongShortToShortFunction) - Method in interface com.koloboke.collect.map.LongShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
compute(K, ObjByteToByteFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
compute(K, ObjCharToCharFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjCharMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
compute(K, ObjDoubleToDoubleFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
compute(K, ObjFloatToFloatFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
compute(K, ObjIntToIntFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjIntMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
compute(K, ObjLongToLongFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjLongMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
compute(K, ObjShortToShortFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Short, BiFunction<? super Short, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
compute(short, ShortByteToByteFunction) - Method in interface com.koloboke.collect.map.ShortByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Short, BiFunction<? super Short, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
compute(short, ShortCharToCharFunction) - Method in interface com.koloboke.collect.map.ShortCharMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Short, BiFunction<? super Short, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
compute(short, ShortDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
compute(short, ShortFloatToFloatFunction) - Method in interface com.koloboke.collect.map.ShortFloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
compute(short, ShortIntToIntFunction) - Method in interface com.koloboke.collect.map.ShortIntMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
compute(short, ShortLongToLongFunction) - Method in interface com.koloboke.collect.map.ShortLongMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
compute(Short, BiFunction<? super Short, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
compute(short, ShortObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
compute(short, ShortShortToShortFunction) - Method in interface com.koloboke.collect.map.ShortShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or default value if there is no current mapping).
computeIfAbsent(Byte, Function<? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
computeIfAbsent(byte, ByteUnaryOperator) - Method in interface com.koloboke.collect.map.ByteByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Byte, Function<? super Byte, ? extends Character>) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
computeIfAbsent(byte, ByteToCharFunction) - Method in interface com.koloboke.collect.map.ByteCharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Byte, Function<? super Byte, ? extends Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
computeIfAbsent(byte, ByteToDoubleFunction) - Method in interface com.koloboke.collect.map.ByteDoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Byte, Function<? super Byte, ? extends Float>) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
computeIfAbsent(byte, ByteToFloatFunction) - Method in interface com.koloboke.collect.map.ByteFloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Byte, Function<? super Byte, ? extends Integer>) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
computeIfAbsent(byte, ByteToIntFunction) - Method in interface com.koloboke.collect.map.ByteIntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Byte, Function<? super Byte, ? extends Long>) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
computeIfAbsent(byte, ByteToLongFunction) - Method in interface com.koloboke.collect.map.ByteLongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
computeIfAbsent(byte, ByteFunction<? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(Byte, Function<? super Byte, ? extends Short>) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
computeIfAbsent(byte, ByteToShortFunction) - Method in interface com.koloboke.collect.map.ByteShortMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Character, Function<? super Character, ? extends Byte>) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
computeIfAbsent(char, CharToByteFunction) - Method in interface com.koloboke.collect.map.CharByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Character, Function<? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
computeIfAbsent(char, CharUnaryOperator) - Method in interface com.koloboke.collect.map.CharCharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Character, Function<? super Character, ? extends Double>) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
computeIfAbsent(char, CharToDoubleFunction) - Method in interface com.koloboke.collect.map.CharDoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Character, Function<? super Character, ? extends Float>) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
computeIfAbsent(char, CharToFloatFunction) - Method in interface com.koloboke.collect.map.CharFloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Character, Function<? super Character, ? extends Integer>) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
computeIfAbsent(char, CharToIntFunction) - Method in interface com.koloboke.collect.map.CharIntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Character, Function<? super Character, ? extends Long>) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
computeIfAbsent(char, CharToLongFunction) - Method in interface com.koloboke.collect.map.CharLongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Character, Function<? super Character, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
computeIfAbsent(char, CharFunction<? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(Character, Function<? super Character, ? extends Short>) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
computeIfAbsent(char, CharToShortFunction) - Method in interface com.koloboke.collect.map.CharShortMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Double, Function<? super Double, ? extends Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
computeIfAbsent(double, DoubleToByteFunction) - Method in interface com.koloboke.collect.map.DoubleByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Double, Function<? super Double, ? extends Character>) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
computeIfAbsent(double, DoubleToCharFunction) - Method in interface com.koloboke.collect.map.DoubleCharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Double, Function<? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
computeIfAbsent(double, DoubleUnaryOperator) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Double, Function<? super Double, ? extends Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMap
computeIfAbsent(double, DoubleToFloatFunction) - Method in interface com.koloboke.collect.map.DoubleFloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Double, Function<? super Double, ? extends Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
computeIfAbsent(double, DoubleToIntFunction) - Method in interface com.koloboke.collect.map.DoubleIntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Double, Function<? super Double, ? extends Long>) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
computeIfAbsent(double, DoubleToLongFunction) - Method in interface com.koloboke.collect.map.DoubleLongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Double, Function<? super Double, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(Double, Function<? super Double, ? extends Short>) - Method in interface com.koloboke.collect.map.DoubleShortMap
computeIfAbsent(double, DoubleToShortFunction) - Method in interface com.koloboke.collect.map.DoubleShortMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Float, Function<? super Float, ? extends Byte>) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
computeIfAbsent(float, FloatToByteFunction) - Method in interface com.koloboke.collect.map.FloatByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Float, Function<? super Float, ? extends Character>) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
computeIfAbsent(float, FloatToCharFunction) - Method in interface com.koloboke.collect.map.FloatCharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Float, Function<? super Float, ? extends Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
computeIfAbsent(float, FloatToDoubleFunction) - Method in interface com.koloboke.collect.map.FloatDoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Float, Function<? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
computeIfAbsent(float, FloatUnaryOperator) - Method in interface com.koloboke.collect.map.FloatFloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Float, Function<? super Float, ? extends Integer>) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
computeIfAbsent(float, FloatToIntFunction) - Method in interface com.koloboke.collect.map.FloatIntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Float, Function<? super Float, ? extends Long>) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
computeIfAbsent(float, FloatToLongFunction) - Method in interface com.koloboke.collect.map.FloatLongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Float, Function<? super Float, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
computeIfAbsent(float, FloatFunction<? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(Float, Function<? super Float, ? extends Short>) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
computeIfAbsent(float, FloatToShortFunction) - Method in interface com.koloboke.collect.map.FloatShortMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Integer, Function<? super Integer, ? extends Byte>) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
computeIfAbsent(int, IntToByteFunction) - Method in interface com.koloboke.collect.map.IntByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Integer, Function<? super Integer, ? extends Character>) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
computeIfAbsent(int, IntToCharFunction) - Method in interface com.koloboke.collect.map.IntCharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Integer, Function<? super Integer, ? extends Double>) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
computeIfAbsent(int, IntToDoubleFunction) - Method in interface com.koloboke.collect.map.IntDoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Integer, Function<? super Integer, ? extends Float>) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
computeIfAbsent(int, IntToFloatFunction) - Method in interface com.koloboke.collect.map.IntFloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Integer, Function<? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
computeIfAbsent(int, IntUnaryOperator) - Method in interface com.koloboke.collect.map.IntIntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Integer, Function<? super Integer, ? extends Long>) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
computeIfAbsent(int, IntToLongFunction) - Method in interface com.koloboke.collect.map.IntLongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Integer, Function<? super Integer, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
computeIfAbsent(int, IntFunction<? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(Integer, Function<? super Integer, ? extends Short>) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
computeIfAbsent(int, IntToShortFunction) - Method in interface com.koloboke.collect.map.IntShortMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Long, Function<? super Long, ? extends Byte>) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
computeIfAbsent(long, LongToByteFunction) - Method in interface com.koloboke.collect.map.LongByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Long, Function<? super Long, ? extends Character>) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
computeIfAbsent(long, LongToCharFunction) - Method in interface com.koloboke.collect.map.LongCharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Long, Function<? super Long, ? extends Double>) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
computeIfAbsent(long, LongToDoubleFunction) - Method in interface com.koloboke.collect.map.LongDoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Long, Function<? super Long, ? extends Float>) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
computeIfAbsent(long, LongToFloatFunction) - Method in interface com.koloboke.collect.map.LongFloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Long, Function<? super Long, ? extends Integer>) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
computeIfAbsent(long, LongToIntFunction) - Method in interface com.koloboke.collect.map.LongIntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Long, Function<? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
computeIfAbsent(long, LongUnaryOperator) - Method in interface com.koloboke.collect.map.LongLongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
computeIfAbsent(long, LongFunction<? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(Long, Function<? super Long, ? extends Short>) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
computeIfAbsent(long, LongToShortFunction) - Method in interface com.koloboke.collect.map.LongShortMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
computeIfAbsent(K, ToByteFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(K, Function<? super K, ? extends Character>) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
computeIfAbsent(K, ToCharFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjCharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(K, Function<? super K, ? extends Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(K, Function<? super K, ? extends Float>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
computeIfAbsent(K, ToFloatFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjFloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(K, Function<? super K, ? extends Integer>) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjIntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(K, Function<? super K, ? extends Long>) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
computeIfAbsent(K, ToLongFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjLongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(K, Function<? super K, ? extends Short>) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
computeIfAbsent(K, ToShortFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjShortMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Short, Function<? super Short, ? extends Byte>) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
computeIfAbsent(short, ShortToByteFunction) - Method in interface com.koloboke.collect.map.ShortByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Short, Function<? super Short, ? extends Character>) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
computeIfAbsent(short, ShortToCharFunction) - Method in interface com.koloboke.collect.map.ShortCharMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Short, Function<? super Short, ? extends Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
computeIfAbsent(short, ShortToDoubleFunction) - Method in interface com.koloboke.collect.map.ShortDoubleMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Short, Function<? super Short, ? extends Float>) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
computeIfAbsent(short, ShortToFloatFunction) - Method in interface com.koloboke.collect.map.ShortFloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Short, Function<? super Short, ? extends Integer>) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
computeIfAbsent(short, ShortToIntFunction) - Method in interface com.koloboke.collect.map.ShortIntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Short, Function<? super Short, ? extends Long>) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
computeIfAbsent(short, ShortToLongFunction) - Method in interface com.koloboke.collect.map.ShortLongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfAbsent(Short, Function<? super Short, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
computeIfAbsent(short, ShortFunction<? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(Short, Function<? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
computeIfAbsent(short, ShortUnaryOperator) - Method in interface com.koloboke.collect.map.ShortShortMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map .
computeIfPresent(Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
computeIfPresent(byte, ByteByteToByteFunction) - Method in interface com.koloboke.collect.map.ByteByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
computeIfPresent(byte, ByteCharToCharFunction) - Method in interface com.koloboke.collect.map.ByteCharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMap
computeIfPresent(byte, ByteDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.ByteDoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ByteFloatMap
computeIfPresent(byte, ByteFloatToFloatFunction) - Method in interface com.koloboke.collect.map.ByteFloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
computeIfPresent(byte, ByteIntToIntFunction) - Method in interface com.koloboke.collect.map.ByteIntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
computeIfPresent(byte, ByteLongToLongFunction) - Method in interface com.koloboke.collect.map.ByteLongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
computeIfPresent(byte, ByteObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Byte, BiFunction<? super Byte, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ByteShortMap
computeIfPresent(byte, ByteShortToShortFunction) - Method in interface com.koloboke.collect.map.ByteShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
computeIfPresent(char, CharByteToByteFunction) - Method in interface com.koloboke.collect.map.CharByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
computeIfPresent(char, CharCharToCharFunction) - Method in interface com.koloboke.collect.map.CharCharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.CharDoubleMap
computeIfPresent(char, CharDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.CharDoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.CharFloatMap
computeIfPresent(char, CharFloatToFloatFunction) - Method in interface com.koloboke.collect.map.CharFloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
computeIfPresent(char, CharIntToIntFunction) - Method in interface com.koloboke.collect.map.CharIntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
computeIfPresent(char, CharLongToLongFunction) - Method in interface com.koloboke.collect.map.CharLongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
computeIfPresent(char, CharObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.CharShortMap
computeIfPresent(char, CharShortToShortFunction) - Method in interface com.koloboke.collect.map.CharShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMap
computeIfPresent(double, DoubleByteToByteFunction) - Method in interface com.koloboke.collect.map.DoubleByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.DoubleCharMap
computeIfPresent(double, DoubleCharToCharFunction) - Method in interface com.koloboke.collect.map.DoubleCharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
computeIfPresent(double, DoubleDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMap
computeIfPresent(double, DoubleFloatToFloatFunction) - Method in interface com.koloboke.collect.map.DoubleFloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMap
computeIfPresent(double, DoubleIntToIntFunction) - Method in interface com.koloboke.collect.map.DoubleIntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.DoubleLongMap
computeIfPresent(double, DoubleLongToLongFunction) - Method in interface com.koloboke.collect.map.DoubleLongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
computeIfPresent(double, DoubleObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.DoubleShortMap
computeIfPresent(double, DoubleShortToShortFunction) - Method in interface com.koloboke.collect.map.DoubleShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.FloatByteMap
computeIfPresent(float, FloatByteToByteFunction) - Method in interface com.koloboke.collect.map.FloatByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.FloatCharMap
computeIfPresent(float, FloatCharToCharFunction) - Method in interface com.koloboke.collect.map.FloatCharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMap
computeIfPresent(float, FloatDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.FloatDoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.FloatFloatMap
computeIfPresent(float, FloatFloatToFloatFunction) - Method in interface com.koloboke.collect.map.FloatFloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
computeIfPresent(float, FloatIntToIntFunction) - Method in interface com.koloboke.collect.map.FloatIntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.FloatLongMap
computeIfPresent(float, FloatLongToLongFunction) - Method in interface com.koloboke.collect.map.FloatLongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
computeIfPresent(float, FloatObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.FloatShortMap
computeIfPresent(float, FloatShortToShortFunction) - Method in interface com.koloboke.collect.map.FloatShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
computeIfPresent(int, IntByteToByteFunction) - Method in interface com.koloboke.collect.map.IntByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
computeIfPresent(int, IntCharToCharFunction) - Method in interface com.koloboke.collect.map.IntCharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.IntDoubleMap
computeIfPresent(int, IntDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.IntDoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
computeIfPresent(int, IntFloatToFloatFunction) - Method in interface com.koloboke.collect.map.IntFloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
computeIfPresent(int, IntIntToIntFunction) - Method in interface com.koloboke.collect.map.IntIntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
computeIfPresent(int, IntLongToLongFunction) - Method in interface com.koloboke.collect.map.IntLongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
computeIfPresent(int, IntObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
computeIfPresent(int, IntShortToShortFunction) - Method in interface com.koloboke.collect.map.IntShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
computeIfPresent(long, LongByteToByteFunction) - Method in interface com.koloboke.collect.map.LongByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
computeIfPresent(long, LongCharToCharFunction) - Method in interface com.koloboke.collect.map.LongCharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.LongDoubleMap
computeIfPresent(long, LongDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.LongDoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.LongFloatMap
computeIfPresent(long, LongFloatToFloatFunction) - Method in interface com.koloboke.collect.map.LongFloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
computeIfPresent(long, LongIntToIntFunction) - Method in interface com.koloboke.collect.map.LongIntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
computeIfPresent(long, LongLongToLongFunction) - Method in interface com.koloboke.collect.map.LongLongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
computeIfPresent(long, LongObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.LongShortMap
computeIfPresent(long, LongShortToShortFunction) - Method in interface com.koloboke.collect.map.LongShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
computeIfPresent(K, ObjByteToByteFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
computeIfPresent(K, ObjCharToCharFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjCharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
computeIfPresent(K, ObjDoubleToDoubleFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ObjFloatMap
computeIfPresent(K, ObjFloatToFloatFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjFloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
computeIfPresent(K, ObjIntToIntFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjIntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
computeIfPresent(K, ObjLongToLongFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjLongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ObjShortMap
computeIfPresent(K, ObjShortToShortFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Short, BiFunction<? super Short, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ShortByteMap
computeIfPresent(short, ShortByteToByteFunction) - Method in interface com.koloboke.collect.map.ShortByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Short, BiFunction<? super Short, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ShortCharMap
computeIfPresent(short, ShortCharToCharFunction) - Method in interface com.koloboke.collect.map.ShortCharMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Short, BiFunction<? super Short, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMap
computeIfPresent(short, ShortDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.ShortDoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ShortFloatMap
computeIfPresent(short, ShortFloatToFloatFunction) - Method in interface com.koloboke.collect.map.ShortFloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
computeIfPresent(short, ShortIntToIntFunction) - Method in interface com.koloboke.collect.map.ShortIntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ShortLongMap
computeIfPresent(short, ShortLongToLongFunction) - Method in interface com.koloboke.collect.map.ShortLongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Short, BiFunction<? super Short, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
computeIfPresent(short, ShortObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ShortShortMap
computeIfPresent(short, ShortShortToShortFunction) - Method in interface com.koloboke.collect.map.ShortShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
Consumer<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use Consumer instead.
Container - Interface in com.koloboke.collect
The root interface of all collections within the library.
ContainerFactory<F extends ContainerFactory<F>> - Interface in com.koloboke.collect
Root container factory interface.
contains(Object) - Method in interface com.koloboke.collect.ByteCollection
Deprecated.
Use specialization ByteCollection.contains(byte) instead
contains(byte) - Method in interface com.koloboke.collect.ByteCollection
Returns true if this collection contains at least one element equals to the specified one.
contains(Object) - Method in interface com.koloboke.collect.CharCollection
Deprecated.
Use specialization CharCollection.contains(char) instead
contains(char) - Method in interface com.koloboke.collect.CharCollection
Returns true if this collection contains at least one element equals to the specified one.
contains(Object) - Method in interface com.koloboke.collect.DoubleCollection
Deprecated.
Use specialization DoubleCollection.contains(double) instead
contains(double) - Method in interface com.koloboke.collect.DoubleCollection
Returns true if this collection contains at least one element equals to the specified one.
contains(Object) - Method in interface com.koloboke.collect.FloatCollection
Deprecated.
Use specialization FloatCollection.contains(float) instead
contains(float) - Method in interface com.koloboke.collect.FloatCollection
Returns true if this collection contains at least one element equals to the specified one.
contains(Object) - Method in interface com.koloboke.collect.IntCollection
Deprecated.
Use specialization IntCollection.contains(int) instead
contains(int) - Method in interface com.koloboke.collect.IntCollection
Returns true if this collection contains at least one element equals to the specified one.
contains(Object) - Method in interface com.koloboke.collect.LongCollection
Deprecated.
Use specialization LongCollection.contains(long) instead
contains(long) - Method in interface com.koloboke.collect.LongCollection
Returns true if this collection contains at least one element equals to the specified one.
contains(Object) - Method in interface com.koloboke.collect.ShortCollection
Deprecated.
Use specialization ShortCollection.contains(short) instead
contains(short) - Method in interface com.koloboke.collect.ShortCollection
Returns true if this collection contains at least one element equals to the specified one.
containsKey(Object) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.containsKey(byte) instead
containsKey(byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.containsKey(byte) instead
containsKey(byte) - Method in interface com.koloboke.collect.map.ByteCharMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.containsKey(byte) instead
containsKey(byte) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.containsKey(byte) instead
containsKey(byte) - Method in interface com.koloboke.collect.map.ByteFloatMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.containsKey(byte) instead
containsKey(byte) - Method in interface com.koloboke.collect.map.ByteIntMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.containsKey(byte) instead
containsKey(byte) - Method in interface com.koloboke.collect.map.ByteLongMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.containsKey(byte) instead
containsKey(byte) - Method in interface com.koloboke.collect.map.ByteObjMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.containsKey(byte) instead
containsKey(byte) - Method in interface com.koloboke.collect.map.ByteShortMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.containsKey(char) instead
containsKey(char) - Method in interface com.koloboke.collect.map.CharByteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.containsKey(char) instead
containsKey(char) - Method in interface com.koloboke.collect.map.CharCharMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.containsKey(char) instead
containsKey(char) - Method in interface com.koloboke.collect.map.CharDoubleMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.containsKey(char) instead
containsKey(char) - Method in interface com.koloboke.collect.map.CharFloatMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.containsKey(char) instead
containsKey(char) - Method in interface com.koloboke.collect.map.CharIntMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.containsKey(char) instead
containsKey(char) - Method in interface com.koloboke.collect.map.CharLongMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.containsKey(char) instead
containsKey(char) - Method in interface com.koloboke.collect.map.CharObjMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.containsKey(char) instead
containsKey(char) - Method in interface com.koloboke.collect.map.CharShortMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.containsKey(double) instead
containsKey(double) - Method in interface com.koloboke.collect.map.DoubleByteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.containsKey(double) instead
containsKey(double) - Method in interface com.koloboke.collect.map.DoubleCharMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
Use specialization DoubleDoubleMap.containsKey(double) instead
containsKey(double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
Use specialization DoubleFloatMap.containsKey(double) instead
containsKey(double) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.containsKey(double) instead
containsKey(double) - Method in interface com.koloboke.collect.map.DoubleIntMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.containsKey(double) instead
containsKey(double) - Method in interface com.koloboke.collect.map.DoubleLongMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
Use specialization DoubleObjMap.containsKey(double) instead
containsKey(double) - Method in interface com.koloboke.collect.map.DoubleObjMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
Use specialization DoubleShortMap.containsKey(double) instead
containsKey(double) - Method in interface com.koloboke.collect.map.DoubleShortMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.containsKey(float) instead
containsKey(float) - Method in interface com.koloboke.collect.map.FloatByteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.containsKey(float) instead
containsKey(float) - Method in interface com.koloboke.collect.map.FloatCharMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
Use specialization FloatDoubleMap.containsKey(float) instead
containsKey(float) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.containsKey(float) instead
containsKey(float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.containsKey(float) instead
containsKey(float) - Method in interface com.koloboke.collect.map.FloatIntMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.containsKey(float) instead
containsKey(float) - Method in interface com.koloboke.collect.map.FloatLongMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.containsKey(float) instead
containsKey(float) - Method in interface com.koloboke.collect.map.FloatObjMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.containsKey(float) instead
containsKey(float) - Method in interface com.koloboke.collect.map.FloatShortMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.containsKey(int) instead
containsKey(int) - Method in interface com.koloboke.collect.map.IntByteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.containsKey(int) instead
containsKey(int) - Method in interface com.koloboke.collect.map.IntCharMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.containsKey(int) instead
containsKey(int) - Method in interface com.koloboke.collect.map.IntDoubleMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.containsKey(int) instead
containsKey(int) - Method in interface com.koloboke.collect.map.IntFloatMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.containsKey(int) instead
containsKey(int) - Method in interface com.koloboke.collect.map.IntIntMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.containsKey(int) instead
containsKey(int) - Method in interface com.koloboke.collect.map.IntLongMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.containsKey(int) instead
containsKey(int) - Method in interface com.koloboke.collect.map.IntObjMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.containsKey(int) instead
containsKey(int) - Method in interface com.koloboke.collect.map.IntShortMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.containsKey(long) instead
containsKey(long) - Method in interface com.koloboke.collect.map.LongByteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.containsKey(long) instead
containsKey(long) - Method in interface com.koloboke.collect.map.LongCharMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.containsKey(long) instead
containsKey(long) - Method in interface com.koloboke.collect.map.LongDoubleMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.containsKey(long) instead
containsKey(long) - Method in interface com.koloboke.collect.map.LongFloatMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.containsKey(long) instead
containsKey(long) - Method in interface com.koloboke.collect.map.LongIntMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.containsKey(long) instead
containsKey(long) - Method in interface com.koloboke.collect.map.LongLongMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.containsKey(long) instead
containsKey(long) - Method in interface com.koloboke.collect.map.LongObjMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.containsKey(long) instead
containsKey(long) - Method in interface com.koloboke.collect.map.LongShortMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.containsKey(short) instead
containsKey(short) - Method in interface com.koloboke.collect.map.ShortByteMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.containsKey(short) instead
containsKey(short) - Method in interface com.koloboke.collect.map.ShortCharMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
Use specialization ShortDoubleMap.containsKey(short) instead
containsKey(short) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.containsKey(short) instead
containsKey(short) - Method in interface com.koloboke.collect.map.ShortFloatMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.containsKey(short) instead
containsKey(short) - Method in interface com.koloboke.collect.map.ShortIntMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.containsKey(short) instead
containsKey(short) - Method in interface com.koloboke.collect.map.ShortLongMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.containsKey(short) instead
containsKey(short) - Method in interface com.koloboke.collect.map.ShortObjMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.containsKey(short) instead
containsKey(short) - Method in interface com.koloboke.collect.map.ShortShortMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.containsValue(byte) instead
containsValue(byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.containsValue(char) instead
containsValue(char) - Method in interface com.koloboke.collect.map.ByteCharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.containsValue(double) instead
containsValue(double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.containsValue(float) instead
containsValue(float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.containsValue(int) instead
containsValue(int) - Method in interface com.koloboke.collect.map.ByteIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.containsValue(long) instead
containsValue(long) - Method in interface com.koloboke.collect.map.ByteLongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.containsValue(short) instead
containsValue(short) - Method in interface com.koloboke.collect.map.ByteShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.containsValue(byte) instead
containsValue(byte) - Method in interface com.koloboke.collect.map.CharByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.containsValue(char) instead
containsValue(char) - Method in interface com.koloboke.collect.map.CharCharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.containsValue(double) instead
containsValue(double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.containsValue(float) instead
containsValue(float) - Method in interface com.koloboke.collect.map.CharFloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.containsValue(int) instead
containsValue(int) - Method in interface com.koloboke.collect.map.CharIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.containsValue(long) instead
containsValue(long) - Method in interface com.koloboke.collect.map.CharLongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.containsValue(short) instead
containsValue(short) - Method in interface com.koloboke.collect.map.CharShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.containsValue(byte) instead
containsValue(byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.containsValue(char) instead
containsValue(char) - Method in interface com.koloboke.collect.map.DoubleCharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
Use specialization DoubleDoubleMap.containsValue(double) instead
containsValue(double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
Use specialization DoubleFloatMap.containsValue(float) instead
containsValue(float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.containsValue(int) instead
containsValue(int) - Method in interface com.koloboke.collect.map.DoubleIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.containsValue(long) instead
containsValue(long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
Use specialization DoubleShortMap.containsValue(short) instead
containsValue(short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.containsValue(byte) instead
containsValue(byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.containsValue(char) instead
containsValue(char) - Method in interface com.koloboke.collect.map.FloatCharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
Use specialization FloatDoubleMap.containsValue(double) instead
containsValue(double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.containsValue(float) instead
containsValue(float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.containsValue(int) instead
containsValue(int) - Method in interface com.koloboke.collect.map.FloatIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.containsValue(long) instead
containsValue(long) - Method in interface com.koloboke.collect.map.FloatLongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.containsValue(short) instead
containsValue(short) - Method in interface com.koloboke.collect.map.FloatShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.containsValue(byte) instead
containsValue(byte) - Method in interface com.koloboke.collect.map.IntByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.containsValue(char) instead
containsValue(char) - Method in interface com.koloboke.collect.map.IntCharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.containsValue(double) instead
containsValue(double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.containsValue(float) instead
containsValue(float) - Method in interface com.koloboke.collect.map.IntFloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.containsValue(int) instead
containsValue(int) - Method in interface com.koloboke.collect.map.IntIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.containsValue(long) instead
containsValue(long) - Method in interface com.koloboke.collect.map.IntLongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.containsValue(short) instead
containsValue(short) - Method in interface com.koloboke.collect.map.IntShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.containsValue(byte) instead
containsValue(byte) - Method in interface com.koloboke.collect.map.LongByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.containsValue(char) instead
containsValue(char) - Method in interface com.koloboke.collect.map.LongCharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.containsValue(double) instead
containsValue(double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.containsValue(float) instead
containsValue(float) - Method in interface com.koloboke.collect.map.LongFloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.containsValue(int) instead
containsValue(int) - Method in interface com.koloboke.collect.map.LongIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.containsValue(long) instead
containsValue(long) - Method in interface com.koloboke.collect.map.LongLongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.containsValue(short) instead
containsValue(short) - Method in interface com.koloboke.collect.map.LongShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.containsValue(byte) instead
containsValue(byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.containsValue(char) instead
containsValue(char) - Method in interface com.koloboke.collect.map.ObjCharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
Use specialization ObjDoubleMap.containsValue(double) instead
containsValue(double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.containsValue(float) instead
containsValue(float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.containsValue(int) instead
containsValue(int) - Method in interface com.koloboke.collect.map.ObjIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.containsValue(long) instead
containsValue(long) - Method in interface com.koloboke.collect.map.ObjLongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.containsValue(short) instead
containsValue(short) - Method in interface com.koloboke.collect.map.ObjShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.containsValue(byte) instead
containsValue(byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.containsValue(char) instead
containsValue(char) - Method in interface com.koloboke.collect.map.ShortCharMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
Use specialization ShortDoubleMap.containsValue(double) instead
containsValue(double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.containsValue(float) instead
containsValue(float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.containsValue(int) instead
containsValue(int) - Method in interface com.koloboke.collect.map.ShortIntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.containsValue(long) instead
containsValue(long) - Method in interface com.koloboke.collect.map.ShortLongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.containsValue(short) instead
containsValue(short) - Method in interface com.koloboke.collect.map.ShortShortMap
Returns true if this map maps one or more keys to the specified value.
currentLoad() - Method in interface com.koloboke.collect.hash.HashContainer
Returns fullness of the internal tables, the fraction of taken slots.
cursor() - Method in interface com.koloboke.collect.ByteCollection
Returns a new cursor over this collection's elements.
cursor() - Method in interface com.koloboke.collect.CharCollection
Returns a new cursor over this collection's elements.
Cursor - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration.
cursor() - Method in interface com.koloboke.collect.DoubleCollection
Returns a new cursor over this collection's elements.
cursor() - Method in interface com.koloboke.collect.FloatCollection
Returns a new cursor over this collection's elements.
cursor() - Method in interface com.koloboke.collect.IntCollection
Returns a new cursor over this collection's elements.
cursor() - Method in interface com.koloboke.collect.LongCollection
Returns a new cursor over this collection's elements.
cursor() - Method in interface com.koloboke.collect.map.ByteByteMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ByteCharMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ByteDoubleMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ByteFloatMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ByteIntMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ByteLongMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ByteObjMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ByteShortMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.CharByteMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.CharCharMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.CharDoubleMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.CharFloatMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.CharIntMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.CharLongMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.CharObjMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.CharShortMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.DoubleByteMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.DoubleCharMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.DoubleFloatMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.DoubleIntMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.DoubleLongMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.DoubleObjMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.DoubleShortMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.FloatByteMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.FloatCharMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.FloatDoubleMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.FloatFloatMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.FloatIntMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.FloatLongMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.FloatObjMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.FloatShortMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.IntByteMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.IntCharMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.IntDoubleMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.IntFloatMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.IntIntMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.IntLongMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.IntObjMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.IntShortMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.LongByteMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.LongCharMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.LongDoubleMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.LongFloatMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.LongIntMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.LongLongMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.LongObjMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.LongShortMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ObjByteMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ObjCharMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ObjDoubleMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ObjFloatMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ObjIntMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ObjLongMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ObjObjMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ObjShortMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ShortByteMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ShortCharMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ShortDoubleMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ShortFloatMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ShortIntMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ShortLongMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ShortObjMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.map.ShortShortMap
Returns a new cursor over the entries of this map.
cursor() - Method in interface com.koloboke.collect.ObjCollection
Returns a new cursor over this collection's elements.
cursor() - Method in interface com.koloboke.collect.ShortCollection
Returns a new cursor over this collection's elements.

D

defaultEquality() - Static method in class com.koloboke.collect.Equivalence
Returns the default, built-in equivalence in Java, driven by Object.equals(Object) and Object.hashCode() methods.
defaultValue() - Method in interface com.koloboke.collect.map.ByteByteMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ByteCharMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ByteDoubleMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ByteFloatMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ByteIntMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ByteLongMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ByteShortMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.CharByteMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.CharCharMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.CharDoubleMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.CharFloatMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.CharIntMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.CharLongMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.CharShortMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.DoubleByteMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.DoubleCharMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.DoubleFloatMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.DoubleIntMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.DoubleLongMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.DoubleShortMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.FloatByteMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.FloatCharMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.FloatDoubleMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.FloatFloatMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.FloatIntMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.FloatLongMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.FloatShortMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.IntByteMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.IntCharMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.IntDoubleMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.IntFloatMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.IntIntMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.IntLongMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.IntShortMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.LongByteMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.LongCharMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.LongDoubleMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.LongFloatMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.LongIntMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.LongLongMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.LongShortMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ObjByteMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ObjCharMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ObjDoubleMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ObjFloatMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ObjIntMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ObjLongMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ObjShortMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ShortByteMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ShortCharMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ShortDoubleMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ShortFloatMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ShortIntMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ShortLongMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
defaultValue() - Method in interface com.koloboke.collect.map.ShortShortMap
Returns the default value of this map, which is used instead of null in primitive specialization methods, when the key is absent in the map.
DoubleBinaryOperator - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use DoubleBinaryOperator instead.
DoubleByteConsumer - Interface in com.koloboke.function
Represents an operation that accepts a double-valued and a byte-valued argument, and returns no result.
DoubleByteCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with double keys and byte values.
DoubleByteMap - Interface in com.koloboke.collect.map
A Map specialization with double keys and byte values.
DoubleByteMapFactory<F extends DoubleByteMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of DoubleByteMaps.
DoubleBytePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a double-valued and a byte-valued argument.
DoubleByteToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued and a byte-valued argument and produces a byte-valued result.
DoubleCharConsumer - Interface in com.koloboke.function
Represents an operation that accepts a double-valued and a char-valued argument, and returns no result.
DoubleCharCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with double keys and char values.
DoubleCharMap - Interface in com.koloboke.collect.map
A Map specialization with double keys and char values.
DoubleCharMapFactory<F extends DoubleCharMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of DoubleCharMaps.
DoubleCharPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a double-valued and a char-valued argument.
DoubleCharToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued and a char-valued argument and produces a char-valued result.
DoubleCollection - Interface in com.koloboke.collect
A Collection specialization with double elements.
DoubleConsumer - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use DoubleConsumer instead.
DoubleCursor - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration of doubles.
DoubleDoubleConsumer - Interface in com.koloboke.function
Represents an operation that accepts two double-valued arguments and returns no result.
DoubleDoubleCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with double keys and double values.
DoubleDoubleMap - Interface in com.koloboke.collect.map
A Map specialization with double keys and double values.
DoubleDoubleMapFactory<F extends DoubleDoubleMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of DoubleDoubleMaps.
DoubleDoublePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts two double-valued arguments.
DoubleDoubleToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts two double-valued arguments and produces a double-valued result.
DoubleFloatConsumer - Interface in com.koloboke.function
Represents an operation that accepts a double-valued and a float-valued argument, and returns no result.
DoubleFloatCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with double keys and float values.
DoubleFloatMap - Interface in com.koloboke.collect.map
A Map specialization with double keys and float values.
DoubleFloatMapFactory<F extends DoubleFloatMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of DoubleFloatMaps.
DoubleFloatPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a double-valued and a float-valued argument.
DoubleFloatToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued and a float-valued argument and produces a float-valued result.
DoubleFunction<R> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use DoubleFunction instead.
DoubleIntConsumer - Interface in com.koloboke.function
Represents an operation that accepts a double-valued and an int-valued argument, and returns no result.
DoubleIntCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with double keys and int values.
DoubleIntMap - Interface in com.koloboke.collect.map
A Map specialization with double keys and int values.
DoubleIntMapFactory<F extends DoubleIntMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of DoubleIntMaps.
DoubleIntPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a double-valued and an int-valued argument.
DoubleIntToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued and an int-valued argument and produces an int-valued result.
DoubleIterator - Interface in com.koloboke.collect
Primitive specialization of Iterator<Double>.
DoubleLongConsumer - Interface in com.koloboke.function
Represents an operation that accepts a double-valued and a long-valued argument, and returns no result.
DoubleLongCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with double keys and long values.
DoubleLongMap - Interface in com.koloboke.collect.map
A Map specialization with double keys and long values.
DoubleLongMapFactory<F extends DoubleLongMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of DoubleLongMaps.
DoubleLongPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a double-valued and a long-valued argument.
DoubleLongToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued and a long-valued argument and produces a long-valued result.
DoubleObjConsumer<U> - Interface in com.koloboke.function
Represents an operation that accepts a double-valued and an object-valued argument, and returns no result.
DoubleObjCursor<V> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with double keys and Object values.
DoubleObjFunction<T,R> - Interface in com.koloboke.function
Represents a function that accepts a double-valued and an object-valued argument and returns a result.
DoubleObjMap<V> - Interface in com.koloboke.collect.map
A Map specialization with double keys and Object values.
DoubleObjMapFactory<V,F extends DoubleObjMapFactory<V,F>> - Interface in com.koloboke.collect.map
An immutable factory of DoubleObjMaps.
DoubleObjPredicate<U> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a double-valued and an object-valued argument.
DoublePredicate - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use DoublePredicate instead.
DoubleSet - Interface in com.koloboke.collect.set
A Set specialization with double elements.
DoubleSetFactory<F extends DoubleSetFactory<F>> - Interface in com.koloboke.collect.set
An immutable factory of DoubleSets.
DoubleShortConsumer - Interface in com.koloboke.function
Represents an operation that accepts a double-valued and a short-valued argument, and returns no result.
DoubleShortCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with double keys and short values.
DoubleShortMap - Interface in com.koloboke.collect.map
A Map specialization with double keys and short values.
DoubleShortMapFactory<F extends DoubleShortMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of DoubleShortMaps.
DoubleShortPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a double-valued and a short-valued argument.
DoubleShortToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued and a short-valued argument and produces a short-valued result.
DoubleToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued argument and produces a byte-valued result.
DoubleToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued argument and produces a char-valued result.
DoubleToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued argument and produces a float-valued result.
DoubleToIntFunction - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use DoubleToIntFunction instead.
DoubleToLongFunction - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use DoubleToLongFunction instead.
DoubleToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a double-valued argument and produces a short-valued result.
DoubleUnaryOperator - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use DoubleUnaryOperator instead.

E

elem() - Method in interface com.koloboke.collect.ByteCursor
Returns the element to which the cursor currently points.
elem() - Method in interface com.koloboke.collect.CharCursor
Returns the element to which the cursor currently points.
elem() - Method in interface com.koloboke.collect.DoubleCursor
Returns the element to which the cursor currently points.
elem() - Method in interface com.koloboke.collect.FloatCursor
Returns the element to which the cursor currently points.
elem() - Method in interface com.koloboke.collect.IntCursor
Returns the element to which the cursor currently points.
elem() - Method in interface com.koloboke.collect.LongCursor
Returns the element to which the cursor currently points.
elem() - Method in interface com.koloboke.collect.ObjCursor
Returns the element to which the cursor currently points.
elem() - Method in interface com.koloboke.collect.ShortCursor
Returns the element to which the cursor currently points.
ensureCapacity(long) - Method in interface com.koloboke.collect.Container
Prepares the container for insertion of minSize - Container.sizeAsLong() new elements without excessive capacity increases.
ensureCapacity(long) - Method in interface com.koloboke.collect.hash.HashContainer
Prepares the hash for insertion of minSize - Container.size() new elements without excessive rehashes.
entryEquivalence(Equivalence<K>, Equivalence<V>) - Static method in class com.koloboke.collect.Equivalence
Returns a Map.Entry equivalence for the given key and value equivalences.
entrySet() - Method in interface com.koloboke.collect.map.ByteByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.ByteCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.ByteDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.ByteFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.ByteIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.ByteLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.ByteObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.ByteShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.CharByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.CharCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.CharDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.CharFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.CharIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.CharLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.CharObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.CharShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.DoubleByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.DoubleCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.DoubleDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.DoubleFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.DoubleIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.DoubleLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.DoubleObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.DoubleShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.FloatByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.FloatCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.FloatDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.FloatFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.FloatIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.FloatLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.FloatObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.FloatShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashByteByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashByteCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashByteFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashByteIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashByteLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashByteObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashByteShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashCharByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashCharCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashCharFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashCharIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashCharLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashCharObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashCharShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashFloatByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashFloatCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashFloatIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashFloatLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashFloatObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashFloatShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashIntByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashIntCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashIntFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashIntIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashIntLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashIntObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashIntShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashLongByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashLongCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashLongFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashLongIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashLongLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashLongObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashLongShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashObjByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashObjCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashObjFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashObjIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashObjLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashObjObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashObjShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashShortByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashShortCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashShortFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashShortIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashShortLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashShortObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.hash.HashShortShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.IntByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.IntCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.IntDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.IntFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.IntIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.IntLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.IntObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.IntShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.LongByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.LongCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.LongDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.LongFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.LongIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.LongLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.LongObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.LongShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.ObjByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.ObjCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.ObjDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.ObjFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.ObjIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.ObjLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.ObjObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.ObjShortMap
 
entrySet() - Method in interface com.koloboke.collect.map.ShortByteMap
 
entrySet() - Method in interface com.koloboke.collect.map.ShortCharMap
 
entrySet() - Method in interface com.koloboke.collect.map.ShortDoubleMap
 
entrySet() - Method in interface com.koloboke.collect.map.ShortFloatMap
 
entrySet() - Method in interface com.koloboke.collect.map.ShortIntMap
 
entrySet() - Method in interface com.koloboke.collect.map.ShortLongMap
 
entrySet() - Method in interface com.koloboke.collect.map.ShortObjMap
 
entrySet() - Method in interface com.koloboke.collect.map.ShortShortMap
 
equals(Object) - Method in class com.koloboke.collect.Equivalence
equals(Object) - Method in class com.koloboke.collect.StatelessEquivalence
Returns true if the given object is also an instance of this equivalence class.
Equivalence<T> - Class in com.koloboke.collect
A strategy for determining whether two instances are considered equivalent.
Equivalence() - Constructor for class com.koloboke.collect.Equivalence
Constructor for use by subclasses.
equivalence() - Method in interface com.koloboke.collect.ObjCollection
Returns the equivalence strategy for elements in this collection.
equivalent(T, T) - Method in class com.koloboke.collect.Equivalence
Returns true if a and b are considered equivalent, false otherwise.

F

FloatBinaryOperator - Interface in com.koloboke.function
Represents an operation upon two float-valued operands and producing a float-valued result.
FloatByteConsumer - Interface in com.koloboke.function
Represents an operation that accepts a float-valued and a byte-valued argument, and returns no result.
FloatByteCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with float keys and byte values.
FloatByteMap - Interface in com.koloboke.collect.map
A Map specialization with float keys and byte values.
FloatByteMapFactory<F extends FloatByteMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of FloatByteMaps.
FloatBytePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a float-valued and a byte-valued argument.
FloatByteToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued and a byte-valued argument and produces a byte-valued result.
FloatCharConsumer - Interface in com.koloboke.function
Represents an operation that accepts a float-valued and a char-valued argument, and returns no result.
FloatCharCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with float keys and char values.
FloatCharMap - Interface in com.koloboke.collect.map
A Map specialization with float keys and char values.
FloatCharMapFactory<F extends FloatCharMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of FloatCharMaps.
FloatCharPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a float-valued and a char-valued argument.
FloatCharToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued and a char-valued argument and produces a char-valued result.
FloatCollection - Interface in com.koloboke.collect
A Collection specialization with float elements.
FloatConsumer - Interface in com.koloboke.function
Represents an operation that accepts a single float-valued argument and returns no result.
FloatCursor - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration of floats.
FloatDoubleConsumer - Interface in com.koloboke.function
Represents an operation that accepts a float-valued and a double-valued argument, and returns no result.
FloatDoubleCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with float keys and double values.
FloatDoubleMap - Interface in com.koloboke.collect.map
A Map specialization with float keys and double values.
FloatDoubleMapFactory<F extends FloatDoubleMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of FloatDoubleMaps.
FloatDoublePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a float-valued and a double-valued argument.
FloatDoubleToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued and a double-valued argument and produces a double-valued result.
FloatFloatConsumer - Interface in com.koloboke.function
Represents an operation that accepts two float-valued arguments and returns no result.
FloatFloatCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with float keys and float values.
FloatFloatMap - Interface in com.koloboke.collect.map
A Map specialization with float keys and float values.
FloatFloatMapFactory<F extends FloatFloatMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of FloatFloatMaps.
FloatFloatPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts two float-valued arguments.
FloatFloatToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts two float-valued arguments and produces a float-valued result.
FloatFunction<R> - Interface in com.koloboke.function
Represents a function that accepts a float-valued argument and produces a result.
FloatIntConsumer - Interface in com.koloboke.function
Represents an operation that accepts a float-valued and an int-valued argument, and returns no result.
FloatIntCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with float keys and int values.
FloatIntMap - Interface in com.koloboke.collect.map
A Map specialization with float keys and int values.
FloatIntMapFactory<F extends FloatIntMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of FloatIntMaps.
FloatIntPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a float-valued and an int-valued argument.
FloatIntToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued and an int-valued argument and produces an int-valued result.
FloatIterator - Interface in com.koloboke.collect
Primitive specialization of Iterator<Float>.
FloatLongConsumer - Interface in com.koloboke.function
Represents an operation that accepts a float-valued and a long-valued argument, and returns no result.
FloatLongCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with float keys and long values.
FloatLongMap - Interface in com.koloboke.collect.map
A Map specialization with float keys and long values.
FloatLongMapFactory<F extends FloatLongMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of FloatLongMaps.
FloatLongPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a float-valued and a long-valued argument.
FloatLongToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued and a long-valued argument and produces a long-valued result.
FloatObjConsumer<U> - Interface in com.koloboke.function
Represents an operation that accepts a float-valued and an object-valued argument, and returns no result.
FloatObjCursor<V> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with float keys and Object values.
FloatObjFunction<T,R> - Interface in com.koloboke.function
Represents a function that accepts a float-valued and an object-valued argument and returns a result.
FloatObjMap<V> - Interface in com.koloboke.collect.map
A Map specialization with float keys and Object values.
FloatObjMapFactory<V,F extends FloatObjMapFactory<V,F>> - Interface in com.koloboke.collect.map
An immutable factory of FloatObjMaps.
FloatObjPredicate<U> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a float-valued and an object-valued argument.
FloatPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) of one float-valued argument.
FloatSet - Interface in com.koloboke.collect.set
A Set specialization with float elements.
FloatSetFactory<F extends FloatSetFactory<F>> - Interface in com.koloboke.collect.set
An immutable factory of FloatSets.
FloatShortConsumer - Interface in com.koloboke.function
Represents an operation that accepts a float-valued and a short-valued argument, and returns no result.
FloatShortCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with float keys and short values.
FloatShortMap - Interface in com.koloboke.collect.map
A Map specialization with float keys and short values.
FloatShortMapFactory<F extends FloatShortMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of FloatShortMaps.
FloatShortPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a float-valued and a short-valued argument.
FloatShortToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued and a short-valued argument and produces a short-valued result.
FloatToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued argument and produces a byte-valued result.
FloatToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued argument and produces a char-valued result.
FloatToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued argument and produces a double-valued result.
FloatToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued argument and produces an int-valued result.
FloatToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued argument and produces a long-valued result.
FloatToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a float-valued argument and produces a short-valued result.
FloatUnaryOperator - Interface in com.koloboke.function
Represents an operation on a single float-valued operand that produces a float-valued result.
forEach(Consumer<? super Byte>) - Method in interface com.koloboke.collect.ByteCollection
Deprecated.
Use specialization ByteCollection.forEach(ByteConsumer) instead
forEach(ByteConsumer) - Method in interface com.koloboke.collect.ByteCollection
Performs the given action for each element of this collection until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Character>) - Method in interface com.koloboke.collect.CharCollection
Deprecated.
Use specialization CharCollection.forEach(CharConsumer) instead
forEach(CharConsumer) - Method in interface com.koloboke.collect.CharCollection
Performs the given action for each element of this collection until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Double>) - Method in interface com.koloboke.collect.DoubleCollection
Deprecated.
Use specialization DoubleCollection.forEach(DoubleConsumer) instead
forEach(DoubleConsumer) - Method in interface com.koloboke.collect.DoubleCollection
Performs the given action for each element of this collection until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Float>) - Method in interface com.koloboke.collect.FloatCollection
Deprecated.
Use specialization FloatCollection.forEach(FloatConsumer) instead
forEach(FloatConsumer) - Method in interface com.koloboke.collect.FloatCollection
Performs the given action for each element of this collection until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Integer>) - Method in interface com.koloboke.collect.IntCollection
Deprecated.
Use specialization IntCollection.forEach(IntConsumer) instead
forEach(IntConsumer) - Method in interface com.koloboke.collect.IntCollection
Performs the given action for each element of this collection until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Long>) - Method in interface com.koloboke.collect.LongCollection
Deprecated.
Use specialization LongCollection.forEach(LongConsumer) instead
forEach(LongConsumer) - Method in interface com.koloboke.collect.LongCollection
Performs the given action for each element of this collection until all elements have been processed or the action throws an exception.
forEach(BiConsumer<? super Byte, ? super Byte>) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.forEach(ByteByteConsumer) instead
forEach(ByteByteConsumer) - Method in interface com.koloboke.collect.map.ByteByteMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Byte, ? super Character>) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.forEach(ByteCharConsumer) instead
forEach(ByteCharConsumer) - Method in interface com.koloboke.collect.map.ByteCharMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Byte, ? super Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
forEach(ByteDoubleConsumer) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Byte, ? super Float>) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.forEach(ByteFloatConsumer) instead
forEach(ByteFloatConsumer) - Method in interface com.koloboke.collect.map.ByteFloatMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Byte, ? super Integer>) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.forEach(ByteIntConsumer) instead
forEach(ByteIntConsumer) - Method in interface com.koloboke.collect.map.ByteIntMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Byte, ? super Long>) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.forEach(ByteLongConsumer) instead
forEach(ByteLongConsumer) - Method in interface com.koloboke.collect.map.ByteLongMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Byte, ? super V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.forEach(ByteObjConsumer) instead
forEach(ByteObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Byte, ? super Short>) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.forEach(ByteShortConsumer) instead
forEach(ByteShortConsumer) - Method in interface com.koloboke.collect.map.ByteShortMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Character, ? super Byte>) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.forEach(CharByteConsumer) instead
forEach(CharByteConsumer) - Method in interface com.koloboke.collect.map.CharByteMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Character, ? super Character>) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.forEach(CharCharConsumer) instead
forEach(CharCharConsumer) - Method in interface com.koloboke.collect.map.CharCharMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Character, ? super Double>) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
forEach(CharDoubleConsumer) - Method in interface com.koloboke.collect.map.CharDoubleMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Character, ? super Float>) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.forEach(CharFloatConsumer) instead
forEach(CharFloatConsumer) - Method in interface com.koloboke.collect.map.CharFloatMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Character, ? super Integer>) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.forEach(CharIntConsumer) instead
forEach(CharIntConsumer) - Method in interface com.koloboke.collect.map.CharIntMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Character, ? super Long>) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.forEach(CharLongConsumer) instead
forEach(CharLongConsumer) - Method in interface com.koloboke.collect.map.CharLongMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Character, ? super V>) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.forEach(CharObjConsumer) instead
forEach(CharObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.CharObjMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Character, ? super Short>) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.forEach(CharShortConsumer) instead
forEach(CharShortConsumer) - Method in interface com.koloboke.collect.map.CharShortMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Double, ? super Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
forEach(DoubleByteConsumer) - Method in interface com.koloboke.collect.map.DoubleByteMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Double, ? super Character>) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
forEach(DoubleCharConsumer) - Method in interface com.koloboke.collect.map.DoubleCharMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Double, ? super Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
forEach(DoubleDoubleConsumer) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Double, ? super Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
forEach(DoubleFloatConsumer) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Double, ? super Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.forEach(DoubleIntConsumer) instead
forEach(DoubleIntConsumer) - Method in interface com.koloboke.collect.map.DoubleIntMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Double, ? super Long>) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
forEach(DoubleLongConsumer) - Method in interface com.koloboke.collect.map.DoubleLongMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Double, ? super V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
Use specialization DoubleObjMap.forEach(DoubleObjConsumer) instead
forEach(DoubleObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Double, ? super Short>) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
forEach(DoubleShortConsumer) - Method in interface com.koloboke.collect.map.DoubleShortMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Float, ? super Byte>) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.forEach(FloatByteConsumer) instead
forEach(FloatByteConsumer) - Method in interface com.koloboke.collect.map.FloatByteMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Float, ? super Character>) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.forEach(FloatCharConsumer) instead
forEach(FloatCharConsumer) - Method in interface com.koloboke.collect.map.FloatCharMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Float, ? super Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
forEach(FloatDoubleConsumer) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Float, ? super Float>) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
forEach(FloatFloatConsumer) - Method in interface com.koloboke.collect.map.FloatFloatMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Float, ? super Integer>) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.forEach(FloatIntConsumer) instead
forEach(FloatIntConsumer) - Method in interface com.koloboke.collect.map.FloatIntMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Float, ? super Long>) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.forEach(FloatLongConsumer) instead
forEach(FloatLongConsumer) - Method in interface com.koloboke.collect.map.FloatLongMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Float, ? super V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.forEach(FloatObjConsumer) instead
forEach(FloatObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Float, ? super Short>) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
forEach(FloatShortConsumer) - Method in interface com.koloboke.collect.map.FloatShortMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Integer, ? super Byte>) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.forEach(IntByteConsumer) instead
forEach(IntByteConsumer) - Method in interface com.koloboke.collect.map.IntByteMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Integer, ? super Character>) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.forEach(IntCharConsumer) instead
forEach(IntCharConsumer) - Method in interface com.koloboke.collect.map.IntCharMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Integer, ? super Double>) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.forEach(IntDoubleConsumer) instead
forEach(IntDoubleConsumer) - Method in interface com.koloboke.collect.map.IntDoubleMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Integer, ? super Float>) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.forEach(IntFloatConsumer) instead
forEach(IntFloatConsumer) - Method in interface com.koloboke.collect.map.IntFloatMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Integer, ? super Integer>) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.forEach(IntIntConsumer) instead
forEach(IntIntConsumer) - Method in interface com.koloboke.collect.map.IntIntMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Integer, ? super Long>) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.forEach(IntLongConsumer) instead
forEach(IntLongConsumer) - Method in interface com.koloboke.collect.map.IntLongMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Integer, ? super V>) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.forEach(IntObjConsumer) instead
forEach(IntObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.IntObjMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Integer, ? super Short>) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.forEach(IntShortConsumer) instead
forEach(IntShortConsumer) - Method in interface com.koloboke.collect.map.IntShortMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Long, ? super Byte>) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.forEach(LongByteConsumer) instead
forEach(LongByteConsumer) - Method in interface com.koloboke.collect.map.LongByteMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Long, ? super Character>) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.forEach(LongCharConsumer) instead
forEach(LongCharConsumer) - Method in interface com.koloboke.collect.map.LongCharMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Long, ? super Double>) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
forEach(LongDoubleConsumer) - Method in interface com.koloboke.collect.map.LongDoubleMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Long, ? super Float>) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.forEach(LongFloatConsumer) instead
forEach(LongFloatConsumer) - Method in interface com.koloboke.collect.map.LongFloatMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Long, ? super Integer>) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.forEach(LongIntConsumer) instead
forEach(LongIntConsumer) - Method in interface com.koloboke.collect.map.LongIntMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Long, ? super Long>) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.forEach(LongLongConsumer) instead
forEach(LongLongConsumer) - Method in interface com.koloboke.collect.map.LongLongMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Long, ? super V>) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.forEach(LongObjConsumer) instead
forEach(LongObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.LongObjMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Long, ? super Short>) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.forEach(LongShortConsumer) instead
forEach(LongShortConsumer) - Method in interface com.koloboke.collect.map.LongShortMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super K, ? super Byte>) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.forEach(ObjByteConsumer) instead
forEach(ObjByteConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjByteMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super K, ? super Character>) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.forEach(ObjCharConsumer) instead
forEach(ObjCharConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjCharMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super K, ? super Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
Use specialization ObjDoubleMap.forEach(ObjDoubleConsumer) instead
forEach(ObjDoubleConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super K, ? super Float>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.forEach(ObjFloatConsumer) instead
forEach(ObjFloatConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super K, ? super Integer>) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.forEach(ObjIntConsumer) instead
forEach(ObjIntConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjIntMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super K, ? super Long>) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.forEach(ObjLongConsumer) instead
forEach(ObjLongConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjLongMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super K, ? super Short>) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.forEach(ObjShortConsumer) instead
forEach(ObjShortConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjShortMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Short, ? super Byte>) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.forEach(ShortByteConsumer) instead
forEach(ShortByteConsumer) - Method in interface com.koloboke.collect.map.ShortByteMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Short, ? super Character>) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.forEach(ShortCharConsumer) instead
forEach(ShortCharConsumer) - Method in interface com.koloboke.collect.map.ShortCharMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Short, ? super Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
forEach(ShortDoubleConsumer) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Short, ? super Float>) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
forEach(ShortFloatConsumer) - Method in interface com.koloboke.collect.map.ShortFloatMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Short, ? super Integer>) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.forEach(ShortIntConsumer) instead
forEach(ShortIntConsumer) - Method in interface com.koloboke.collect.map.ShortIntMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Short, ? super Long>) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.forEach(ShortLongConsumer) instead
forEach(ShortLongConsumer) - Method in interface com.koloboke.collect.map.ShortLongMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Short, ? super V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.forEach(ShortObjConsumer) instead
forEach(ShortObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(BiConsumer<? super Short, ? super Short>) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
forEach(ShortShortConsumer) - Method in interface com.koloboke.collect.map.ShortShortMap
Performs the given action on each entry in this map until all entries have been processed or the action throws an Exception.
forEach(Consumer<? super Short>) - Method in interface com.koloboke.collect.ShortCollection
Deprecated.
Use specialization ShortCollection.forEach(ShortConsumer) instead
forEach(ShortConsumer) - Method in interface com.koloboke.collect.ShortCollection
Performs the given action for each element of this collection until all elements have been processed or the action throws an exception.
forEachForward(ByteConsumer) - Method in interface com.koloboke.collect.ByteCursor
Performs the given action for each element of the iteration after the cursor in forward direction until all elements have been processed or the action throws an exception.
forEachForward(CharConsumer) - Method in interface com.koloboke.collect.CharCursor
Performs the given action for each element of the iteration after the cursor in forward direction until all elements have been processed or the action throws an exception.
forEachForward(DoubleConsumer) - Method in interface com.koloboke.collect.DoubleCursor
Performs the given action for each element of the iteration after the cursor in forward direction until all elements have been processed or the action throws an exception.
forEachForward(FloatConsumer) - Method in interface com.koloboke.collect.FloatCursor
Performs the given action for each element of the iteration after the cursor in forward direction until all elements have been processed or the action throws an exception.
forEachForward(IntConsumer) - Method in interface com.koloboke.collect.IntCursor
Performs the given action for each element of the iteration after the cursor in forward direction until all elements have been processed or the action throws an exception.
forEachForward(LongConsumer) - Method in interface com.koloboke.collect.LongCursor
Performs the given action for each element of the iteration after the cursor in forward direction until all elements have been processed or the action throws an exception.
forEachForward(ByteByteConsumer) - Method in interface com.koloboke.collect.map.ByteByteCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ByteCharConsumer) - Method in interface com.koloboke.collect.map.ByteCharCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ByteDoubleConsumer) - Method in interface com.koloboke.collect.map.ByteDoubleCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ByteFloatConsumer) - Method in interface com.koloboke.collect.map.ByteFloatCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ByteIntConsumer) - Method in interface com.koloboke.collect.map.ByteIntCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ByteLongConsumer) - Method in interface com.koloboke.collect.map.ByteLongCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ByteObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.ByteObjCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ByteShortConsumer) - Method in interface com.koloboke.collect.map.ByteShortCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(CharByteConsumer) - Method in interface com.koloboke.collect.map.CharByteCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(CharCharConsumer) - Method in interface com.koloboke.collect.map.CharCharCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(CharDoubleConsumer) - Method in interface com.koloboke.collect.map.CharDoubleCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(CharFloatConsumer) - Method in interface com.koloboke.collect.map.CharFloatCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(CharIntConsumer) - Method in interface com.koloboke.collect.map.CharIntCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(CharLongConsumer) - Method in interface com.koloboke.collect.map.CharLongCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(CharObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.CharObjCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(CharShortConsumer) - Method in interface com.koloboke.collect.map.CharShortCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(DoubleByteConsumer) - Method in interface com.koloboke.collect.map.DoubleByteCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(DoubleCharConsumer) - Method in interface com.koloboke.collect.map.DoubleCharCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(DoubleDoubleConsumer) - Method in interface com.koloboke.collect.map.DoubleDoubleCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(DoubleFloatConsumer) - Method in interface com.koloboke.collect.map.DoubleFloatCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(DoubleIntConsumer) - Method in interface com.koloboke.collect.map.DoubleIntCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(DoubleLongConsumer) - Method in interface com.koloboke.collect.map.DoubleLongCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(DoubleObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.DoubleObjCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(DoubleShortConsumer) - Method in interface com.koloboke.collect.map.DoubleShortCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(FloatByteConsumer) - Method in interface com.koloboke.collect.map.FloatByteCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(FloatCharConsumer) - Method in interface com.koloboke.collect.map.FloatCharCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(FloatDoubleConsumer) - Method in interface com.koloboke.collect.map.FloatDoubleCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(FloatFloatConsumer) - Method in interface com.koloboke.collect.map.FloatFloatCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(FloatIntConsumer) - Method in interface com.koloboke.collect.map.FloatIntCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(FloatLongConsumer) - Method in interface com.koloboke.collect.map.FloatLongCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(FloatObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.FloatObjCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(FloatShortConsumer) - Method in interface com.koloboke.collect.map.FloatShortCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(IntByteConsumer) - Method in interface com.koloboke.collect.map.IntByteCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(IntCharConsumer) - Method in interface com.koloboke.collect.map.IntCharCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(IntDoubleConsumer) - Method in interface com.koloboke.collect.map.IntDoubleCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(IntFloatConsumer) - Method in interface com.koloboke.collect.map.IntFloatCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(IntIntConsumer) - Method in interface com.koloboke.collect.map.IntIntCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(IntLongConsumer) - Method in interface com.koloboke.collect.map.IntLongCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(IntObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.IntObjCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(IntShortConsumer) - Method in interface com.koloboke.collect.map.IntShortCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(LongByteConsumer) - Method in interface com.koloboke.collect.map.LongByteCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(LongCharConsumer) - Method in interface com.koloboke.collect.map.LongCharCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(LongDoubleConsumer) - Method in interface com.koloboke.collect.map.LongDoubleCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(LongFloatConsumer) - Method in interface com.koloboke.collect.map.LongFloatCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(LongIntConsumer) - Method in interface com.koloboke.collect.map.LongIntCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(LongLongConsumer) - Method in interface com.koloboke.collect.map.LongLongCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(LongObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.LongObjCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(LongShortConsumer) - Method in interface com.koloboke.collect.map.LongShortCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ObjByteConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjByteCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ObjCharConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjCharCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ObjDoubleConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjDoubleCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ObjFloatConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjFloatCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ObjIntConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjIntCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ObjLongConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjLongCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(BiConsumer<? super K, ? super V>) - Method in interface com.koloboke.collect.map.ObjObjCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ObjShortConsumer<? super K>) - Method in interface com.koloboke.collect.map.ObjShortCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ShortByteConsumer) - Method in interface com.koloboke.collect.map.ShortByteCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ShortCharConsumer) - Method in interface com.koloboke.collect.map.ShortCharCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ShortDoubleConsumer) - Method in interface com.koloboke.collect.map.ShortDoubleCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ShortFloatConsumer) - Method in interface com.koloboke.collect.map.ShortFloatCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ShortIntConsumer) - Method in interface com.koloboke.collect.map.ShortIntCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ShortLongConsumer) - Method in interface com.koloboke.collect.map.ShortLongCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ShortObjConsumer<? super V>) - Method in interface com.koloboke.collect.map.ShortObjCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(ShortShortConsumer) - Method in interface com.koloboke.collect.map.ShortShortCursor
Performs the given action for each entry of the iteration after the cursor in forward direction until all entries have been processed or the action throws an exception.
forEachForward(Consumer<? super E>) - Method in interface com.koloboke.collect.ObjCursor
Performs the given action for each element of the iteration after the cursor in forward direction until all elements have been processed or the action throws an exception.
forEachForward(ShortConsumer) - Method in interface com.koloboke.collect.ShortCursor
Performs the given action for each element of the iteration after the cursor in forward direction until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Byte>) - Method in interface com.koloboke.collect.ByteIterator
Deprecated.
forEachRemaining(ByteConsumer) - Method in interface com.koloboke.collect.ByteIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Character>) - Method in interface com.koloboke.collect.CharIterator
Deprecated.
forEachRemaining(CharConsumer) - Method in interface com.koloboke.collect.CharIterator
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 com.koloboke.collect.DoubleIterator
Deprecated.
forEachRemaining(DoubleConsumer) - Method in interface com.koloboke.collect.DoubleIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Float>) - Method in interface com.koloboke.collect.FloatIterator
Deprecated.
forEachRemaining(FloatConsumer) - Method in interface com.koloboke.collect.FloatIterator
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 com.koloboke.collect.IntIterator
Deprecated.
forEachRemaining(IntConsumer) - Method in interface com.koloboke.collect.IntIterator
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 com.koloboke.collect.LongIterator
Deprecated.
forEachRemaining(LongConsumer) - Method in interface com.koloboke.collect.LongIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super Short>) - Method in interface com.koloboke.collect.ShortIterator
Deprecated.
forEachRemaining(ShortConsumer) - Method in interface com.koloboke.collect.ShortIterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachWhile(BytePredicate) - Method in interface com.koloboke.collect.ByteCollection
Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
forEachWhile(CharPredicate) - Method in interface com.koloboke.collect.CharCollection
Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
forEachWhile(DoublePredicate) - Method in interface com.koloboke.collect.DoubleCollection
Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
forEachWhile(FloatPredicate) - Method in interface com.koloboke.collect.FloatCollection
Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
forEachWhile(IntPredicate) - Method in interface com.koloboke.collect.IntCollection
Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
forEachWhile(LongPredicate) - Method in interface com.koloboke.collect.LongCollection
Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
forEachWhile(ByteBytePredicate) - Method in interface com.koloboke.collect.map.ByteByteMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ByteCharPredicate) - Method in interface com.koloboke.collect.map.ByteCharMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ByteDoublePredicate) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ByteFloatPredicate) - Method in interface com.koloboke.collect.map.ByteFloatMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ByteIntPredicate) - Method in interface com.koloboke.collect.map.ByteIntMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ByteLongPredicate) - Method in interface com.koloboke.collect.map.ByteLongMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ByteObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ByteShortPredicate) - Method in interface com.koloboke.collect.map.ByteShortMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(CharBytePredicate) - Method in interface com.koloboke.collect.map.CharByteMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(CharCharPredicate) - Method in interface com.koloboke.collect.map.CharCharMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(CharDoublePredicate) - Method in interface com.koloboke.collect.map.CharDoubleMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(CharFloatPredicate) - Method in interface com.koloboke.collect.map.CharFloatMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(CharIntPredicate) - Method in interface com.koloboke.collect.map.CharIntMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(CharLongPredicate) - Method in interface com.koloboke.collect.map.CharLongMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(CharObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.CharObjMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(CharShortPredicate) - Method in interface com.koloboke.collect.map.CharShortMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(DoubleBytePredicate) - Method in interface com.koloboke.collect.map.DoubleByteMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(DoubleCharPredicate) - Method in interface com.koloboke.collect.map.DoubleCharMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(DoubleDoublePredicate) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(DoubleFloatPredicate) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(DoubleIntPredicate) - Method in interface com.koloboke.collect.map.DoubleIntMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(DoubleLongPredicate) - Method in interface com.koloboke.collect.map.DoubleLongMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(DoubleObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(DoubleShortPredicate) - Method in interface com.koloboke.collect.map.DoubleShortMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(FloatBytePredicate) - Method in interface com.koloboke.collect.map.FloatByteMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(FloatCharPredicate) - Method in interface com.koloboke.collect.map.FloatCharMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(FloatDoublePredicate) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(FloatFloatPredicate) - Method in interface com.koloboke.collect.map.FloatFloatMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(FloatIntPredicate) - Method in interface com.koloboke.collect.map.FloatIntMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(FloatLongPredicate) - Method in interface com.koloboke.collect.map.FloatLongMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(FloatObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(FloatShortPredicate) - Method in interface com.koloboke.collect.map.FloatShortMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(IntBytePredicate) - Method in interface com.koloboke.collect.map.IntByteMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(IntCharPredicate) - Method in interface com.koloboke.collect.map.IntCharMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(IntDoublePredicate) - Method in interface com.koloboke.collect.map.IntDoubleMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(IntFloatPredicate) - Method in interface com.koloboke.collect.map.IntFloatMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(IntIntPredicate) - Method in interface com.koloboke.collect.map.IntIntMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(IntLongPredicate) - Method in interface com.koloboke.collect.map.IntLongMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(IntObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.IntObjMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(IntShortPredicate) - Method in interface com.koloboke.collect.map.IntShortMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(LongBytePredicate) - Method in interface com.koloboke.collect.map.LongByteMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(LongCharPredicate) - Method in interface com.koloboke.collect.map.LongCharMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(LongDoublePredicate) - Method in interface com.koloboke.collect.map.LongDoubleMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(LongFloatPredicate) - Method in interface com.koloboke.collect.map.LongFloatMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(LongIntPredicate) - Method in interface com.koloboke.collect.map.LongIntMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(LongLongPredicate) - Method in interface com.koloboke.collect.map.LongLongMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(LongObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.LongObjMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(LongShortPredicate) - Method in interface com.koloboke.collect.map.LongShortMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ObjBytePredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjByteMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ObjCharPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjCharMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ObjDoublePredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ObjFloatPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ObjIntPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjIntMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ObjLongPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjLongMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(BiPredicate<? super K, ? super V>) - Method in interface com.koloboke.collect.map.ObjObjMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ObjShortPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjShortMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ShortBytePredicate) - Method in interface com.koloboke.collect.map.ShortByteMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ShortCharPredicate) - Method in interface com.koloboke.collect.map.ShortCharMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ShortDoublePredicate) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ShortFloatPredicate) - Method in interface com.koloboke.collect.map.ShortFloatMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ShortIntPredicate) - Method in interface com.koloboke.collect.map.ShortIntMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ShortLongPredicate) - Method in interface com.koloboke.collect.map.ShortLongMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ShortObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(ShortShortPredicate) - Method in interface com.koloboke.collect.map.ShortShortMap
Checks the given predicate on each entry in this map until all entries have been processed or the predicate returns false for some entry, or throws an Exception.
forEachWhile(Predicate<? super E>) - Method in interface com.koloboke.collect.ObjCollection
Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
forEachWhile(ShortPredicate) - Method in interface com.koloboke.collect.ShortCollection
Checks the given predicate on each element of this collection until all element have been processed or the predicate returns false for some element, or throws an Exception.
fromLoads(double, double, double) - Static method in class com.koloboke.collect.hash.HashConfig
Returns a new hash config with the given loads and the growth factor set to maxLoad / minLoad.
Function<T,R> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use Function instead.

G

get(Object) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.get(byte) instead
get(byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.get(byte) instead
get(byte) - Method in interface com.koloboke.collect.map.ByteCharMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.get(byte) instead
get(byte) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.get(byte) instead
get(byte) - Method in interface com.koloboke.collect.map.ByteFloatMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.get(byte) instead
get(byte) - Method in interface com.koloboke.collect.map.ByteIntMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.get(byte) instead
get(byte) - Method in interface com.koloboke.collect.map.ByteLongMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.get(byte) instead
get(byte) - Method in interface com.koloboke.collect.map.ByteObjMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.get(byte) instead
get(byte) - Method in interface com.koloboke.collect.map.ByteShortMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.get(char) instead
get(char) - Method in interface com.koloboke.collect.map.CharByteMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.get(char) instead
get(char) - Method in interface com.koloboke.collect.map.CharCharMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.get(char) instead
get(char) - Method in interface com.koloboke.collect.map.CharDoubleMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.get(char) instead
get(char) - Method in interface com.koloboke.collect.map.CharFloatMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.get(char) instead
get(char) - Method in interface com.koloboke.collect.map.CharIntMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.get(char) instead
get(char) - Method in interface com.koloboke.collect.map.CharLongMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.get(char) instead
get(char) - Method in interface com.koloboke.collect.map.CharObjMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.get(char) instead
get(char) - Method in interface com.koloboke.collect.map.CharShortMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.get(double) instead
get(double) - Method in interface com.koloboke.collect.map.DoubleByteMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.get(double) instead
get(double) - Method in interface com.koloboke.collect.map.DoubleCharMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
Use specialization DoubleDoubleMap.get(double) instead
get(double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
Use specialization DoubleFloatMap.get(double) instead
get(double) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.get(double) instead
get(double) - Method in interface com.koloboke.collect.map.DoubleIntMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.get(double) instead
get(double) - Method in interface com.koloboke.collect.map.DoubleLongMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
Use specialization DoubleObjMap.get(double) instead
get(double) - Method in interface com.koloboke.collect.map.DoubleObjMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
Use specialization DoubleShortMap.get(double) instead
get(double) - Method in interface com.koloboke.collect.map.DoubleShortMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.get(float) instead
get(float) - Method in interface com.koloboke.collect.map.FloatByteMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.get(float) instead
get(float) - Method in interface com.koloboke.collect.map.FloatCharMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
Use specialization FloatDoubleMap.get(float) instead
get(float) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.get(float) instead
get(float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.get(float) instead
get(float) - Method in interface com.koloboke.collect.map.FloatIntMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.get(float) instead
get(float) - Method in interface com.koloboke.collect.map.FloatLongMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.get(float) instead
get(float) - Method in interface com.koloboke.collect.map.FloatObjMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.get(float) instead
get(float) - Method in interface com.koloboke.collect.map.FloatShortMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.get(int) instead
get(int) - Method in interface com.koloboke.collect.map.IntByteMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.get(int) instead
get(int) - Method in interface com.koloboke.collect.map.IntCharMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.get(int) instead
get(int) - Method in interface com.koloboke.collect.map.IntDoubleMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.get(int) instead
get(int) - Method in interface com.koloboke.collect.map.IntFloatMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.get(int) instead
get(int) - Method in interface com.koloboke.collect.map.IntIntMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.get(int) instead
get(int) - Method in interface com.koloboke.collect.map.IntLongMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.get(int) instead
get(int) - Method in interface com.koloboke.collect.map.IntObjMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.get(int) instead
get(int) - Method in interface com.koloboke.collect.map.IntShortMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.get(long) instead
get(long) - Method in interface com.koloboke.collect.map.LongByteMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.get(long) instead
get(long) - Method in interface com.koloboke.collect.map.LongCharMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.get(long) instead
get(long) - Method in interface com.koloboke.collect.map.LongDoubleMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.get(long) instead
get(long) - Method in interface com.koloboke.collect.map.LongFloatMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.get(long) instead
get(long) - Method in interface com.koloboke.collect.map.LongIntMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.get(long) instead
get(long) - Method in interface com.koloboke.collect.map.LongLongMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.get(long) instead
get(long) - Method in interface com.koloboke.collect.map.LongObjMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.get(long) instead
get(long) - Method in interface com.koloboke.collect.map.LongShortMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.getByte(Object) instead
get(Object) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.getChar(Object) instead
get(Object) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
Use specialization ObjDoubleMap.getDouble(Object) instead
get(Object) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.getFloat(Object) instead
get(Object) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.getInt(Object) instead
get(Object) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.getLong(Object) instead
get(Object) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.getShort(Object) instead
get(Object) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.get(short) instead
get(short) - Method in interface com.koloboke.collect.map.ShortByteMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.get(short) instead
get(short) - Method in interface com.koloboke.collect.map.ShortCharMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
Use specialization ShortDoubleMap.get(short) instead
get(short) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.get(short) instead
get(short) - Method in interface com.koloboke.collect.map.ShortFloatMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.get(short) instead
get(short) - Method in interface com.koloboke.collect.map.ShortIntMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.get(short) instead
get(short) - Method in interface com.koloboke.collect.map.ShortLongMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.get(short) instead
get(short) - Method in interface com.koloboke.collect.map.ShortObjMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.get(short) instead
get(short) - Method in interface com.koloboke.collect.map.ShortShortMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
getByte(Object) - Method in interface com.koloboke.collect.map.ObjByteMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
getChar(Object) - Method in interface com.koloboke.collect.map.ObjCharMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
getDefault() - Static method in class com.koloboke.collect.hash.HashConfig
Returns a hash config with 0.(3) min load, 0.5 target load, 0.(6) max load, 2.0 growth factor and null shrink condition.
getDefaultExpectedSize() - Method in interface com.koloboke.collect.ContainerFactory
Returns the default expected size.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Returns the default HashByteByteMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Returns the default HashByteCharMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Returns the default HashByteDoubleMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Returns the default HashByteFloatMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Returns the default HashByteIntMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Returns the default HashByteLongMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Returns the default HashByteObjMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Returns the default HashByteShortMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Returns the default HashCharByteMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Returns the default HashCharCharMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Returns the default HashCharDoubleMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Returns the default HashCharFloatMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Returns the default HashCharIntMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Returns the default HashCharLongMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Returns the default HashCharObjMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Returns the default HashCharShortMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Returns the default HashDoubleByteMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Returns the default HashDoubleCharMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Returns the default HashDoubleDoubleMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Returns the default HashDoubleFloatMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Returns the default HashDoubleIntMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Returns the default HashDoubleLongMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Returns the default HashDoubleObjMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Returns the default HashDoubleShortMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Returns the default HashFloatByteMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Returns the default HashFloatCharMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Returns the default HashFloatDoubleMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Returns the default HashFloatFloatMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Returns the default HashFloatIntMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Returns the default HashFloatLongMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Returns the default HashFloatObjMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Returns the default HashFloatShortMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Returns the default HashIntByteMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Returns the default HashIntCharMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Returns the default HashIntDoubleMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Returns the default HashIntFloatMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Returns the default HashIntIntMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Returns the default HashIntLongMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Returns the default HashIntObjMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Returns the default HashIntShortMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Returns the default HashLongByteMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Returns the default HashLongCharMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Returns the default HashLongDoubleMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Returns the default HashLongFloatMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Returns the default HashLongIntMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Returns the default HashLongLongMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Returns the default HashLongObjMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Returns the default HashLongShortMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Returns the default HashObjByteMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Returns the default HashObjCharMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Returns the default HashObjDoubleMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Returns the default HashObjFloatMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Returns the default HashObjIntMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Returns the default HashObjLongMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Returns the default HashObjObjMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Returns the default HashObjShortMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Returns the default HashShortByteMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Returns the default HashShortCharMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Returns the default HashShortDoubleMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Returns the default HashShortFloatMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Returns the default HashShortIntMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Returns the default HashShortLongMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Returns the default HashShortObjMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Returns the default HashShortShortMapFactory implementation, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.set.hash.HashByteSets
Returns the default implementation of HashByteSetFactory, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.set.hash.HashCharSets
Returns the default implementation of HashCharSetFactory, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Returns the default implementation of HashDoubleSetFactory, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Returns the default implementation of HashFloatSetFactory, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.set.hash.HashIntSets
Returns the default implementation of HashIntSetFactory, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.set.hash.HashLongSets
Returns the default implementation of HashLongSetFactory, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.set.hash.HashObjSets
Returns the default implementation of HashObjSetFactory, to which all static methods in this class delegate.
getDefaultFactory() - Static method in class com.koloboke.collect.set.hash.HashShortSets
Returns the default implementation of HashShortSetFactory, to which all static methods in this class delegate.
getDefaultValue() - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.CharByteMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.CharCharMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.CharIntMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.CharLongMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.CharShortMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.IntByteMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.IntCharMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.IntIntMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.IntLongMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.IntShortMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.LongByteMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.LongCharMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.LongIntMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.LongLongMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.LongShortMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDefaultValue() - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Returns the value to which default value of the maps constructed by this factory is set.
getDouble(Object) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
getEquivalence() - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
Returns the equivalence to which equivalence of the sets constructed by this factory is set.
getEquivalence() - Method in interface com.koloboke.collect.set.ObjSetFactory
Returns the equivalence to which equivalence of the sets constructed by this factory is set.
getFloat(Object) - Method in interface com.koloboke.collect.map.ObjFloatMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
getGrowthFactor() - Method in class com.koloboke.collect.hash.HashConfig
Returns the growth factor of this hash config.
getHashConfig() - Method in interface com.koloboke.collect.hash.HashContainerFactory
Returns the hash config, with which containers constructed by this factory are initialized.
getInt(Object) - Method in interface com.koloboke.collect.map.ObjIntMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getKeyEquivalence() - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Returns the equivalence to which key equivalence of the maps constructed by this factory is set.
getLong(Object) - Method in interface com.koloboke.collect.map.ObjLongMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
getLowerKeyDomainBound() - Method in interface com.koloboke.collect.hash.ByteHashFactory
Returns lower (inclusive) bound of keys domain.
getLowerKeyDomainBound() - Method in interface com.koloboke.collect.hash.CharHashFactory
Returns lower (inclusive) bound of keys domain.
getLowerKeyDomainBound() - Method in interface com.koloboke.collect.hash.IntHashFactory
Returns lower (inclusive) bound of keys domain.
getLowerKeyDomainBound() - Method in interface com.koloboke.collect.hash.LongHashFactory
Returns lower (inclusive) bound of keys domain.
getLowerKeyDomainBound() - Method in interface com.koloboke.collect.hash.ShortHashFactory
Returns lower (inclusive) bound of keys domain.
getMaxLoad() - Method in class com.koloboke.collect.hash.HashConfig
Returns the max load of this hash config.
getMinLoad() - Method in class com.koloboke.collect.hash.HashConfig
Returns the min load of this hash config.
getOrDefault(Object, Byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.getOrDefault(byte, byte) instead
getOrDefault(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.getOrDefault(byte, char) instead
getOrDefault(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.getOrDefault(byte, double) instead
getOrDefault(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.getOrDefault(byte, float) instead
getOrDefault(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.getOrDefault(byte, int) instead
getOrDefault(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.getOrDefault(byte, long) instead
getOrDefault(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.getOrDefault(byte, Object) instead
getOrDefault(byte, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.getOrDefault(byte, short) instead
getOrDefault(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.getOrDefault(char, byte) instead
getOrDefault(char, byte) - Method in interface com.koloboke.collect.map.CharByteMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.getOrDefault(char, char) instead
getOrDefault(char, char) - Method in interface com.koloboke.collect.map.CharCharMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.getOrDefault(char, double) instead
getOrDefault(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.getOrDefault(char, float) instead
getOrDefault(char, float) - Method in interface com.koloboke.collect.map.CharFloatMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.getOrDefault(char, int) instead
getOrDefault(char, int) - Method in interface com.koloboke.collect.map.CharIntMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.getOrDefault(char, long) instead
getOrDefault(char, long) - Method in interface com.koloboke.collect.map.CharLongMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.getOrDefault(char, Object) instead
getOrDefault(char, V) - Method in interface com.koloboke.collect.map.CharObjMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.getOrDefault(char, short) instead
getOrDefault(char, short) - Method in interface com.koloboke.collect.map.CharShortMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.getOrDefault(double, byte) instead
getOrDefault(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.getOrDefault(double, char) instead
getOrDefault(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
getOrDefault(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
getOrDefault(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.getOrDefault(double, int) instead
getOrDefault(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.getOrDefault(double, long) instead
getOrDefault(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
getOrDefault(double, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
getOrDefault(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.getOrDefault(float, byte) instead
getOrDefault(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.getOrDefault(float, char) instead
getOrDefault(float, char) - Method in interface com.koloboke.collect.map.FloatCharMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
getOrDefault(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.getOrDefault(float, float) instead
getOrDefault(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.getOrDefault(float, int) instead
getOrDefault(float, int) - Method in interface com.koloboke.collect.map.FloatIntMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.getOrDefault(float, long) instead
getOrDefault(float, long) - Method in interface com.koloboke.collect.map.FloatLongMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.getOrDefault(float, Object) instead
getOrDefault(float, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.getOrDefault(float, short) instead
getOrDefault(float, short) - Method in interface com.koloboke.collect.map.FloatShortMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.getOrDefault(int, byte) instead
getOrDefault(int, byte) - Method in interface com.koloboke.collect.map.IntByteMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.getOrDefault(int, char) instead
getOrDefault(int, char) - Method in interface com.koloboke.collect.map.IntCharMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.getOrDefault(int, double) instead
getOrDefault(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.getOrDefault(int, float) instead
getOrDefault(int, float) - Method in interface com.koloboke.collect.map.IntFloatMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.getOrDefault(int, int) instead
getOrDefault(int, int) - Method in interface com.koloboke.collect.map.IntIntMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.getOrDefault(int, long) instead
getOrDefault(int, long) - Method in interface com.koloboke.collect.map.IntLongMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.getOrDefault(int, Object) instead
getOrDefault(int, V) - Method in interface com.koloboke.collect.map.IntObjMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.getOrDefault(int, short) instead
getOrDefault(int, short) - Method in interface com.koloboke.collect.map.IntShortMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.getOrDefault(long, byte) instead
getOrDefault(long, byte) - Method in interface com.koloboke.collect.map.LongByteMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.getOrDefault(long, char) instead
getOrDefault(long, char) - Method in interface com.koloboke.collect.map.LongCharMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.getOrDefault(long, double) instead
getOrDefault(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.getOrDefault(long, float) instead
getOrDefault(long, float) - Method in interface com.koloboke.collect.map.LongFloatMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.getOrDefault(long, int) instead
getOrDefault(long, int) - Method in interface com.koloboke.collect.map.LongIntMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.getOrDefault(long, long) instead
getOrDefault(long, long) - Method in interface com.koloboke.collect.map.LongLongMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.getOrDefault(long, Object) instead
getOrDefault(long, V) - Method in interface com.koloboke.collect.map.LongObjMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.getOrDefault(long, short) instead
getOrDefault(long, short) - Method in interface com.koloboke.collect.map.LongShortMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.getOrDefault(Object, byte) instead
getOrDefault(Object, byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.getOrDefault(Object, char) instead
getOrDefault(Object, char) - Method in interface com.koloboke.collect.map.ObjCharMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
getOrDefault(Object, double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.getOrDefault(Object, float) instead
getOrDefault(Object, float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.getOrDefault(Object, int) instead
getOrDefault(Object, int) - Method in interface com.koloboke.collect.map.ObjIntMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.getOrDefault(Object, long) instead
getOrDefault(Object, long) - Method in interface com.koloboke.collect.map.ObjLongMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.getOrDefault(Object, short) instead
getOrDefault(Object, short) - Method in interface com.koloboke.collect.map.ObjShortMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.getOrDefault(short, byte) instead
getOrDefault(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.getOrDefault(short, char) instead
getOrDefault(short, char) - Method in interface com.koloboke.collect.map.ShortCharMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
getOrDefault(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.getOrDefault(short, float) instead
getOrDefault(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.getOrDefault(short, int) instead
getOrDefault(short, int) - Method in interface com.koloboke.collect.map.ShortIntMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.getOrDefault(short, long) instead
getOrDefault(short, long) - Method in interface com.koloboke.collect.map.ShortLongMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.getOrDefault(short, Object) instead
getOrDefault(short, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.getOrDefault(short, short) instead
getOrDefault(short, short) - Method in interface com.koloboke.collect.map.ShortShortMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getShort(Object) - Method in interface com.koloboke.collect.map.ObjShortMap
Returns the value to which the specified key is mapped, or default value if this map contains no mapping for the key.
getShrinkCondition() - Method in class com.koloboke.collect.hash.HashConfig
Returns the shrink condition of this hash config.
getTargetLoad() - Method in class com.koloboke.collect.hash.HashConfig
Returns the target load of this hash config.
getUpperKeyDomainBound() - Method in interface com.koloboke.collect.hash.ByteHashFactory
Returns upper (inclusive) bound of keys domain.
getUpperKeyDomainBound() - Method in interface com.koloboke.collect.hash.CharHashFactory
Returns upper (inclusive) bound of keys domain.
getUpperKeyDomainBound() - Method in interface com.koloboke.collect.hash.IntHashFactory
Returns upper (inclusive) bound of keys domain.
getUpperKeyDomainBound() - Method in interface com.koloboke.collect.hash.LongHashFactory
Returns upper (inclusive) bound of keys domain.
getUpperKeyDomainBound() - Method in interface com.koloboke.collect.hash.ShortHashFactory
Returns upper (inclusive) bound of keys domain.
getValueEquivalence() - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Returns the equivalence to which value equivalence of the maps constructed by this factory is set.
getValueEquivalence() - Method in interface com.koloboke.collect.map.CharObjMapFactory
Returns the equivalence to which value equivalence of the maps constructed by this factory is set.
getValueEquivalence() - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Returns the equivalence to which value equivalence of the maps constructed by this factory is set.
getValueEquivalence() - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Returns the equivalence to which value equivalence of the maps constructed by this factory is set.
getValueEquivalence() - Method in interface com.koloboke.collect.map.IntObjMapFactory
Returns the equivalence to which value equivalence of the maps constructed by this factory is set.
getValueEquivalence() - Method in interface com.koloboke.collect.map.LongObjMapFactory
Returns the equivalence to which value equivalence of the maps constructed by this factory is set.
getValueEquivalence() - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Returns the equivalence to which value equivalence of the maps constructed by this factory is set.
getValueEquivalence() - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Returns the equivalence to which value equivalence of the maps constructed by this factory is set.

H

hash(T) - Method in class com.koloboke.collect.Equivalence
Returns a hash code for the given object.
HashByteByteMap - Interface in com.koloboke.collect.map.hash
An interface for ByteByteMaps, based on hash tables.
HashByteByteMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashByteByteMaps.
HashByteByteMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashByteByteMaps, and the default HashByteByteMapFactory static provider (HashByteByteMaps.getDefaultFactory()).
HashByteCharMap - Interface in com.koloboke.collect.map.hash
An interface for ByteCharMaps, based on hash tables.
HashByteCharMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashByteCharMaps.
HashByteCharMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashByteCharMaps, and the default HashByteCharMapFactory static provider (HashByteCharMaps.getDefaultFactory()).
HashByteDoubleMap - Interface in com.koloboke.collect.map.hash
An interface for ByteDoubleMaps, based on hash tables.
HashByteDoubleMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashByteDoubleMaps.
HashByteDoubleMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashByteDoubleMaps, and the default HashByteDoubleMapFactory static provider (HashByteDoubleMaps.getDefaultFactory()).
HashByteFloatMap - Interface in com.koloboke.collect.map.hash
An interface for ByteFloatMaps, based on hash tables.
HashByteFloatMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashByteFloatMaps.
HashByteFloatMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashByteFloatMaps, and the default HashByteFloatMapFactory static provider (HashByteFloatMaps.getDefaultFactory()).
HashByteIntMap - Interface in com.koloboke.collect.map.hash
An interface for ByteIntMaps, based on hash tables.
HashByteIntMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashByteIntMaps.
HashByteIntMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashByteIntMaps, and the default HashByteIntMapFactory static provider (HashByteIntMaps.getDefaultFactory()).
HashByteLongMap - Interface in com.koloboke.collect.map.hash
An interface for ByteLongMaps, based on hash tables.
HashByteLongMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashByteLongMaps.
HashByteLongMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashByteLongMaps, and the default HashByteLongMapFactory static provider (HashByteLongMaps.getDefaultFactory()).
HashByteObjMap<V> - Interface in com.koloboke.collect.map.hash
An interface for ByteObjMaps, based on hash tables.
HashByteObjMapFactory<V> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashByteObjMaps.
HashByteObjMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashByteObjMaps, and the default HashByteObjMapFactory static provider (HashByteObjMaps.getDefaultFactory()).
HashByteSet - Interface in com.koloboke.collect.set.hash
An interface for ByteSets, based on hash tables.
HashByteSetFactory - Interface in com.koloboke.collect.set.hash
An immutable factory of HashByteSets.
HashByteSets - Class in com.koloboke.collect.set.hash
This class consists only of static factory methods to construct HashByteSets, and the default HashByteSetFactory static provider (HashByteSets.getDefaultFactory()).
HashByteShortMap - Interface in com.koloboke.collect.map.hash
An interface for ByteShortMaps, based on hash tables.
HashByteShortMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashByteShortMaps.
HashByteShortMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashByteShortMaps, and the default HashByteShortMapFactory static provider (HashByteShortMaps.getDefaultFactory()).
HashCharByteMap - Interface in com.koloboke.collect.map.hash
An interface for CharByteMaps, based on hash tables.
HashCharByteMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashCharByteMaps.
HashCharByteMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashCharByteMaps, and the default HashCharByteMapFactory static provider (HashCharByteMaps.getDefaultFactory()).
HashCharCharMap - Interface in com.koloboke.collect.map.hash
An interface for CharCharMaps, based on hash tables.
HashCharCharMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashCharCharMaps.
HashCharCharMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashCharCharMaps, and the default HashCharCharMapFactory static provider (HashCharCharMaps.getDefaultFactory()).
HashCharDoubleMap - Interface in com.koloboke.collect.map.hash
An interface for CharDoubleMaps, based on hash tables.
HashCharDoubleMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashCharDoubleMaps.
HashCharDoubleMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashCharDoubleMaps, and the default HashCharDoubleMapFactory static provider (HashCharDoubleMaps.getDefaultFactory()).
HashCharFloatMap - Interface in com.koloboke.collect.map.hash
An interface for CharFloatMaps, based on hash tables.
HashCharFloatMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashCharFloatMaps.
HashCharFloatMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashCharFloatMaps, and the default HashCharFloatMapFactory static provider (HashCharFloatMaps.getDefaultFactory()).
HashCharIntMap - Interface in com.koloboke.collect.map.hash
An interface for CharIntMaps, based on hash tables.
HashCharIntMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashCharIntMaps.
HashCharIntMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashCharIntMaps, and the default HashCharIntMapFactory static provider (HashCharIntMaps.getDefaultFactory()).
HashCharLongMap - Interface in com.koloboke.collect.map.hash
An interface for CharLongMaps, based on hash tables.
HashCharLongMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashCharLongMaps.
HashCharLongMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashCharLongMaps, and the default HashCharLongMapFactory static provider (HashCharLongMaps.getDefaultFactory()).
HashCharObjMap<V> - Interface in com.koloboke.collect.map.hash
An interface for CharObjMaps, based on hash tables.
HashCharObjMapFactory<V> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashCharObjMaps.
HashCharObjMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashCharObjMaps, and the default HashCharObjMapFactory static provider (HashCharObjMaps.getDefaultFactory()).
HashCharSet - Interface in com.koloboke.collect.set.hash
An interface for CharSets, based on hash tables.
HashCharSetFactory - Interface in com.koloboke.collect.set.hash
An immutable factory of HashCharSets.
HashCharSets - Class in com.koloboke.collect.set.hash
This class consists only of static factory methods to construct HashCharSets, and the default HashCharSetFactory static provider (HashCharSets.getDefaultFactory()).
HashCharShortMap - Interface in com.koloboke.collect.map.hash
An interface for CharShortMaps, based on hash tables.
HashCharShortMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashCharShortMaps.
HashCharShortMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashCharShortMaps, and the default HashCharShortMapFactory static provider (HashCharShortMaps.getDefaultFactory()).
hashCode() - Method in class com.koloboke.collect.Equivalence
hashCode() - Method in class com.koloboke.collect.StatelessEquivalence
Returns a hash code of this equivalence class.
HashConfig - Class in com.koloboke.collect.hash
A config object that holds configurations of hash container's loads and dynamic behaviour.
hashConfig() - Method in interface com.koloboke.collect.hash.HashContainer
Returns the hash config which holds all "magic" parameters of this hash container: load and growth factors.
HashContainer - Interface in com.koloboke.collect.hash
The root interface of sets and maps, based on hash tables.
HashContainerFactory<F extends HashContainerFactory<F>> - Interface in com.koloboke.collect.hash
Common configuration for factories of hash containers.
HashDoubleByteMap - Interface in com.koloboke.collect.map.hash
An interface for DoubleByteMaps, based on hash tables.
HashDoubleByteMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashDoubleByteMaps.
HashDoubleByteMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashDoubleByteMaps, and the default HashDoubleByteMapFactory static provider (HashDoubleByteMaps.getDefaultFactory()).
HashDoubleCharMap - Interface in com.koloboke.collect.map.hash
An interface for DoubleCharMaps, based on hash tables.
HashDoubleCharMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashDoubleCharMaps.
HashDoubleCharMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashDoubleCharMaps, and the default HashDoubleCharMapFactory static provider (HashDoubleCharMaps.getDefaultFactory()).
HashDoubleDoubleMap - Interface in com.koloboke.collect.map.hash
An interface for DoubleDoubleMaps, based on hash tables.
HashDoubleDoubleMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashDoubleDoubleMaps.
HashDoubleDoubleMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashDoubleDoubleMaps, and the default HashDoubleDoubleMapFactory static provider (HashDoubleDoubleMaps.getDefaultFactory()).
HashDoubleFloatMap - Interface in com.koloboke.collect.map.hash
An interface for DoubleFloatMaps, based on hash tables.
HashDoubleFloatMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashDoubleFloatMaps.
HashDoubleFloatMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashDoubleFloatMaps, and the default HashDoubleFloatMapFactory static provider (HashDoubleFloatMaps.getDefaultFactory()).
HashDoubleIntMap - Interface in com.koloboke.collect.map.hash
An interface for DoubleIntMaps, based on hash tables.
HashDoubleIntMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashDoubleIntMaps.
HashDoubleIntMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashDoubleIntMaps, and the default HashDoubleIntMapFactory static provider (HashDoubleIntMaps.getDefaultFactory()).
HashDoubleLongMap - Interface in com.koloboke.collect.map.hash
An interface for DoubleLongMaps, based on hash tables.
HashDoubleLongMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashDoubleLongMaps.
HashDoubleLongMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashDoubleLongMaps, and the default HashDoubleLongMapFactory static provider (HashDoubleLongMaps.getDefaultFactory()).
HashDoubleObjMap<V> - Interface in com.koloboke.collect.map.hash
An interface for DoubleObjMaps, based on hash tables.
HashDoubleObjMapFactory<V> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashDoubleObjMaps.
HashDoubleObjMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashDoubleObjMaps, and the default HashDoubleObjMapFactory static provider (HashDoubleObjMaps.getDefaultFactory()).
HashDoubleSet - Interface in com.koloboke.collect.set.hash
An interface for DoubleSets, based on hash tables.
HashDoubleSetFactory - Interface in com.koloboke.collect.set.hash
An immutable factory of HashDoubleSets.
HashDoubleSets - Class in com.koloboke.collect.set.hash
This class consists only of static factory methods to construct HashDoubleSets, and the default HashDoubleSetFactory static provider (HashDoubleSets.getDefaultFactory()).
HashDoubleShortMap - Interface in com.koloboke.collect.map.hash
An interface for DoubleShortMaps, based on hash tables.
HashDoubleShortMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashDoubleShortMaps.
HashDoubleShortMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashDoubleShortMaps, and the default HashDoubleShortMapFactory static provider (HashDoubleShortMaps.getDefaultFactory()).
HashFloatByteMap - Interface in com.koloboke.collect.map.hash
An interface for FloatByteMaps, based on hash tables.
HashFloatByteMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashFloatByteMaps.
HashFloatByteMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashFloatByteMaps, and the default HashFloatByteMapFactory static provider (HashFloatByteMaps.getDefaultFactory()).
HashFloatCharMap - Interface in com.koloboke.collect.map.hash
An interface for FloatCharMaps, based on hash tables.
HashFloatCharMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashFloatCharMaps.
HashFloatCharMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashFloatCharMaps, and the default HashFloatCharMapFactory static provider (HashFloatCharMaps.getDefaultFactory()).
HashFloatDoubleMap - Interface in com.koloboke.collect.map.hash
An interface for FloatDoubleMaps, based on hash tables.
HashFloatDoubleMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashFloatDoubleMaps.
HashFloatDoubleMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashFloatDoubleMaps, and the default HashFloatDoubleMapFactory static provider (HashFloatDoubleMaps.getDefaultFactory()).
HashFloatFloatMap - Interface in com.koloboke.collect.map.hash
An interface for FloatFloatMaps, based on hash tables.
HashFloatFloatMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashFloatFloatMaps.
HashFloatFloatMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashFloatFloatMaps, and the default HashFloatFloatMapFactory static provider (HashFloatFloatMaps.getDefaultFactory()).
HashFloatIntMap - Interface in com.koloboke.collect.map.hash
An interface for FloatIntMaps, based on hash tables.
HashFloatIntMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashFloatIntMaps.
HashFloatIntMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashFloatIntMaps, and the default HashFloatIntMapFactory static provider (HashFloatIntMaps.getDefaultFactory()).
HashFloatLongMap - Interface in com.koloboke.collect.map.hash
An interface for FloatLongMaps, based on hash tables.
HashFloatLongMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashFloatLongMaps.
HashFloatLongMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashFloatLongMaps, and the default HashFloatLongMapFactory static provider (HashFloatLongMaps.getDefaultFactory()).
HashFloatObjMap<V> - Interface in com.koloboke.collect.map.hash
An interface for FloatObjMaps, based on hash tables.
HashFloatObjMapFactory<V> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashFloatObjMaps.
HashFloatObjMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashFloatObjMaps, and the default HashFloatObjMapFactory static provider (HashFloatObjMaps.getDefaultFactory()).
HashFloatSet - Interface in com.koloboke.collect.set.hash
An interface for FloatSets, based on hash tables.
HashFloatSetFactory - Interface in com.koloboke.collect.set.hash
An immutable factory of HashFloatSets.
HashFloatSets - Class in com.koloboke.collect.set.hash
This class consists only of static factory methods to construct HashFloatSets, and the default HashFloatSetFactory static provider (HashFloatSets.getDefaultFactory()).
HashFloatShortMap - Interface in com.koloboke.collect.map.hash
An interface for FloatShortMaps, based on hash tables.
HashFloatShortMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashFloatShortMaps.
HashFloatShortMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashFloatShortMaps, and the default HashFloatShortMapFactory static provider (HashFloatShortMaps.getDefaultFactory()).
HashIntByteMap - Interface in com.koloboke.collect.map.hash
An interface for IntByteMaps, based on hash tables.
HashIntByteMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashIntByteMaps.
HashIntByteMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashIntByteMaps, and the default HashIntByteMapFactory static provider (HashIntByteMaps.getDefaultFactory()).
HashIntCharMap - Interface in com.koloboke.collect.map.hash
An interface for IntCharMaps, based on hash tables.
HashIntCharMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashIntCharMaps.
HashIntCharMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashIntCharMaps, and the default HashIntCharMapFactory static provider (HashIntCharMaps.getDefaultFactory()).
HashIntDoubleMap - Interface in com.koloboke.collect.map.hash
An interface for IntDoubleMaps, based on hash tables.
HashIntDoubleMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashIntDoubleMaps.
HashIntDoubleMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashIntDoubleMaps, and the default HashIntDoubleMapFactory static provider (HashIntDoubleMaps.getDefaultFactory()).
HashIntFloatMap - Interface in com.koloboke.collect.map.hash
An interface for IntFloatMaps, based on hash tables.
HashIntFloatMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashIntFloatMaps.
HashIntFloatMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashIntFloatMaps, and the default HashIntFloatMapFactory static provider (HashIntFloatMaps.getDefaultFactory()).
HashIntIntMap - Interface in com.koloboke.collect.map.hash
An interface for IntIntMaps, based on hash tables.
HashIntIntMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashIntIntMaps.
HashIntIntMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashIntIntMaps, and the default HashIntIntMapFactory static provider (HashIntIntMaps.getDefaultFactory()).
HashIntLongMap - Interface in com.koloboke.collect.map.hash
An interface for IntLongMaps, based on hash tables.
HashIntLongMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashIntLongMaps.
HashIntLongMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashIntLongMaps, and the default HashIntLongMapFactory static provider (HashIntLongMaps.getDefaultFactory()).
HashIntObjMap<V> - Interface in com.koloboke.collect.map.hash
An interface for IntObjMaps, based on hash tables.
HashIntObjMapFactory<V> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashIntObjMaps.
HashIntObjMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashIntObjMaps, and the default HashIntObjMapFactory static provider (HashIntObjMaps.getDefaultFactory()).
HashIntSet - Interface in com.koloboke.collect.set.hash
An interface for IntSets, based on hash tables.
HashIntSetFactory - Interface in com.koloboke.collect.set.hash
An immutable factory of HashIntSets.
HashIntSets - Class in com.koloboke.collect.set.hash
This class consists only of static factory methods to construct HashIntSets, and the default HashIntSetFactory static provider (HashIntSets.getDefaultFactory()).
HashIntShortMap - Interface in com.koloboke.collect.map.hash
An interface for IntShortMaps, based on hash tables.
HashIntShortMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashIntShortMaps.
HashIntShortMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashIntShortMaps, and the default HashIntShortMapFactory static provider (HashIntShortMaps.getDefaultFactory()).
HashLongByteMap - Interface in com.koloboke.collect.map.hash
An interface for LongByteMaps, based on hash tables.
HashLongByteMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashLongByteMaps.
HashLongByteMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashLongByteMaps, and the default HashLongByteMapFactory static provider (HashLongByteMaps.getDefaultFactory()).
HashLongCharMap - Interface in com.koloboke.collect.map.hash
An interface for LongCharMaps, based on hash tables.
HashLongCharMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashLongCharMaps.
HashLongCharMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashLongCharMaps, and the default HashLongCharMapFactory static provider (HashLongCharMaps.getDefaultFactory()).
HashLongDoubleMap - Interface in com.koloboke.collect.map.hash
An interface for LongDoubleMaps, based on hash tables.
HashLongDoubleMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashLongDoubleMaps.
HashLongDoubleMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashLongDoubleMaps, and the default HashLongDoubleMapFactory static provider (HashLongDoubleMaps.getDefaultFactory()).
HashLongFloatMap - Interface in com.koloboke.collect.map.hash
An interface for LongFloatMaps, based on hash tables.
HashLongFloatMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashLongFloatMaps.
HashLongFloatMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashLongFloatMaps, and the default HashLongFloatMapFactory static provider (HashLongFloatMaps.getDefaultFactory()).
HashLongIntMap - Interface in com.koloboke.collect.map.hash
An interface for LongIntMaps, based on hash tables.
HashLongIntMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashLongIntMaps.
HashLongIntMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashLongIntMaps, and the default HashLongIntMapFactory static provider (HashLongIntMaps.getDefaultFactory()).
HashLongLongMap - Interface in com.koloboke.collect.map.hash
An interface for LongLongMaps, based on hash tables.
HashLongLongMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashLongLongMaps.
HashLongLongMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashLongLongMaps, and the default HashLongLongMapFactory static provider (HashLongLongMaps.getDefaultFactory()).
HashLongObjMap<V> - Interface in com.koloboke.collect.map.hash
An interface for LongObjMaps, based on hash tables.
HashLongObjMapFactory<V> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashLongObjMaps.
HashLongObjMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashLongObjMaps, and the default HashLongObjMapFactory static provider (HashLongObjMaps.getDefaultFactory()).
HashLongSet - Interface in com.koloboke.collect.set.hash
An interface for LongSets, based on hash tables.
HashLongSetFactory - Interface in com.koloboke.collect.set.hash
An immutable factory of HashLongSets.
HashLongSets - Class in com.koloboke.collect.set.hash
This class consists only of static factory methods to construct HashLongSets, and the default HashLongSetFactory static provider (HashLongSets.getDefaultFactory()).
HashLongShortMap - Interface in com.koloboke.collect.map.hash
An interface for LongShortMaps, based on hash tables.
HashLongShortMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashLongShortMaps.
HashLongShortMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashLongShortMaps, and the default HashLongShortMapFactory static provider (HashLongShortMaps.getDefaultFactory()).
HashObjByteMap<K> - Interface in com.koloboke.collect.map.hash
An interface for ObjByteMaps, based on hash tables.
HashObjByteMapFactory<K> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashObjByteMaps.
HashObjByteMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashObjByteMaps, and the default HashObjByteMapFactory static provider (HashObjByteMaps.getDefaultFactory()).
HashObjCharMap<K> - Interface in com.koloboke.collect.map.hash
An interface for ObjCharMaps, based on hash tables.
HashObjCharMapFactory<K> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashObjCharMaps.
HashObjCharMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashObjCharMaps, and the default HashObjCharMapFactory static provider (HashObjCharMaps.getDefaultFactory()).
HashObjDoubleMap<K> - Interface in com.koloboke.collect.map.hash
An interface for ObjDoubleMaps, based on hash tables.
HashObjDoubleMapFactory<K> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashObjDoubleMaps.
HashObjDoubleMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashObjDoubleMaps, and the default HashObjDoubleMapFactory static provider (HashObjDoubleMaps.getDefaultFactory()).
HashObjFloatMap<K> - Interface in com.koloboke.collect.map.hash
An interface for ObjFloatMaps, based on hash tables.
HashObjFloatMapFactory<K> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashObjFloatMaps.
HashObjFloatMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashObjFloatMaps, and the default HashObjFloatMapFactory static provider (HashObjFloatMaps.getDefaultFactory()).
HashObjIntMap<K> - Interface in com.koloboke.collect.map.hash
An interface for ObjIntMaps, based on hash tables.
HashObjIntMapFactory<K> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashObjIntMaps.
HashObjIntMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashObjIntMaps, and the default HashObjIntMapFactory static provider (HashObjIntMaps.getDefaultFactory()).
HashObjLongMap<K> - Interface in com.koloboke.collect.map.hash
An interface for ObjLongMaps, based on hash tables.
HashObjLongMapFactory<K> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashObjLongMaps.
HashObjLongMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashObjLongMaps, and the default HashObjLongMapFactory static provider (HashObjLongMaps.getDefaultFactory()).
HashObjObjMap<K,V> - Interface in com.koloboke.collect.map.hash
An interface for ObjObjMaps, based on hash tables.
HashObjObjMapFactory<K,V> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashObjObjMaps.
HashObjObjMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashObjObjMaps, and the default HashObjObjMapFactory static provider (HashObjObjMaps.getDefaultFactory()).
HashObjSet<E> - Interface in com.koloboke.collect.set.hash
An interface for ObjSets, based on hash tables.
HashObjSetFactory<E> - Interface in com.koloboke.collect.set.hash
An immutable factory of HashObjSets.
HashObjSets - Class in com.koloboke.collect.set.hash
This class consists only of static factory methods to construct HashObjSets, and the default HashObjSetFactory static provider (HashObjSets.getDefaultFactory()).
HashObjShortMap<K> - Interface in com.koloboke.collect.map.hash
An interface for ObjShortMaps, based on hash tables.
HashObjShortMapFactory<K> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashObjShortMaps.
HashObjShortMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashObjShortMaps, and the default HashObjShortMapFactory static provider (HashObjShortMaps.getDefaultFactory()).
HashOverflowException - Exception in com.koloboke.collect.hash
An exception thrown when element or entry couldn't be inserted into the hash container due to implementation limitations.
HashOverflowException() - Constructor for exception com.koloboke.collect.hash.HashOverflowException
A sole constructor.
HashShortByteMap - Interface in com.koloboke.collect.map.hash
An interface for ShortByteMaps, based on hash tables.
HashShortByteMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashShortByteMaps.
HashShortByteMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashShortByteMaps, and the default HashShortByteMapFactory static provider (HashShortByteMaps.getDefaultFactory()).
HashShortCharMap - Interface in com.koloboke.collect.map.hash
An interface for ShortCharMaps, based on hash tables.
HashShortCharMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashShortCharMaps.
HashShortCharMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashShortCharMaps, and the default HashShortCharMapFactory static provider (HashShortCharMaps.getDefaultFactory()).
HashShortDoubleMap - Interface in com.koloboke.collect.map.hash
An interface for ShortDoubleMaps, based on hash tables.
HashShortDoubleMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashShortDoubleMaps.
HashShortDoubleMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashShortDoubleMaps, and the default HashShortDoubleMapFactory static provider (HashShortDoubleMaps.getDefaultFactory()).
HashShortFloatMap - Interface in com.koloboke.collect.map.hash
An interface for ShortFloatMaps, based on hash tables.
HashShortFloatMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashShortFloatMaps.
HashShortFloatMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashShortFloatMaps, and the default HashShortFloatMapFactory static provider (HashShortFloatMaps.getDefaultFactory()).
HashShortIntMap - Interface in com.koloboke.collect.map.hash
An interface for ShortIntMaps, based on hash tables.
HashShortIntMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashShortIntMaps.
HashShortIntMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashShortIntMaps, and the default HashShortIntMapFactory static provider (HashShortIntMaps.getDefaultFactory()).
HashShortLongMap - Interface in com.koloboke.collect.map.hash
An interface for ShortLongMaps, based on hash tables.
HashShortLongMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashShortLongMaps.
HashShortLongMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashShortLongMaps, and the default HashShortLongMapFactory static provider (HashShortLongMaps.getDefaultFactory()).
HashShortObjMap<V> - Interface in com.koloboke.collect.map.hash
An interface for ShortObjMaps, based on hash tables.
HashShortObjMapFactory<V> - Interface in com.koloboke.collect.map.hash
An immutable factory of HashShortObjMaps.
HashShortObjMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashShortObjMaps, and the default HashShortObjMapFactory static provider (HashShortObjMaps.getDefaultFactory()).
HashShortSet - Interface in com.koloboke.collect.set.hash
An interface for ShortSets, based on hash tables.
HashShortSetFactory - Interface in com.koloboke.collect.set.hash
An immutable factory of HashShortSets.
HashShortSets - Class in com.koloboke.collect.set.hash
This class consists only of static factory methods to construct HashShortSets, and the default HashShortSetFactory static provider (HashShortSets.getDefaultFactory()).
HashShortShortMap - Interface in com.koloboke.collect.map.hash
An interface for ShortShortMaps, based on hash tables.
HashShortShortMapFactory - Interface in com.koloboke.collect.map.hash
An immutable factory of HashShortShortMaps.
HashShortShortMaps - Class in com.koloboke.collect.map.hash
This class consists only of static factory methods to construct HashShortShortMaps, and the default HashShortShortMapFactory static provider (HashShortShortMaps.getDefaultFactory()).

I

identity() - Static method in class com.koloboke.collect.Equivalence
Returns the equivalence that uses == to compare objects and System.identityHashCode(Object) to compute the hash code.
IntBinaryOperator - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use IntBinaryOperator instead.
IntByteConsumer - Interface in com.koloboke.function
Represents an operation that accepts an int-valued and a byte-valued argument, and returns no result.
IntByteCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with int keys and byte values.
IntByteMap - Interface in com.koloboke.collect.map
A Map specialization with int keys and byte values.
IntByteMapFactory<F extends IntByteMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of IntByteMaps.
IntBytePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an int-valued and a byte-valued argument.
IntByteToByteFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued and a byte-valued argument and produces a byte-valued result.
IntCharConsumer - Interface in com.koloboke.function
Represents an operation that accepts an int-valued and a char-valued argument, and returns no result.
IntCharCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with int keys and char values.
IntCharMap - Interface in com.koloboke.collect.map
A Map specialization with int keys and char values.
IntCharMapFactory<F extends IntCharMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of IntCharMaps.
IntCharPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an int-valued and a char-valued argument.
IntCharToCharFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued and a char-valued argument and produces a char-valued result.
IntCollection - Interface in com.koloboke.collect
A Collection specialization with int elements.
IntConsumer - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use IntConsumer instead.
IntCursor - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration of ints.
IntDoubleConsumer - Interface in com.koloboke.function
Represents an operation that accepts an int-valued and a double-valued argument, and returns no result.
IntDoubleCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with int keys and double values.
IntDoubleMap - Interface in com.koloboke.collect.map
A Map specialization with int keys and double values.
IntDoubleMapFactory<F extends IntDoubleMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of IntDoubleMaps.
IntDoublePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an int-valued and a double-valued argument.
IntDoubleToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued and a double-valued argument and produces a double-valued result.
IntFloatConsumer - Interface in com.koloboke.function
Represents an operation that accepts an int-valued and a float-valued argument, and returns no result.
IntFloatCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with int keys and float values.
IntFloatMap - Interface in com.koloboke.collect.map
A Map specialization with int keys and float values.
IntFloatMapFactory<F extends IntFloatMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of IntFloatMaps.
IntFloatPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an int-valued and a float-valued argument.
IntFloatToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued and a float-valued argument and produces a float-valued result.
IntFunction<R> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use IntFunction instead.
IntHashFactory<F extends IntHashFactory<F>> - Interface in com.koloboke.collect.hash
Common configuration for factories of hash containers with int keys.
IntIntConsumer - Interface in com.koloboke.function
Represents an operation that accepts two int-valued arguments and returns no result.
IntIntCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with int keys and int values.
IntIntMap - Interface in com.koloboke.collect.map
A Map specialization with int keys and int values.
IntIntMapFactory<F extends IntIntMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of IntIntMaps.
IntIntPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts two int-valued arguments.
IntIntToIntFunction - Interface in com.koloboke.function
Represents a function that accepts two int-valued arguments and produces an int-valued result.
IntIterator - Interface in com.koloboke.collect
Primitive specialization of Iterator<Integer>.
IntLongConsumer - Interface in com.koloboke.function
Represents an operation that accepts an int-valued and a long-valued argument, and returns no result.
IntLongCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with int keys and long values.
IntLongMap - Interface in com.koloboke.collect.map
A Map specialization with int keys and long values.
IntLongMapFactory<F extends IntLongMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of IntLongMaps.
IntLongPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an int-valued and a long-valued argument.
IntLongToLongFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued and a long-valued argument and produces a long-valued result.
IntObjConsumer<U> - Interface in com.koloboke.function
Represents an operation that accepts an int-valued and an object-valued argument, and returns no result.
IntObjCursor<V> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with int keys and Object values.
IntObjFunction<T,R> - Interface in com.koloboke.function
Represents a function that accepts an int-valued and an object-valued argument and returns a result.
IntObjMap<V> - Interface in com.koloboke.collect.map
A Map specialization with int keys and Object values.
IntObjMapFactory<V,F extends IntObjMapFactory<V,F>> - Interface in com.koloboke.collect.map
An immutable factory of IntObjMaps.
IntObjPredicate<U> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an int-valued and an object-valued argument.
IntPredicate - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use IntPredicate instead.
IntSet - Interface in com.koloboke.collect.set
A Set specialization with int elements.
IntSetFactory<F extends IntSetFactory<F>> - Interface in com.koloboke.collect.set
An immutable factory of IntSets.
IntShortConsumer - Interface in com.koloboke.function
Represents an operation that accepts an int-valued and a short-valued argument, and returns no result.
IntShortCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with int keys and short values.
IntShortMap - Interface in com.koloboke.collect.map
A Map specialization with int keys and short values.
IntShortMapFactory<F extends IntShortMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of IntShortMaps.
IntShortPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an int-valued and a short-valued argument.
IntShortToShortFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued and a short-valued argument and produces a short-valued result.
IntToByteFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued argument and produces a byte-valued result.
IntToCharFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued argument and produces a char-valued result.
IntToDoubleFunction - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use IntToDoubleFunction instead.
IntToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued argument and produces a float-valued result.
IntToLongFunction - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use IntToLongFunction instead.
IntToShortFunction - Interface in com.koloboke.function
Represents a function that accepts an int-valued argument and produces a short-valued result.
IntUnaryOperator - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use IntUnaryOperator instead.
isEmpty() - Method in interface com.koloboke.collect.Container
Returns true if this container contains no elements.
isNullKeyAllowed() - Method in interface com.koloboke.collect.hash.ObjHashFactory
Returns true if null key is allowed, false otherwise.
iterator() - Method in interface com.koloboke.collect.ByteCollection
Deprecated.
Instead of explicit iterator() calls, use ByteCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.CharCollection
Deprecated.
Instead of explicit iterator() calls, use CharCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.DoubleCollection
Deprecated.
Instead of explicit iterator() calls, use DoubleCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.FloatCollection
Deprecated.
Instead of explicit iterator() calls, use FloatCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.IntCollection
Deprecated.
Instead of explicit iterator() calls, use IntCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.LongCollection
Deprecated.
Instead of explicit iterator() calls, use LongCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.ObjCollection
Returns a new iterator over this collection's elements.
iterator() - Method in interface com.koloboke.collect.set.ByteSet
Deprecated.
Instead of explicit iterator() calls, use ByteCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.set.CharSet
Deprecated.
Instead of explicit iterator() calls, use CharCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.set.DoubleSet
Deprecated.
Instead of explicit iterator() calls, use DoubleCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.set.FloatSet
Deprecated.
Instead of explicit iterator() calls, use FloatCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.set.IntSet
Deprecated.
Instead of explicit iterator() calls, use IntCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.set.LongSet
Deprecated.
Instead of explicit iterator() calls, use LongCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.set.ObjSet
Deprecated.
Instead of explicit iterator() calls, use ObjCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.set.ShortSet
Deprecated.
Instead of explicit iterator() calls, use ShortCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
iterator() - Method in interface com.koloboke.collect.ShortCollection
Deprecated.
Instead of explicit iterator() calls, use ShortCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.

K

key() - Method in interface com.koloboke.collect.map.ByteByteCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ByteCharCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ByteDoubleCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ByteFloatCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ByteIntCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ByteLongCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ByteObjCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ByteShortCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.CharByteCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.CharCharCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.CharDoubleCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.CharFloatCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.CharIntCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.CharLongCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.CharObjCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.CharShortCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.DoubleByteCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.DoubleCharCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.DoubleDoubleCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.DoubleFloatCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.DoubleIntCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.DoubleLongCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.DoubleObjCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.DoubleShortCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.FloatByteCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.FloatCharCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.FloatDoubleCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.FloatFloatCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.FloatIntCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.FloatLongCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.FloatObjCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.FloatShortCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.IntByteCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.IntCharCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.IntDoubleCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.IntFloatCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.IntIntCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.IntLongCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.IntObjCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.IntShortCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.LongByteCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.LongCharCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.LongDoubleCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.LongFloatCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.LongIntCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.LongLongCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.LongObjCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.LongShortCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ObjByteCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ObjCharCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ObjDoubleCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ObjFloatCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ObjIntCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ObjLongCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ObjObjCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ObjShortCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ShortByteCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ShortCharCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ShortDoubleCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ShortFloatCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ShortIntCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ShortLongCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ShortObjCursor
Returns the key of the entry to which the cursor currently points.
key() - Method in interface com.koloboke.collect.map.ShortShortCursor
Returns the key of the entry to which the cursor currently points.
keyEquivalence() - Method in interface com.koloboke.collect.map.ObjByteMap
Returns the equivalence strategy for keys in this map.
keyEquivalence() - Method in interface com.koloboke.collect.map.ObjCharMap
Returns the equivalence strategy for keys in this map.
keyEquivalence() - Method in interface com.koloboke.collect.map.ObjDoubleMap
Returns the equivalence strategy for keys in this map.
keyEquivalence() - Method in interface com.koloboke.collect.map.ObjFloatMap
Returns the equivalence strategy for keys in this map.
keyEquivalence() - Method in interface com.koloboke.collect.map.ObjIntMap
Returns the equivalence strategy for keys in this map.
keyEquivalence() - Method in interface com.koloboke.collect.map.ObjLongMap
Returns the equivalence strategy for keys in this map.
keyEquivalence() - Method in interface com.koloboke.collect.map.ObjObjMap
Returns the equivalence strategy for keys in this map.
keyEquivalence() - Method in interface com.koloboke.collect.map.ObjShortMap
Returns the equivalence strategy for keys in this map.
keySet() - Method in interface com.koloboke.collect.map.ByteByteMap
 
keySet() - Method in interface com.koloboke.collect.map.ByteCharMap
 
keySet() - Method in interface com.koloboke.collect.map.ByteDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.ByteFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.ByteIntMap
 
keySet() - Method in interface com.koloboke.collect.map.ByteLongMap
 
keySet() - Method in interface com.koloboke.collect.map.ByteObjMap
 
keySet() - Method in interface com.koloboke.collect.map.ByteShortMap
 
keySet() - Method in interface com.koloboke.collect.map.CharByteMap
 
keySet() - Method in interface com.koloboke.collect.map.CharCharMap
 
keySet() - Method in interface com.koloboke.collect.map.CharDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.CharFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.CharIntMap
 
keySet() - Method in interface com.koloboke.collect.map.CharLongMap
 
keySet() - Method in interface com.koloboke.collect.map.CharObjMap
 
keySet() - Method in interface com.koloboke.collect.map.CharShortMap
 
keySet() - Method in interface com.koloboke.collect.map.DoubleByteMap
 
keySet() - Method in interface com.koloboke.collect.map.DoubleCharMap
 
keySet() - Method in interface com.koloboke.collect.map.DoubleDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.DoubleFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.DoubleIntMap
 
keySet() - Method in interface com.koloboke.collect.map.DoubleLongMap
 
keySet() - Method in interface com.koloboke.collect.map.DoubleObjMap
 
keySet() - Method in interface com.koloboke.collect.map.DoubleShortMap
 
keySet() - Method in interface com.koloboke.collect.map.FloatByteMap
 
keySet() - Method in interface com.koloboke.collect.map.FloatCharMap
 
keySet() - Method in interface com.koloboke.collect.map.FloatDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.FloatFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.FloatIntMap
 
keySet() - Method in interface com.koloboke.collect.map.FloatLongMap
 
keySet() - Method in interface com.koloboke.collect.map.FloatObjMap
 
keySet() - Method in interface com.koloboke.collect.map.FloatShortMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashByteByteMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashByteCharMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashByteFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashByteIntMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashByteLongMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashByteObjMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashByteShortMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashCharByteMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashCharCharMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashCharFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashCharIntMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashCharLongMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashCharObjMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashCharShortMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashFloatByteMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashFloatCharMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashFloatIntMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashFloatLongMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashFloatObjMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashFloatShortMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashIntByteMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashIntCharMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashIntFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashIntIntMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashIntLongMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashIntObjMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashIntShortMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashLongByteMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashLongCharMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashLongFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashLongIntMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashLongLongMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashLongObjMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashLongShortMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashObjByteMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashObjCharMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashObjFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashObjIntMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashObjLongMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashObjObjMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashObjShortMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashShortByteMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashShortCharMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashShortFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashShortIntMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashShortLongMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashShortObjMap
 
keySet() - Method in interface com.koloboke.collect.map.hash.HashShortShortMap
 
keySet() - Method in interface com.koloboke.collect.map.IntByteMap
 
keySet() - Method in interface com.koloboke.collect.map.IntCharMap
 
keySet() - Method in interface com.koloboke.collect.map.IntDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.IntFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.IntIntMap
 
keySet() - Method in interface com.koloboke.collect.map.IntLongMap
 
keySet() - Method in interface com.koloboke.collect.map.IntObjMap
 
keySet() - Method in interface com.koloboke.collect.map.IntShortMap
 
keySet() - Method in interface com.koloboke.collect.map.LongByteMap
 
keySet() - Method in interface com.koloboke.collect.map.LongCharMap
 
keySet() - Method in interface com.koloboke.collect.map.LongDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.LongFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.LongIntMap
 
keySet() - Method in interface com.koloboke.collect.map.LongLongMap
 
keySet() - Method in interface com.koloboke.collect.map.LongObjMap
 
keySet() - Method in interface com.koloboke.collect.map.LongShortMap
 
keySet() - Method in interface com.koloboke.collect.map.ObjByteMap
 
keySet() - Method in interface com.koloboke.collect.map.ObjCharMap
 
keySet() - Method in interface com.koloboke.collect.map.ObjDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.ObjFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.ObjIntMap
 
keySet() - Method in interface com.koloboke.collect.map.ObjLongMap
 
keySet() - Method in interface com.koloboke.collect.map.ObjObjMap
 
keySet() - Method in interface com.koloboke.collect.map.ObjShortMap
 
keySet() - Method in interface com.koloboke.collect.map.ShortByteMap
 
keySet() - Method in interface com.koloboke.collect.map.ShortCharMap
 
keySet() - Method in interface com.koloboke.collect.map.ShortDoubleMap
 
keySet() - Method in interface com.koloboke.collect.map.ShortFloatMap
 
keySet() - Method in interface com.koloboke.collect.map.ShortIntMap
 
keySet() - Method in interface com.koloboke.collect.map.ShortLongMap
 
keySet() - Method in interface com.koloboke.collect.map.ShortObjMap
 
keySet() - Method in interface com.koloboke.collect.map.ShortShortMap
 

L

LongBinaryOperator - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use LongBinaryOperator instead.
LongByteConsumer - Interface in com.koloboke.function
Represents an operation that accepts a long-valued and a byte-valued argument, and returns no result.
LongByteCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with long keys and byte values.
LongByteMap - Interface in com.koloboke.collect.map
A Map specialization with long keys and byte values.
LongByteMapFactory<F extends LongByteMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of LongByteMaps.
LongBytePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a long-valued and a byte-valued argument.
LongByteToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued and a byte-valued argument and produces a byte-valued result.
LongCharConsumer - Interface in com.koloboke.function
Represents an operation that accepts a long-valued and a char-valued argument, and returns no result.
LongCharCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with long keys and char values.
LongCharMap - Interface in com.koloboke.collect.map
A Map specialization with long keys and char values.
LongCharMapFactory<F extends LongCharMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of LongCharMaps.
LongCharPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a long-valued and a char-valued argument.
LongCharToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued and a char-valued argument and produces a char-valued result.
LongCollection - Interface in com.koloboke.collect
A Collection specialization with long elements.
LongConsumer - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use LongConsumer instead.
LongCursor - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration of longs.
LongDoubleConsumer - Interface in com.koloboke.function
Represents an operation that accepts a long-valued and a double-valued argument, and returns no result.
LongDoubleCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with long keys and double values.
LongDoubleMap - Interface in com.koloboke.collect.map
A Map specialization with long keys and double values.
LongDoubleMapFactory<F extends LongDoubleMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of LongDoubleMaps.
LongDoublePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a long-valued and a double-valued argument.
LongDoubleToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued and a double-valued argument and produces a double-valued result.
LongFloatConsumer - Interface in com.koloboke.function
Represents an operation that accepts a long-valued and a float-valued argument, and returns no result.
LongFloatCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with long keys and float values.
LongFloatMap - Interface in com.koloboke.collect.map
A Map specialization with long keys and float values.
LongFloatMapFactory<F extends LongFloatMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of LongFloatMaps.
LongFloatPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a long-valued and a float-valued argument.
LongFloatToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued and a float-valued argument and produces a float-valued result.
LongFunction<R> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use LongFunction instead.
LongHashFactory<F extends LongHashFactory<F>> - Interface in com.koloboke.collect.hash
Common configuration for factories of hash containers with long keys.
LongIntConsumer - Interface in com.koloboke.function
Represents an operation that accepts a long-valued and an int-valued argument, and returns no result.
LongIntCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with long keys and int values.
LongIntMap - Interface in com.koloboke.collect.map
A Map specialization with long keys and int values.
LongIntMapFactory<F extends LongIntMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of LongIntMaps.
LongIntPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a long-valued and an int-valued argument.
LongIntToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued and an int-valued argument and produces an int-valued result.
LongIterator - Interface in com.koloboke.collect
Primitive specialization of Iterator<Long>.
LongLongConsumer - Interface in com.koloboke.function
Represents an operation that accepts two long-valued arguments and returns no result.
LongLongCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with long keys and long values.
LongLongMap - Interface in com.koloboke.collect.map
A Map specialization with long keys and long values.
LongLongMapFactory<F extends LongLongMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of LongLongMaps.
LongLongPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts two long-valued arguments.
LongLongToLongFunction - Interface in com.koloboke.function
Represents a function that accepts two long-valued arguments and produces a long-valued result.
LongObjConsumer<U> - Interface in com.koloboke.function
Represents an operation that accepts a long-valued and an object-valued argument, and returns no result.
LongObjCursor<V> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with long keys and Object values.
LongObjFunction<T,R> - Interface in com.koloboke.function
Represents a function that accepts a long-valued and an object-valued argument and returns a result.
LongObjMap<V> - Interface in com.koloboke.collect.map
A Map specialization with long keys and Object values.
LongObjMapFactory<V,F extends LongObjMapFactory<V,F>> - Interface in com.koloboke.collect.map
An immutable factory of LongObjMaps.
LongObjPredicate<U> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a long-valued and an object-valued argument.
LongPredicate - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use LongPredicate instead.
LongSet - Interface in com.koloboke.collect.set
A Set specialization with long elements.
LongSetFactory<F extends LongSetFactory<F>> - Interface in com.koloboke.collect.set
An immutable factory of LongSets.
LongShortConsumer - Interface in com.koloboke.function
Represents an operation that accepts a long-valued and a short-valued argument, and returns no result.
LongShortCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with long keys and short values.
LongShortMap - Interface in com.koloboke.collect.map
A Map specialization with long keys and short values.
LongShortMapFactory<F extends LongShortMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of LongShortMaps.
LongShortPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a long-valued and a short-valued argument.
LongShortToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued and a short-valued argument and produces a short-valued result.
LongToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued argument and produces a byte-valued result.
LongToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued argument and produces a char-valued result.
LongToDoubleFunction - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use LongToDoubleFunction instead.
LongToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued argument and produces a float-valued result.
LongToIntFunction - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use LongToIntFunction instead.
LongToShortFunction - Interface in com.koloboke.function
Represents a function that accepts a long-valued argument and produces a short-valued result.
LongUnaryOperator - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use LongUnaryOperator instead.

M

merge(Byte, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
merge(byte, byte, ByteBinaryOperator) - Method in interface com.koloboke.collect.map.ByteByteMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Byte, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
merge(byte, char, CharBinaryOperator) - Method in interface com.koloboke.collect.map.ByteCharMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Byte, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
merge(byte, double, DoubleBinaryOperator) - Method in interface com.koloboke.collect.map.ByteDoubleMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Byte, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
merge(byte, float, FloatBinaryOperator) - Method in interface com.koloboke.collect.map.ByteFloatMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Byte, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
merge(byte, int, IntBinaryOperator) - Method in interface com.koloboke.collect.map.ByteIntMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Byte, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
merge(byte, long, LongBinaryOperator) - Method in interface com.koloboke.collect.map.ByteLongMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Byte, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
merge(byte, short, ShortBinaryOperator) - Method in interface com.koloboke.collect.map.ByteShortMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Character, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
merge(char, byte, ByteBinaryOperator) - Method in interface com.koloboke.collect.map.CharByteMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Character, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
merge(char, char, CharBinaryOperator) - Method in interface com.koloboke.collect.map.CharCharMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Character, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
merge(char, double, DoubleBinaryOperator) - Method in interface com.koloboke.collect.map.CharDoubleMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Character, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
merge(char, float, FloatBinaryOperator) - Method in interface com.koloboke.collect.map.CharFloatMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Character, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
merge(char, int, IntBinaryOperator) - Method in interface com.koloboke.collect.map.CharIntMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Character, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
merge(char, long, LongBinaryOperator) - Method in interface com.koloboke.collect.map.CharLongMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Character, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
merge(char, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Character, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
merge(char, short, ShortBinaryOperator) - Method in interface com.koloboke.collect.map.CharShortMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Double, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
merge(double, byte, ByteBinaryOperator) - Method in interface com.koloboke.collect.map.DoubleByteMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Double, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
merge(double, char, CharBinaryOperator) - Method in interface com.koloboke.collect.map.DoubleCharMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Double, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
merge(double, double, DoubleBinaryOperator) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Double, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
merge(double, float, FloatBinaryOperator) - Method in interface com.koloboke.collect.map.DoubleFloatMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Double, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
merge(double, int, IntBinaryOperator) - Method in interface com.koloboke.collect.map.DoubleIntMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Double, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
merge(double, long, LongBinaryOperator) - Method in interface com.koloboke.collect.map.DoubleLongMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Double, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
merge(double, short, ShortBinaryOperator) - Method in interface com.koloboke.collect.map.DoubleShortMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Float, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
merge(float, byte, ByteBinaryOperator) - Method in interface com.koloboke.collect.map.FloatByteMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Float, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
merge(float, char, CharBinaryOperator) - Method in interface com.koloboke.collect.map.FloatCharMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Float, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
merge(float, double, DoubleBinaryOperator) - Method in interface com.koloboke.collect.map.FloatDoubleMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Float, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
merge(float, float, FloatBinaryOperator) - Method in interface com.koloboke.collect.map.FloatFloatMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Float, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
merge(float, int, IntBinaryOperator) - Method in interface com.koloboke.collect.map.FloatIntMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Float, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
merge(float, long, LongBinaryOperator) - Method in interface com.koloboke.collect.map.FloatLongMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
merge(float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Float, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
merge(float, short, ShortBinaryOperator) - Method in interface com.koloboke.collect.map.FloatShortMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Integer, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
merge(int, byte, ByteBinaryOperator) - Method in interface com.koloboke.collect.map.IntByteMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Integer, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
merge(int, char, CharBinaryOperator) - Method in interface com.koloboke.collect.map.IntCharMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Integer, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
merge(int, double, DoubleBinaryOperator) - Method in interface com.koloboke.collect.map.IntDoubleMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Integer, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
merge(int, float, FloatBinaryOperator) - Method in interface com.koloboke.collect.map.IntFloatMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Integer, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
merge(int, int, IntBinaryOperator) - Method in interface com.koloboke.collect.map.IntIntMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Integer, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
merge(int, long, LongBinaryOperator) - Method in interface com.koloboke.collect.map.IntLongMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Integer, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.merge(int, Object, BiFunction) instead
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Integer, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
merge(int, short, ShortBinaryOperator) - Method in interface com.koloboke.collect.map.IntShortMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Long, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
merge(long, byte, ByteBinaryOperator) - Method in interface com.koloboke.collect.map.LongByteMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Long, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
merge(long, char, CharBinaryOperator) - Method in interface com.koloboke.collect.map.LongCharMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Long, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
merge(long, double, DoubleBinaryOperator) - Method in interface com.koloboke.collect.map.LongDoubleMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Long, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
merge(long, float, FloatBinaryOperator) - Method in interface com.koloboke.collect.map.LongFloatMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Long, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
merge(long, int, IntBinaryOperator) - Method in interface com.koloboke.collect.map.LongIntMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Long, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
merge(long, long, LongBinaryOperator) - Method in interface com.koloboke.collect.map.LongLongMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Long, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
merge(long, short, ShortBinaryOperator) - Method in interface com.koloboke.collect.map.LongShortMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
merge(K, byte, ByteBinaryOperator) - Method in interface com.koloboke.collect.map.ObjByteMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(K, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
merge(K, char, CharBinaryOperator) - Method in interface com.koloboke.collect.map.ObjCharMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(K, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
merge(K, double, DoubleBinaryOperator) - Method in interface com.koloboke.collect.map.ObjDoubleMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(K, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
merge(K, float, FloatBinaryOperator) - Method in interface com.koloboke.collect.map.ObjFloatMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(K, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
merge(K, int, IntBinaryOperator) - Method in interface com.koloboke.collect.map.ObjIntMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
merge(K, long, LongBinaryOperator) - Method in interface com.koloboke.collect.map.ObjLongMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(K, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
merge(K, short, ShortBinaryOperator) - Method in interface com.koloboke.collect.map.ObjShortMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Short, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
merge(short, byte, ByteBinaryOperator) - Method in interface com.koloboke.collect.map.ShortByteMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Short, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
merge(short, char, CharBinaryOperator) - Method in interface com.koloboke.collect.map.ShortCharMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Short, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
merge(short, double, DoubleBinaryOperator) - Method in interface com.koloboke.collect.map.ShortDoubleMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Short, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
merge(short, float, FloatBinaryOperator) - Method in interface com.koloboke.collect.map.ShortFloatMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Short, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
merge(short, int, IntBinaryOperator) - Method in interface com.koloboke.collect.map.ShortIntMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Short, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
merge(short, long, LongBinaryOperator) - Method in interface com.koloboke.collect.map.ShortLongMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
merge(short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
merge(Short, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
merge(short, short, ShortBinaryOperator) - Method in interface com.koloboke.collect.map.ShortShortMap
If the specified key is not already associated with a value, associates it with the given value, otherwise, replaces the value with the results of the given remapping function.
moveNext() - Method in interface com.koloboke.collect.Cursor
Moves the cursor forward to the next element (to the first element, if the cursor is in front of the first element).

N

newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteByteConsumer>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], byte[], int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Byte[], int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteByteConsumer>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], byte[]) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Byte[]) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteCharConsumer>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], char[], int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Character[], int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteCharConsumer>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], char[]) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Character[]) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], double[], int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Double[], int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteDoubleConsumer>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], double[]) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Double[]) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteFloatConsumer>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], float[], int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Float[], int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteFloatConsumer>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], float[]) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Float[]) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteIntConsumer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], int[], int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Integer[], int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteIntConsumer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], int[]) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Integer[]) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteLongConsumer>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], long[], int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Long[], int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteLongConsumer>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], long[]) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Long[]) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], V2[], int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], V2[], int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], V2[]) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], V2[]) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteShortConsumer>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], short[], int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Short[], int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteShortConsumer>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], short[]) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Short[]) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharByteConsumer>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], byte[], int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Byte[], int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharByteConsumer>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], byte[]) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Byte[]) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharCharConsumer>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], char[], int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Character[], int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharCharConsumer>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], char[]) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Character[]) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], double[], int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Double[], int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharDoubleConsumer>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], double[]) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Double[]) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharFloatConsumer>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], float[], int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Float[], int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharFloatConsumer>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], float[]) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Float[]) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharIntConsumer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], int[], int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Integer[], int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharIntConsumer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], int[]) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Integer[]) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharLongConsumer>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], long[], int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Long[], int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharLongConsumer>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], long[]) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Long[]) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], V2[], int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], V2[], int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], V2[]) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], V2[]) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharShortConsumer>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], short[], int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Short[], int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharShortConsumer>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], short[]) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Short[]) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleByteConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], byte[], int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Byte[], int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleByteConsumer>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], byte[]) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Byte[]) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleCharConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], char[], int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Character[], int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleCharConsumer>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], char[]) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Character[]) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], double[], int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Double[], int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleDoubleConsumer>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], double[]) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Double[]) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleFloatConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], float[], int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Float[], int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleFloatConsumer>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], float[]) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Float[]) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleIntConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], int[], int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Integer[], int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleIntConsumer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], int[]) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Integer[]) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleLongConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], long[], int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Long[], int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleLongConsumer>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], long[]) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Long[]) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], V2[], int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], V2[], int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], V2[]) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], V2[]) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleShortConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], short[], int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Short[], int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleShortConsumer>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], short[]) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Short[]) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatByteConsumer>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], byte[], int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Byte[], int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatByteConsumer>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], byte[]) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Byte[]) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatCharConsumer>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], char[], int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Character[], int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatCharConsumer>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], char[]) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Character[]) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], double[], int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Double[], int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatDoubleConsumer>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], double[]) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Double[]) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatFloatConsumer>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], float[], int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Float[], int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatFloatConsumer>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], float[]) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Float[]) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatIntConsumer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], int[], int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Integer[], int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatIntConsumer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], int[]) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Integer[]) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatLongConsumer>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], long[], int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Long[], int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatLongConsumer>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], long[]) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Long[]) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], V2[], int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], V2[], int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], V2[]) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], V2[]) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatShortConsumer>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], short[], int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Short[], int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatShortConsumer>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], short[]) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Short[]) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Consumer<ByteByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(byte[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Byte[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Consumer<ByteByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(byte[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Byte[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Consumer<ByteCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(byte[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Byte[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Consumer<ByteCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(byte[], char[]) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Byte[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], char[]) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Consumer<ByteDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(byte[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Byte[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Consumer<ByteDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(byte[], double[]) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Byte[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], double[]) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Consumer<ByteFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(byte[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Byte[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Consumer<ByteFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(byte[], float[]) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Byte[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], float[]) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Consumer<ByteIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(byte[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Byte[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Consumer<ByteIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(byte[], int[]) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Byte[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], int[]) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Consumer<ByteLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(byte[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Byte[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Consumer<ByteLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(byte[], long[]) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Byte[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], long[]) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Consumer<ByteObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(byte[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Byte[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Consumer<ByteObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(byte[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Byte[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], V[]) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], V[]) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Consumer<ByteShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(byte[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Byte[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Consumer<ByteShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(byte[], short[]) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Byte[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Iterable<Byte>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ByteShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(byte[], short[]) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Byte[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Byte>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Consumer<CharByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(char[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Character[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Consumer<CharByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(char[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Character[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Consumer<CharCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(char[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Character[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Consumer<CharCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(char[], char[]) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Character[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMap(Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], char[]) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Consumer<CharDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(char[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Character[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Consumer<CharDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(char[], double[]) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Character[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMap(Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], double[]) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Consumer<CharFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(char[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Character[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Consumer<CharFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(char[], float[]) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Character[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMap(Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], float[]) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Consumer<CharIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(char[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Character[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Consumer<CharIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(char[], int[]) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Character[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], int[]) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Consumer<CharLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(char[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Character[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Consumer<CharLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(char[], long[]) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Character[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMap(Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], long[]) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Consumer<CharObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(char[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Character[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Consumer<CharObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(char[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Character[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], V[]) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], V[]) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Consumer<CharShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(char[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Character[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Consumer<CharShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(char[], short[]) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Character[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Iterable<Character>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMap(Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<CharShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(char[], short[]) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Character[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Character>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Consumer<DoubleByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(double[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Double[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Consumer<DoubleByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(double[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Double[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Consumer<DoubleCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(double[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Double[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Consumer<DoubleCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(double[], char[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Double[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMap(Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], char[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Consumer<DoubleDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(double[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Double[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Consumer<DoubleDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(double[], double[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Double[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMap(Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], double[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Consumer<DoubleFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(double[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Double[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Consumer<DoubleFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(double[], float[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Double[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMap(Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], float[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Consumer<DoubleIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(double[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Double[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Consumer<DoubleIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(double[], int[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Double[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], int[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Consumer<DoubleLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(double[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Double[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Consumer<DoubleLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(double[], long[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Double[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMap(Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], long[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Consumer<DoubleObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(double[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Double[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Consumer<DoubleObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(double[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Double[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], V[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], V[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Consumer<DoubleShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(double[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Double[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Consumer<DoubleShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(double[], short[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Double[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Iterable<Double>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMap(Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<DoubleShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(double[], short[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Double[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Double>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Consumer<FloatByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(float[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Float[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Consumer<FloatByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(float[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Float[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Consumer<FloatCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(float[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Float[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Consumer<FloatCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(float[], char[]) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Float[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMap(Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], char[]) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Consumer<FloatDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(float[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Float[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Consumer<FloatDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(float[], double[]) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Float[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMap(Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], double[]) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Consumer<FloatFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(float[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Float[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Consumer<FloatFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(float[], float[]) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Float[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMap(Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], float[]) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Consumer<FloatIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(float[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Float[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Consumer<FloatIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(float[], int[]) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Float[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], int[]) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Consumer<FloatLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(float[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Float[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Consumer<FloatLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(float[], long[]) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Float[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMap(Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], long[]) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Consumer<FloatObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(float[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Float[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Consumer<FloatObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(float[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Float[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], V[]) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], V[]) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Consumer<FloatShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(float[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Float[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Consumer<FloatShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(float[], short[]) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Float[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Iterable<Float>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMap(Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<FloatShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(float[], short[]) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Float[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Float>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Consumer<IntByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(int[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Integer[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Consumer<IntByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(int[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Integer[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Consumer<IntCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(int[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Integer[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Consumer<IntCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(int[], char[]) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Integer[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], char[]) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Consumer<IntDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(int[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Integer[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Consumer<IntDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(int[], double[]) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Integer[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], double[]) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Consumer<IntFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(int[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Integer[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Consumer<IntFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(int[], float[]) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Integer[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], float[]) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Consumer<IntIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(int[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Integer[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Consumer<IntIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(int[], int[]) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Integer[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], int[]) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Consumer<IntLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(int[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Integer[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Consumer<IntLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(int[], long[]) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Integer[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], long[]) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Consumer<IntObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(int[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Integer[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Consumer<IntObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(int[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Integer[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], V[]) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], V[]) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Consumer<IntShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(int[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Integer[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Consumer<IntShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(int[], short[]) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Integer[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Iterable<Integer>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], short[]) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Consumer<LongByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(long[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Long[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Consumer<LongByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(long[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Long[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Consumer<LongCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(long[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Long[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Consumer<LongCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(long[], char[]) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Long[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMap(Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], char[]) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Consumer<LongDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(long[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Long[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Consumer<LongDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(long[], double[]) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Long[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMap(Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], double[]) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Consumer<LongFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(long[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Long[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Consumer<LongFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(long[], float[]) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Long[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMap(Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], float[]) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Consumer<LongIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(long[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Long[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Consumer<LongIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(long[], int[]) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Long[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], int[]) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Consumer<LongLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(long[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Long[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Consumer<LongLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(long[], long[]) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Long[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMap(Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], long[]) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Consumer<LongObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(long[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Long[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Consumer<LongObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(long[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Long[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], V[]) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], V[]) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Consumer<LongShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(long[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Long[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Consumer<LongShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(long[], short[]) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Long[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Iterable<Long>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMap(Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], short[]) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Consumer<ObjByteConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(K2[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(K2[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Consumer<ObjByteConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(K2[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(K2[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMap(Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjByteConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjByteConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Consumer<ObjCharConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(K2[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(K2[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Consumer<ObjCharConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(K2[], char[]) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(K2[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMap(Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjCharConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjCharConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], char[]) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Consumer<ObjDoubleConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(K2[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(K2[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Consumer<ObjDoubleConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(K2[], double[]) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(K2[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMap(Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjDoubleConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjDoubleConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], double[]) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Consumer<ObjFloatConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(K2[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(K2[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Consumer<ObjFloatConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(K2[], float[]) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(K2[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMap(Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjFloatConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjFloatConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], float[]) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Consumer<ObjIntConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(K2[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(K2[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Consumer<ObjIntConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(K2[], int[]) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(K2[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMap(Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjIntConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjIntConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], int[]) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Consumer<ObjLongConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(K2[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(K2[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Consumer<ObjLongConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(K2[], long[]) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(K2[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMap(Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjLongConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjLongConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], long[]) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Consumer<BiConsumer<K2, V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(K2[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Consumer<BiConsumer<K2, V2>>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(K2[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMap(Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<BiConsumer<K, V>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<BiConsumer<K, V>>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], V[]) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Consumer<ObjShortConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(K2[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(K2[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Consumer<ObjShortConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(K2[], short[]) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(K2[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Iterable<? extends K2>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMap(Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjShortConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjShortConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K[], short[]) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Consumer<ShortByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(short[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Short[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Consumer<ShortByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(short[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Short[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Consumer<ShortCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(short[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Short[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Consumer<ShortCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(short[], char[]) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Short[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMap(Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], char[]) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Consumer<ShortDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(short[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Short[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Consumer<ShortDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(short[], double[]) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Short[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMap(Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], double[]) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Consumer<ShortFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(short[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Short[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Consumer<ShortFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(short[], float[]) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Short[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMap(Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], float[]) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Consumer<ShortIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(short[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Short[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Consumer<ShortIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(short[], int[]) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Short[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], int[]) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Consumer<ShortLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(short[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Short[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Consumer<ShortLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(short[], long[]) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Short[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMap(Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], long[]) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Consumer<ShortObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(short[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Short[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Consumer<ShortObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(short[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Short[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], V[]) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], V[]) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Consumer<ShortShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(short[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Short[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Consumer<ShortShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(short[], short[]) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Short[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMap(Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], short[]) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntByteConsumer>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], byte[], int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Byte[], int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntByteConsumer>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], byte[]) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Byte[]) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntCharConsumer>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], char[], int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Character[], int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntCharConsumer>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], char[]) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Character[]) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], double[], int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Double[], int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntDoubleConsumer>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], double[]) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Double[]) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntFloatConsumer>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], float[], int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Float[], int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntFloatConsumer>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], float[]) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Float[]) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntIntConsumer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], int[], int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Integer[], int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntIntConsumer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], int[]) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Integer[]) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntLongConsumer>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], long[], int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Long[], int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntLongConsumer>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], long[]) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Long[]) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], V2[], int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], V2[], int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], V2[]) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], V2[]) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntShortConsumer>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], short[], int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Short[], int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<IntShortConsumer>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(int[], short[]) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Integer[], Short[]) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Integer>, Iterable<Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongByteConsumer>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], byte[], int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Byte[], int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongByteConsumer>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], byte[]) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Byte[]) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongCharConsumer>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], char[], int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Character[], int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongCharConsumer>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], char[]) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Character[]) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], double[], int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Double[], int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongDoubleConsumer>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], double[]) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Double[]) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongFloatConsumer>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], float[], int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Float[], int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongFloatConsumer>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], float[]) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Float[]) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongIntConsumer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], int[], int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Integer[], int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongIntConsumer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], int[]) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Integer[]) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongLongConsumer>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], long[], int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Long[], int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongLongConsumer>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], long[]) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Long[]) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], V2[], int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], V2[], int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], V2[]) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], V2[]) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongShortConsumer>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], short[], int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Short[], int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<LongShortConsumer>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(long[], short[]) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Long[], Short[]) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Long>, Iterable<Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjByteConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], byte[], int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Byte[], int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjByteConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], byte[]) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Byte[]) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjCharConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], char[], int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Character[], int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjCharConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], char[]) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Character[]) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjDoubleConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], double[], int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Double[], int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjDoubleConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], double[]) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Double[]) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjFloatConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], float[], int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Float[], int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjFloatConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], float[]) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Float[]) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjIntConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], int[], int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Integer[], int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjIntConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], int[]) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Integer[]) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjLongConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], long[], int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Long[], int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjLongConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], long[]) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Long[]) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<BiConsumer<K2, V2>>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], V2[], int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<BiConsumer<K2, V2>>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], V2[]) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjShortConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], short[], int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Short[], int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ObjShortConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(K2[], short[]) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(K2[], Short[]) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<? extends K2>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortByteConsumer>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], byte[], int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Byte[], int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortByteConsumer>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], byte[]) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Byte[]) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortCharConsumer>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], char[], int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Character[], int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortCharConsumer>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], char[]) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Character[]) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], double[], int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Double[], int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortDoubleConsumer>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], double[]) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Double[]) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortFloatConsumer>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], float[], int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Float[], int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortFloatConsumer>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], float[]) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Float[]) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortIntConsumer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], int[], int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Integer[], int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortIntConsumer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], int[]) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Integer[]) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortLongConsumer>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], long[], int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Long[], int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortLongConsumer>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], long[]) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Long[]) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], V2[], int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], V2[], int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], V2[]) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], V2[]) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortShortConsumer>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], short[], int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Short[], int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map with the same mappings as the specified map.
newImmutableMap(Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map which merge the mappings of the specified maps.
newImmutableMap(Consumer<ShortShortConsumer>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
newImmutableMap(short[], short[]) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Short[], Short[]) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMap(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map with the given mappings, i.
newImmutableMapOf(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, V2, byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, char, char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, double, char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, float, char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, int, char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, long, char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, V2, char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, short, char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, char, double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, double, double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, float, double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, int, double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, long, double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, V2, double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, short, double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, char, float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, double, float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, float, float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, int, float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, long, float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, V2, float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, short, float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMapOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMapOf(byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newImmutableMapOf(byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMapOf(byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMapOf(byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMapOf(byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newImmutableMapOf(byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, char, byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMapOf(byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMapOf(byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMapOf(byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newImmutableMapOf(byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, double, byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMapOf(byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMapOf(byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMapOf(byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newImmutableMapOf(byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, float, byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMapOf(byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMapOf(byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMapOf(byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newImmutableMapOf(byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, int, byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMapOf(byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMapOf(byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMapOf(byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newImmutableMapOf(byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, long, byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMapOf(byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMapOf(byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMapOf(byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMapOf(byte, V2, byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newImmutableMapOf(byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, V, byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, V, byte, V, byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMapOf(byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMapOf(byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMapOf(byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newImmutableMapOf(byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(byte, short, byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMapOf(char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMapOf(char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMapOf(char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newImmutableMapOf(char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, byte, char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMapOf(char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMapOf(char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMapOf(char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMapOf(char, char, char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newImmutableMapOf(char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, char, char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, char, char, char, char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMapOf(char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMapOf(char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMapOf(char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMapOf(char, double, char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newImmutableMapOf(char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, double, char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, double, char, double, char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMapOf(char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMapOf(char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMapOf(char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMapOf(char, float, char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newImmutableMapOf(char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, float, char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, float, char, float, char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMapOf(char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMapOf(char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMapOf(char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMapOf(char, int, char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newImmutableMapOf(char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, int, char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, int, char, int, char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMapOf(char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMapOf(char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMapOf(char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMapOf(char, long, char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newImmutableMapOf(char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, long, char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, long, char, long, char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMapOf(char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMapOf(char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMapOf(char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMapOf(char, V2, char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newImmutableMapOf(char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, V, char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, V, char, V, char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMapOf(char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMapOf(char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMapOf(char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMapOf(char, short, char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newImmutableMapOf(char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(char, short, char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(char, short, char, short, char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMapOf(double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMapOf(double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMapOf(double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newImmutableMapOf(double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, byte, double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMapOf(double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMapOf(double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMapOf(double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMapOf(double, char, double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newImmutableMapOf(double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, char, double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, char, double, char, double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMapOf(double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMapOf(double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMapOf(double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMapOf(double, double, double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newImmutableMapOf(double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, double, double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, double, double, double, double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMapOf(double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMapOf(double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMapOf(double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMapOf(double, float, double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newImmutableMapOf(double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, float, double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, float, double, float, double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMapOf(double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMapOf(double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMapOf(double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMapOf(double, int, double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newImmutableMapOf(double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, int, double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, int, double, int, double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMapOf(double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMapOf(double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMapOf(double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMapOf(double, long, double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newImmutableMapOf(double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, long, double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, long, double, long, double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMapOf(double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMapOf(double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMapOf(double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMapOf(double, V2, double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newImmutableMapOf(double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, V, double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, V, double, V, double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMapOf(double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMapOf(double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMapOf(double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMapOf(double, short, double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newImmutableMapOf(double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(double, short, double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(double, short, double, short, double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMapOf(float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMapOf(float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMapOf(float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newImmutableMapOf(float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, byte, float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMapOf(float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMapOf(float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMapOf(float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMapOf(float, char, float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newImmutableMapOf(float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, char, float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, char, float, char, float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMapOf(float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMapOf(float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMapOf(float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMapOf(float, double, float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newImmutableMapOf(float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, double, float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, double, float, double, float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMapOf(float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMapOf(float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMapOf(float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMapOf(float, float, float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newImmutableMapOf(float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, float, float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, float, float, float, float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMapOf(float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMapOf(float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMapOf(float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMapOf(float, int, float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newImmutableMapOf(float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, int, float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, int, float, int, float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMapOf(float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMapOf(float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMapOf(float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMapOf(float, long, float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newImmutableMapOf(float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, long, float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, long, float, long, float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMapOf(float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMapOf(float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMapOf(float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMapOf(float, V2, float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newImmutableMapOf(float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, V, float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, V, float, V, float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMapOf(float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMapOf(float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMapOf(float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMapOf(float, short, float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newImmutableMapOf(float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(float, short, float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(float, short, float, short, float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMapOf(int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMapOf(int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMapOf(int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newImmutableMapOf(int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, byte, int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMapOf(int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMapOf(int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMapOf(int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMapOf(int, char, int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newImmutableMapOf(int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, char, int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, char, int, char, int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMapOf(int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMapOf(int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMapOf(int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMapOf(int, double, int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newImmutableMapOf(int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, double, int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, double, int, double, int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMapOf(int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMapOf(int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMapOf(int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMapOf(int, float, int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newImmutableMapOf(int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, float, int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, float, int, float, int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMapOf(int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMapOf(int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMapOf(int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMapOf(int, int, int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newImmutableMapOf(int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, int, int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, int, int, int, int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMapOf(int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMapOf(int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMapOf(int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMapOf(int, long, int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newImmutableMapOf(int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, long, int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, long, int, long, int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMapOf(int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMapOf(int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMapOf(int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMapOf(int, V2, int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newImmutableMapOf(int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, V, int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, V, int, V, int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMapOf(int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMapOf(int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMapOf(int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMapOf(int, short, int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newImmutableMapOf(int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, short, int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, short, int, short, int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMapOf(long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMapOf(long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMapOf(long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newImmutableMapOf(long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, byte, long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMapOf(long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMapOf(long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMapOf(long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMapOf(long, char, long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newImmutableMapOf(long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, char, long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, char, long, char, long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMapOf(long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMapOf(long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMapOf(long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMapOf(long, double, long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newImmutableMapOf(long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, double, long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, double, long, double, long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMapOf(long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMapOf(long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMapOf(long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMapOf(long, float, long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newImmutableMapOf(long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, float, long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, float, long, float, long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMapOf(long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMapOf(long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMapOf(long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMapOf(long, int, long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newImmutableMapOf(long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, int, long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, int, long, int, long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMapOf(long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMapOf(long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMapOf(long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMapOf(long, long, long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newImmutableMapOf(long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, long, long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, long, long, long, long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMapOf(long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMapOf(long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMapOf(long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMapOf(long, V2, long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newImmutableMapOf(long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, V, long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, V, long, V, long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMapOf(long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMapOf(long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMapOf(long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMapOf(long, short, long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newImmutableMapOf(long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, short, long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, short, long, short, long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMapOf(K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMapOf(K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMapOf(K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMapOf(K2, byte, K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newImmutableMapOf(K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K, byte, K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K, byte, K, byte, K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMapOf(K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMapOf(K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMapOf(K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMapOf(K2, char, K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newImmutableMapOf(K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K, char, K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K, char, K, char, K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMapOf(K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMapOf(K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMapOf(K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMapOf(K2, double, K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newImmutableMapOf(K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K, double, K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K, double, K, double, K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMapOf(K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMapOf(K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMapOf(K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMapOf(K2, float, K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newImmutableMapOf(K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K, float, K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K, float, K, float, K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMapOf(K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMapOf(K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMapOf(K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMapOf(K2, int, K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newImmutableMapOf(K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K, int, K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K, int, K, int, K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMapOf(K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMapOf(K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMapOf(K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMapOf(K2, long, K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newImmutableMapOf(K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K, long, K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K, long, K, long, K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMapOf(K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMapOf(K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMapOf(K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMapOf(K2, V2, K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newImmutableMapOf(K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K, V, K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K, V, K, V, K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMapOf(K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMapOf(K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMapOf(K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMapOf(K2, short, K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newImmutableMapOf(K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K, short, K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K, short, K, short, K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMapOf(short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMapOf(short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMapOf(short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newImmutableMapOf(short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, byte, short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMapOf(short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMapOf(short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMapOf(short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMapOf(short, char, short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newImmutableMapOf(short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, char, short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, char, short, char, short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMapOf(short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMapOf(short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMapOf(short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMapOf(short, double, short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newImmutableMapOf(short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, double, short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, double, short, double, short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMapOf(short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMapOf(short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMapOf(short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMapOf(short, float, short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newImmutableMapOf(short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, float, short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, float, short, float, short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMapOf(short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMapOf(short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMapOf(short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMapOf(short, int, short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newImmutableMapOf(short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, int, short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, int, short, int, short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMapOf(short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMapOf(short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMapOf(short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMapOf(short, long, short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newImmutableMapOf(short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, long, short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, long, short, long, short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMapOf(short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMapOf(short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMapOf(short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMapOf(short, V2, short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newImmutableMapOf(short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, V, short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, V, short, V, short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMapOf(short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMapOf(short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMapOf(short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMapOf(short, short, short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newImmutableMapOf(short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, short, short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, short, short, short, short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, char, int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, double, int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, float, int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, int, int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, long, int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, V2, int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(int, short, int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, char, long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, double, long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, float, long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, int, long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, long, long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, V2, long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(long, short, long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K2, byte, K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K2, char, K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K2, double, K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K2, float, K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K2, int, K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K2, long, K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K2, V2, K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(K2, short, K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, char, short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, double, short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, float, short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, int, short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, long, short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, V2, short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableMapOf(short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map of the single specified mapping.
newImmutableMapOf(short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map of the two specified mappings.
newImmutableMapOf(short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map of the three specified mappings.
newImmutableMapOf(short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map of the four specified mappings.
newImmutableMapOf(short, short, short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new immutable map of the five specified mappings.
newImmutableSet(Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<ByteConsumer>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(byte[], int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Byte[], int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<ByteConsumer>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(byte[]) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Byte[]) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<CharConsumer>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(char[], int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Character[], int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<CharConsumer>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(char[]) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Character[]) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<DoubleConsumer>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(double[], int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Double[], int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<DoubleConsumer>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(double[]) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Double[]) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<FloatConsumer>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(float[], int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Float[], int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<FloatConsumer>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(float[]) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Float[]) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterator<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Consumer<ByteConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(byte[], int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Byte[], int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterator<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Consumer<ByteConsumer>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(byte[]) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Byte[]) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSet(Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<ByteConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(byte[], int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Byte[], int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<ByteConsumer>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(byte[]) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Byte[]) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterator<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Consumer<CharConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(char[], int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Character[], int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterator<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Consumer<CharConsumer>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(char[]) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Character[]) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSet(Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<CharConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(char[], int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Character[], int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<CharConsumer>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(char[]) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Character[]) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterator<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Consumer<DoubleConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(double[], int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Double[], int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterator<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Consumer<DoubleConsumer>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(double[]) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Double[]) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSet(Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<DoubleConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(double[], int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Double[], int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<DoubleConsumer>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(double[]) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Double[]) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterator<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Consumer<FloatConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(float[], int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Float[], int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterator<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Consumer<FloatConsumer>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(float[]) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Float[]) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSet(Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<FloatConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(float[], int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Float[], int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<FloatConsumer>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(float[]) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Float[]) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterator<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Consumer<IntConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(int[], int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Integer[], int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterator<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Consumer<IntConsumer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(int[]) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Integer[]) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSet(Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<IntConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(int[], int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Integer[], int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<IntConsumer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(int[]) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Integer[]) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterator<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Consumer<LongConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(long[], int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Long[], int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterator<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Consumer<LongConsumer>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(long[]) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Long[]) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSet(Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<LongConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(long[], int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Long[], int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<LongConsumer>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(long[]) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Long[]) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterator<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Consumer<Consumer<E2>>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(E2[], int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterator<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Consumer<Consumer<E2>>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(E2[]) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSet(Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<Consumer<E>>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(E[], int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<Consumer<E>>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(E[]) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterator<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Consumer<ShortConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(short[], int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Short[], int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterator<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Consumer<ShortConsumer>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(short[]) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Short[]) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSet(Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<ShortConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(short[], int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Short[], int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<ShortConsumer>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(short[]) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Short[]) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<IntConsumer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(int[], int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Integer[], int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<IntConsumer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(int[]) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Integer[]) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<LongConsumer>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(long[], int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Long[], int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<LongConsumer>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(long[]) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Long[]) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<Consumer<E2>>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(E2[], int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<Consumer<E2>>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(E2[]) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<ShortConsumer>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(short[], int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Short[], int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set containing the elements in the specified iterable.
newImmutableSet(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set which merge the elements of the specified iterables.
newImmutableSet(Iterator<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set containing the elements traversed by the specified iterator.
newImmutableSet(Consumer<ShortConsumer>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of elements consumed by the callback within the given closure.
newImmutableSet(short[]) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSet(Short[]) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of elements from the given array.
newImmutableSetOf(byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(byte, byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(byte, byte, byte, byte, byte, byte...) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new immutable set of the specified elements.
newImmutableSetOf(char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(char, char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(char, char, char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(char, char, char, char, char, char...) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new immutable set of the specified elements.
newImmutableSetOf(double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(double, double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(double, double, double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(double, double, double, double, double, double...) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new immutable set of the specified elements.
newImmutableSetOf(float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(float, float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(float, float, float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(float, float, float, float, float, float...) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new immutable set of the specified elements.
newImmutableSetOf(byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSetOf(byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSetOf(byte, byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSetOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSetOf(byte, byte, byte, byte, byte, byte...) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newImmutableSetOf(byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(byte, byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(byte, byte, byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(byte, byte, byte, byte, byte, byte...) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new immutable set of the specified elements.
newImmutableSetOf(char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSetOf(char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSetOf(char, char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSetOf(char, char, char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSetOf(char, char, char, char, char, char...) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newImmutableSetOf(char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(char, char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(char, char, char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(char, char, char, char, char, char...) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new immutable set of the specified elements.
newImmutableSetOf(double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSetOf(double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSetOf(double, double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSetOf(double, double, double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSetOf(double, double, double, double, double, double...) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newImmutableSetOf(double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(double, double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(double, double, double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(double, double, double, double, double, double...) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new immutable set of the specified elements.
newImmutableSetOf(float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSetOf(float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSetOf(float, float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSetOf(float, float, float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSetOf(float, float, float, float, float, float...) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newImmutableSetOf(float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(float, float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(float, float, float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(float, float, float, float, float, float...) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new immutable set of the specified elements.
newImmutableSetOf(int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSetOf(int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSetOf(int, int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSetOf(int, int, int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSetOf(int, int, int, int, int, int...) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newImmutableSetOf(int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(int, int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(int, int, int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(int, int, int, int, int, int...) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new immutable set of the specified elements.
newImmutableSetOf(long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSetOf(long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSetOf(long, long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSetOf(long, long, long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSetOf(long, long, long, long, long, long...) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newImmutableSetOf(long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(long, long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(long, long, long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(long, long, long, long, long, long...) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new immutable set of the specified elements.
newImmutableSetOf(E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSetOf(E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSetOf(E2, E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSetOf(E2, E2, E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSetOf(E2, E2, E2, E2, E2, E2...) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newImmutableSetOf(E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(E, E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(E, E, E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(E, E, E, E, E, E...) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new immutable set of the specified elements.
newImmutableSetOf(short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSetOf(short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSetOf(short, short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSetOf(short, short, short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSetOf(short, short, short, short, short, short...) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newImmutableSetOf(short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(short, short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(short, short, short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(short, short, short, short, short, short...) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new immutable set of the specified elements.
newImmutableSetOf(int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(int, int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(int, int, int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(int, int, int, int, int, int...) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new immutable set of the specified elements.
newImmutableSetOf(long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(long, long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(long, long, long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(long, long, long, long, long, long...) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new immutable set of the specified elements.
newImmutableSetOf(E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(E2, E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(E2, E2, E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(E2, E2, E2, E2, E2, E2...) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new immutable set of the specified elements.
newImmutableSetOf(short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable singleton set of the given element.
newImmutableSetOf(short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of the two specified elements.
newImmutableSetOf(short, short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of the three specified elements.
newImmutableSetOf(short, short, short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of the four specified elements.
newImmutableSetOf(short, short, short, short, short, short...) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new immutable set of the specified elements.
newMutableMap() - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteByteConsumer>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], byte[], int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Byte[], int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteByteConsumer>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], byte[]) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Byte[]) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteCharConsumer>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], char[], int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Character[], int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteCharConsumer>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], char[]) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Character[]) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], double[], int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Double[], int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteDoubleConsumer>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], double[]) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Double[]) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteFloatConsumer>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], float[], int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Float[], int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteFloatConsumer>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], float[]) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Float[]) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteIntConsumer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], int[], int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Integer[], int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteIntConsumer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], int[]) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Integer[]) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteLongConsumer>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], long[], int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Long[], int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteLongConsumer>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], long[]) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Long[]) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], V2[], int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], V2[], int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], V2[]) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], V2[]) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteShortConsumer>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], short[], int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Short[], int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteShortConsumer>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], short[]) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Short[]) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharByteConsumer>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], byte[], int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Byte[], int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharByteConsumer>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], byte[]) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Byte[]) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharCharConsumer>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], char[], int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Character[], int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharCharConsumer>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], char[]) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Character[]) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], double[], int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Double[], int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharDoubleConsumer>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], double[]) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Double[]) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharFloatConsumer>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], float[], int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Float[], int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharFloatConsumer>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], float[]) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Float[]) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharIntConsumer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], int[], int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Integer[], int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharIntConsumer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], int[]) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Integer[]) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharLongConsumer>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], long[], int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Long[], int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharLongConsumer>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], long[]) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Long[]) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], V2[], int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], V2[], int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], V2[]) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], V2[]) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharShortConsumer>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], short[], int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Short[], int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharShortConsumer>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], short[]) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Short[]) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleByteConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], byte[], int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Byte[], int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleByteConsumer>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], byte[]) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Byte[]) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleCharConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], char[], int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Character[], int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleCharConsumer>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], char[]) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Character[]) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], double[], int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Double[], int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleDoubleConsumer>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], double[]) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Double[]) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleFloatConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], float[], int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Float[], int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleFloatConsumer>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], float[]) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Float[]) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleIntConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], int[], int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Integer[], int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleIntConsumer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], int[]) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Integer[]) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleLongConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], long[], int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Long[], int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleLongConsumer>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], long[]) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Long[]) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], V2[], int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], V2[], int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], V2[]) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], V2[]) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleShortConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], short[], int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Short[], int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleShortConsumer>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], short[]) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Short[]) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatByteConsumer>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], byte[], int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Byte[], int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatByteConsumer>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], byte[]) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Byte[]) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatCharConsumer>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], char[], int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Character[], int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatCharConsumer>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], char[]) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Character[]) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], double[], int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Double[], int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatDoubleConsumer>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], double[]) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Double[]) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatFloatConsumer>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], float[], int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Float[], int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatFloatConsumer>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], float[]) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Float[]) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatIntConsumer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], int[], int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Integer[], int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatIntConsumer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], int[]) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Integer[]) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatLongConsumer>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], long[], int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Long[], int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatLongConsumer>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], long[]) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Long[]) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], V2[], int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], V2[], int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], V2[]) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], V2[]) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatShortConsumer>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], short[], int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Short[], int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatShortConsumer>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], short[]) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Short[]) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Consumer<ByteByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(byte[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Byte[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Consumer<ByteByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(byte[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Byte[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Consumer<ByteCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(byte[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Byte[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Consumer<ByteCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(byte[], char[]) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Byte[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], char[]) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Consumer<ByteDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(byte[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Byte[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Consumer<ByteDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(byte[], double[]) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Byte[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], double[]) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Consumer<ByteFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(byte[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Byte[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Consumer<ByteFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(byte[], float[]) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Byte[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], float[]) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Consumer<ByteIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(byte[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Byte[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Consumer<ByteIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(byte[], int[]) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Byte[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], int[]) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Consumer<ByteLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(byte[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Byte[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Consumer<ByteLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(byte[], long[]) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Byte[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], long[]) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Consumer<ByteObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(byte[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Byte[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Consumer<ByteObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(byte[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Byte[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], V[]) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], V[]) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Consumer<ByteShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(byte[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Byte[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Consumer<ByteShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(byte[], short[]) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Byte[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap(Iterable<Byte>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ByteShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(byte[], short[]) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Byte[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Byte>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Consumer<CharByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(char[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Character[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Consumer<CharByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(char[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Character[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Consumer<CharCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(char[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Character[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Consumer<CharCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(char[], char[]) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Character[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], char[]) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Consumer<CharDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(char[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Character[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Consumer<CharDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(char[], double[]) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Character[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], double[]) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Consumer<CharFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(char[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Character[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Consumer<CharFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(char[], float[]) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Character[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], float[]) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Consumer<CharIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(char[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Character[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Consumer<CharIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(char[], int[]) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Character[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], int[]) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Consumer<CharLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(char[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Character[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Consumer<CharLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(char[], long[]) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Character[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], long[]) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Consumer<CharObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(char[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Character[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Iterable<Character>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Consumer<CharObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(char[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Character[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap(Iterable<Character>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], V[]) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], V[]) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Consumer<CharShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(char[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Character[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Consumer<CharShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(char[], short[]) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Character[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap(Iterable<Character>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<CharShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(char[], short[]) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Character[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Character>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Consumer<DoubleByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(double[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Double[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Consumer<DoubleByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(double[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Double[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Consumer<DoubleCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(double[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Double[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Consumer<DoubleCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(double[], char[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Double[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], char[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Consumer<DoubleDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(double[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Double[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Consumer<DoubleDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(double[], double[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Double[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], double[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Consumer<DoubleFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(double[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Double[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Consumer<DoubleFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(double[], float[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Double[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], float[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Consumer<DoubleIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(double[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Double[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Consumer<DoubleIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(double[], int[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Double[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], int[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Consumer<DoubleLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(double[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Double[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Consumer<DoubleLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(double[], long[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Double[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], long[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Consumer<DoubleObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(double[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Double[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Iterable<Double>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Consumer<DoubleObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(double[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Double[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap(Iterable<Double>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], V[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], V[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Consumer<DoubleShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(double[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Double[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Consumer<DoubleShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(double[], short[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Double[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap(Iterable<Double>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<DoubleShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(double[], short[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Double[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Double>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Consumer<FloatByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(float[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Float[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Consumer<FloatByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(float[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Float[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Consumer<FloatCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(float[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Float[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Consumer<FloatCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(float[], char[]) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Float[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], char[]) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Consumer<FloatDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(float[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Float[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Consumer<FloatDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(float[], double[]) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Float[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], double[]) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Consumer<FloatFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(float[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Float[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Consumer<FloatFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(float[], float[]) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Float[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], float[]) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Consumer<FloatIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(float[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Float[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Consumer<FloatIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(float[], int[]) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Float[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], int[]) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Consumer<FloatLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(float[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Float[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Consumer<FloatLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(float[], long[]) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Float[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], long[]) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Consumer<FloatObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(float[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Float[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Iterable<Float>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Consumer<FloatObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(float[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Float[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap(Iterable<Float>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], V[]) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], V[]) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Consumer<FloatShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(float[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Float[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Consumer<FloatShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(float[], short[]) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Float[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap(Iterable<Float>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<FloatShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(float[], short[]) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Float[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Float>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Consumer<IntByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(int[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Integer[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Consumer<IntByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(int[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Integer[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Consumer<IntCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(int[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Integer[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Consumer<IntCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(int[], char[]) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Integer[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], char[]) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Consumer<IntDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(int[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Integer[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Consumer<IntDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(int[], double[]) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Integer[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], double[]) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Consumer<IntFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(int[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Integer[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Consumer<IntFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(int[], float[]) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Integer[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], float[]) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Consumer<IntIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(int[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Integer[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Consumer<IntIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(int[], int[]) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Integer[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], int[]) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Consumer<IntLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(int[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Integer[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Consumer<IntLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(int[], long[]) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Integer[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], long[]) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Consumer<IntObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(int[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Integer[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Consumer<IntObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(int[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Integer[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], V[]) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], V[]) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Consumer<IntShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(int[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Integer[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Consumer<IntShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(int[], short[]) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Integer[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap(Iterable<Integer>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], short[]) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Consumer<LongByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(long[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Long[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Consumer<LongByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(long[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Long[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Consumer<LongCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(long[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Long[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Consumer<LongCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(long[], char[]) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Long[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], char[]) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Consumer<LongDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(long[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Long[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Consumer<LongDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(long[], double[]) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Long[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], double[]) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Consumer<LongFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(long[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Long[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Consumer<LongFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(long[], float[]) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Long[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], float[]) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Consumer<LongIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(long[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Long[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Consumer<LongIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(long[], int[]) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Long[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], int[]) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Consumer<LongLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(long[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Long[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Consumer<LongLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(long[], long[]) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Long[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], long[]) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Consumer<LongObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(long[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Long[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Iterable<Long>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Consumer<LongObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(long[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Long[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap(Iterable<Long>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], V[]) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], V[]) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Consumer<LongShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(long[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Long[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Consumer<LongShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(long[], short[]) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Long[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap(Iterable<Long>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], short[]) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Consumer<ObjByteConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(K2[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(K2[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Consumer<ObjByteConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(K2[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(K2[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjByteConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjByteConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Consumer<ObjCharConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(K2[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(K2[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Consumer<ObjCharConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(K2[], char[]) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(K2[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjCharConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjCharConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], char[]) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Consumer<ObjDoubleConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(K2[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(K2[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Consumer<ObjDoubleConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(K2[], double[]) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(K2[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjDoubleConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjDoubleConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], double[]) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Consumer<ObjFloatConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(K2[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(K2[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Consumer<ObjFloatConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(K2[], float[]) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(K2[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjFloatConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjFloatConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], float[]) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Consumer<ObjIntConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(K2[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(K2[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Consumer<ObjIntConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(K2[], int[]) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(K2[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjIntConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjIntConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], int[]) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Consumer<ObjLongConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(K2[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(K2[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Consumer<ObjLongConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(K2[], long[]) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(K2[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjLongConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjLongConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], long[]) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Consumer<BiConsumer<K2, V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(K2[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Consumer<BiConsumer<K2, V2>>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(K2[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<BiConsumer<K, V>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<BiConsumer<K, V>>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], V[]) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Consumer<ObjShortConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(K2[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(K2[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Consumer<ObjShortConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(K2[], short[]) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(K2[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap(Iterable<? extends K2>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjShortConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjShortConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K[], short[]) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(K[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Consumer<ShortByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(short[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Short[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Consumer<ShortByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(short[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Short[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Consumer<ShortCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(short[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Short[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Consumer<ShortCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(short[], char[]) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Short[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], char[]) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Consumer<ShortDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(short[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Short[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Consumer<ShortDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(short[], double[]) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Short[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], double[]) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Consumer<ShortFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(short[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Short[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Consumer<ShortFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(short[], float[]) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Short[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], float[]) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Consumer<ShortIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(short[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Short[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Consumer<ShortIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(short[], int[]) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Short[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], int[]) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Consumer<ShortLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(short[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Short[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Consumer<ShortLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(short[], long[]) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Short[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], long[]) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Consumer<ShortObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(short[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Short[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Iterable<Short>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Consumer<ShortObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(short[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Short[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap(Iterable<Short>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], V[]) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], V[]) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Consumer<ShortShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(short[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Short[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Consumer<ShortShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(short[], short[]) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Short[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMap() - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], short[]) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntByteConsumer>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], byte[], int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Byte[], int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntByteConsumer>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], byte[]) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Byte[]) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntCharConsumer>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], char[], int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Character[], int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntCharConsumer>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], char[]) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Character[]) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], double[], int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Double[], int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntDoubleConsumer>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], double[]) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Double[]) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntFloatConsumer>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], float[], int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Float[], int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntFloatConsumer>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], float[]) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Float[]) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntIntConsumer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], int[], int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Integer[], int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntIntConsumer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], int[]) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Integer[]) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntLongConsumer>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], long[], int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Long[], int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntLongConsumer>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], long[]) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Long[]) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], V2[], int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], V2[], int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], V2[]) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], V2[]) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntShortConsumer>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], short[], int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Short[], int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<IntShortConsumer>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(int[], short[]) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Integer[], Short[]) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Integer>, Iterable<Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongByteConsumer>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], byte[], int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Byte[], int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongByteConsumer>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], byte[]) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Byte[]) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongCharConsumer>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], char[], int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Character[], int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongCharConsumer>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], char[]) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Character[]) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], double[], int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Double[], int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongDoubleConsumer>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], double[]) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Double[]) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongFloatConsumer>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], float[], int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Float[], int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongFloatConsumer>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], float[]) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Float[]) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongIntConsumer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], int[], int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Integer[], int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongIntConsumer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], int[]) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Integer[]) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongLongConsumer>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], long[], int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Long[], int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongLongConsumer>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], long[]) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Long[]) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], V2[], int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], V2[], int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], V2[]) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], V2[]) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongShortConsumer>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], short[], int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Short[], int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<LongShortConsumer>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(long[], short[]) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Long[], Short[]) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Long>, Iterable<Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjByteConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], byte[], int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Byte[], int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjByteConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], byte[]) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Byte[]) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjCharConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], char[], int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Character[], int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjCharConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], char[]) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Character[]) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjDoubleConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], double[], int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Double[], int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjDoubleConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], double[]) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Double[]) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjFloatConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], float[], int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Float[], int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjFloatConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], float[]) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Float[]) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjIntConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], int[], int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Integer[], int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjIntConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], int[]) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Integer[]) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjLongConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], long[], int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Long[], int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjLongConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], long[]) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Long[]) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<BiConsumer<K2, V2>>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], V2[], int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<BiConsumer<K2, V2>>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], V2[]) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjShortConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], short[], int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Short[], int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ObjShortConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(K2[], short[]) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(K2[], Short[]) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<? extends K2>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortByteConsumer>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], byte[], int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Byte[], int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortByteConsumer>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], byte[]) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Byte[]) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortCharConsumer>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], char[], int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Character[], int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortCharConsumer>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], char[]) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Character[]) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], double[], int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Double[], int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortDoubleConsumer>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], double[]) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Double[]) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortFloatConsumer>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], float[], int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Float[], int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortFloatConsumer>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], float[]) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Float[]) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortIntConsumer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], int[], int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Integer[], int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortIntConsumer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], int[]) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Integer[]) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortLongConsumer>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], long[], int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Long[], int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortLongConsumer>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], long[]) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Long[]) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], V2[], int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], V2[], int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], V2[]) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], V2[]) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap() - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new empty mutable map of the default expected size.
newMutableMap(int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new empty mutable map of the given expected size.
newMutableMap(Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortShortConsumer>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], short[], int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Short[], int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map with the same mappings as the specified map.
newMutableMap(Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map which merge the mappings of the specified maps.
newMutableMap(Consumer<ShortShortConsumer>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
newMutableMap(short[], short[]) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Short[], Short[]) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMap(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map with the given mappings, i.
newMutableMapOf(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, V2, byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, char, char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, double, char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, float, char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, int, char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, long, char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, V2, char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, short, char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, char, double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, double, double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, float, double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, int, double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, long, double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, V2, double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, short, double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, char, float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, double, float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, float, float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, int, float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, long, float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, V2, float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, short, float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMapOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMapOf(byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newMutableMapOf(byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMapOf(byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMapOf(byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMapOf(byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newMutableMapOf(byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, char, byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMapOf(byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMapOf(byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMapOf(byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newMutableMapOf(byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, double, byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMapOf(byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMapOf(byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMapOf(byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newMutableMapOf(byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, float, byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMapOf(byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMapOf(byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMapOf(byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newMutableMapOf(byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, int, byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMapOf(byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMapOf(byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMapOf(byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newMutableMapOf(byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, long, byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMapOf(byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMapOf(byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMapOf(byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMapOf(byte, V2, byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newMutableMapOf(byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, V, byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, V, byte, V, byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMapOf(byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMapOf(byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMapOf(byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newMutableMapOf(byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(byte, short, byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMapOf(char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMapOf(char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMapOf(char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newMutableMapOf(char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, byte, char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMapOf(char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMapOf(char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMapOf(char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMapOf(char, char, char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newMutableMapOf(char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, char, char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, char, char, char, char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMapOf(char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMapOf(char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMapOf(char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMapOf(char, double, char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newMutableMapOf(char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, double, char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, double, char, double, char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMapOf(char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMapOf(char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMapOf(char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMapOf(char, float, char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newMutableMapOf(char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, float, char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, float, char, float, char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMapOf(char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMapOf(char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMapOf(char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMapOf(char, int, char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newMutableMapOf(char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, int, char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, int, char, int, char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMapOf(char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMapOf(char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMapOf(char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMapOf(char, long, char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newMutableMapOf(char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, long, char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, long, char, long, char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMapOf(char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMapOf(char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMapOf(char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMapOf(char, V2, char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newMutableMapOf(char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, V, char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, V, char, V, char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMapOf(char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMapOf(char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMapOf(char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMapOf(char, short, char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newMutableMapOf(char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(char, short, char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(char, short, char, short, char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMapOf(double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMapOf(double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMapOf(double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newMutableMapOf(double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, byte, double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMapOf(double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMapOf(double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMapOf(double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMapOf(double, char, double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newMutableMapOf(double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, char, double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, char, double, char, double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMapOf(double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMapOf(double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMapOf(double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMapOf(double, double, double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newMutableMapOf(double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, double, double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, double, double, double, double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMapOf(double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMapOf(double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMapOf(double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMapOf(double, float, double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newMutableMapOf(double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, float, double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, float, double, float, double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMapOf(double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMapOf(double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMapOf(double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMapOf(double, int, double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newMutableMapOf(double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, int, double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, int, double, int, double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMapOf(double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMapOf(double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMapOf(double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMapOf(double, long, double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newMutableMapOf(double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, long, double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, long, double, long, double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMapOf(double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMapOf(double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMapOf(double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMapOf(double, V2, double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newMutableMapOf(double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, V, double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, V, double, V, double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMapOf(double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMapOf(double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMapOf(double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMapOf(double, short, double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newMutableMapOf(double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(double, short, double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(double, short, double, short, double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMapOf(float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMapOf(float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMapOf(float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newMutableMapOf(float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, byte, float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMapOf(float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMapOf(float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMapOf(float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMapOf(float, char, float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newMutableMapOf(float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, char, float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, char, float, char, float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMapOf(float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMapOf(float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMapOf(float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMapOf(float, double, float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newMutableMapOf(float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, double, float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, double, float, double, float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMapOf(float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMapOf(float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMapOf(float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMapOf(float, float, float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newMutableMapOf(float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, float, float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, float, float, float, float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMapOf(float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMapOf(float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMapOf(float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMapOf(float, int, float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newMutableMapOf(float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, int, float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, int, float, int, float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMapOf(float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMapOf(float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMapOf(float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMapOf(float, long, float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newMutableMapOf(float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, long, float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, long, float, long, float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMapOf(float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMapOf(float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMapOf(float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMapOf(float, V2, float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newMutableMapOf(float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, V, float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, V, float, V, float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMapOf(float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMapOf(float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMapOf(float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMapOf(float, short, float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newMutableMapOf(float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(float, short, float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(float, short, float, short, float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMapOf(int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMapOf(int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMapOf(int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newMutableMapOf(int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, byte, int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMapOf(int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMapOf(int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMapOf(int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMapOf(int, char, int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newMutableMapOf(int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, char, int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, char, int, char, int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMapOf(int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMapOf(int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMapOf(int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMapOf(int, double, int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newMutableMapOf(int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, double, int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, double, int, double, int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMapOf(int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMapOf(int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMapOf(int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMapOf(int, float, int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newMutableMapOf(int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, float, int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, float, int, float, int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMapOf(int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMapOf(int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMapOf(int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMapOf(int, int, int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newMutableMapOf(int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, int, int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, int, int, int, int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMapOf(int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMapOf(int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMapOf(int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMapOf(int, long, int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newMutableMapOf(int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, long, int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, long, int, long, int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMapOf(int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMapOf(int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMapOf(int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMapOf(int, V2, int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newMutableMapOf(int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, V, int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, V, int, V, int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMapOf(int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMapOf(int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMapOf(int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMapOf(int, short, int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newMutableMapOf(int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, short, int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, short, int, short, int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMapOf(long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMapOf(long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMapOf(long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newMutableMapOf(long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, byte, long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMapOf(long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMapOf(long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMapOf(long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMapOf(long, char, long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newMutableMapOf(long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, char, long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, char, long, char, long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMapOf(long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMapOf(long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMapOf(long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMapOf(long, double, long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newMutableMapOf(long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, double, long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, double, long, double, long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMapOf(long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMapOf(long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMapOf(long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMapOf(long, float, long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newMutableMapOf(long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, float, long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, float, long, float, long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMapOf(long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMapOf(long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMapOf(long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMapOf(long, int, long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newMutableMapOf(long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, int, long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, int, long, int, long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMapOf(long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMapOf(long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMapOf(long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMapOf(long, long, long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newMutableMapOf(long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, long, long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, long, long, long, long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMapOf(long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMapOf(long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMapOf(long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMapOf(long, V2, long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newMutableMapOf(long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, V, long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, V, long, V, long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMapOf(long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMapOf(long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMapOf(long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMapOf(long, short, long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newMutableMapOf(long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, short, long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, short, long, short, long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMapOf(K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMapOf(K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMapOf(K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMapOf(K2, byte, K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newMutableMapOf(K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K, byte, K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K, byte, K, byte, K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMapOf(K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMapOf(K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMapOf(K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMapOf(K2, char, K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newMutableMapOf(K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K, char, K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K, char, K, char, K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMapOf(K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMapOf(K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMapOf(K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMapOf(K2, double, K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newMutableMapOf(K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K, double, K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K, double, K, double, K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMapOf(K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMapOf(K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMapOf(K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMapOf(K2, float, K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newMutableMapOf(K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K, float, K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K, float, K, float, K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMapOf(K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMapOf(K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMapOf(K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMapOf(K2, int, K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newMutableMapOf(K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K, int, K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K, int, K, int, K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMapOf(K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMapOf(K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMapOf(K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMapOf(K2, long, K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newMutableMapOf(K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K, long, K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K, long, K, long, K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMapOf(K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMapOf(K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMapOf(K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMapOf(K2, V2, K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newMutableMapOf(K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K, V, K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K, V, K, V, K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMapOf(K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMapOf(K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMapOf(K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMapOf(K2, short, K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newMutableMapOf(K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K, short, K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K, short, K, short, K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMapOf(short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMapOf(short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMapOf(short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newMutableMapOf(short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, byte, short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMapOf(short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMapOf(short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMapOf(short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMapOf(short, char, short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newMutableMapOf(short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, char, short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, char, short, char, short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMapOf(short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMapOf(short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMapOf(short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMapOf(short, double, short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newMutableMapOf(short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, double, short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, double, short, double, short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMapOf(short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMapOf(short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMapOf(short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMapOf(short, float, short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newMutableMapOf(short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, float, short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, float, short, float, short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMapOf(short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMapOf(short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMapOf(short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMapOf(short, int, short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newMutableMapOf(short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, int, short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, int, short, int, short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMapOf(short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMapOf(short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMapOf(short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMapOf(short, long, short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newMutableMapOf(short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, long, short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, long, short, long, short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMapOf(short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMapOf(short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMapOf(short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMapOf(short, V2, short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newMutableMapOf(short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, V, short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, V, short, V, short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMapOf(short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMapOf(short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMapOf(short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMapOf(short, short, short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newMutableMapOf(short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, short, short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, short, short, short, short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, char, int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, double, int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, float, int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, int, int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, long, int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, V2, int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(int, short, int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, char, long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, double, long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, float, long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, int, long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, long, long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, V2, long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(long, short, long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K2, byte, K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K2, char, K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K2, double, K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K2, float, K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K2, int, K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K2, long, K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K2, V2, K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(K2, short, K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, char, short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, double, short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, float, short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, int, short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, long, short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, V2, short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableMapOf(short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map of the single specified mapping.
newMutableMapOf(short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map of the two specified mappings.
newMutableMapOf(short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map of the three specified mappings.
newMutableMapOf(short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map of the four specified mappings.
newMutableMapOf(short, short, short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new mutable map of the five specified mappings.
newMutableSet() - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<ByteConsumer>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(byte[], int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Byte[], int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<ByteConsumer>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(byte[]) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Byte[]) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<CharConsumer>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(char[], int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Character[], int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<CharConsumer>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(char[]) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Character[]) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<DoubleConsumer>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(double[], int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Double[], int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<DoubleConsumer>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(double[]) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Double[]) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<FloatConsumer>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(float[], int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Float[], int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<FloatConsumer>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(float[]) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Float[]) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterator<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Consumer<ByteConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(byte[], int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Byte[], int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Iterator<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Consumer<ByteConsumer>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(byte[]) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet(Byte[]) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSet() - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<ByteConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(byte[], int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Byte[], int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<ByteConsumer>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(byte[]) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Byte[]) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterator<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Consumer<CharConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(char[], int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Character[], int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Iterator<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Consumer<CharConsumer>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(char[]) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet(Character[]) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSet() - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<CharConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(char[], int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Character[], int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<CharConsumer>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(char[]) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Character[]) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterator<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Consumer<DoubleConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(double[], int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Double[], int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Iterator<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Consumer<DoubleConsumer>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(double[]) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet(Double[]) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSet() - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<DoubleConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(double[], int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Double[], int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<DoubleConsumer>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(double[]) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Double[]) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterator<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Consumer<FloatConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(float[], int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Float[], int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Iterator<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Consumer<FloatConsumer>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(float[]) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet(Float[]) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSet() - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<FloatConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(float[], int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Float[], int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<FloatConsumer>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(float[]) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Float[]) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterator<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Consumer<IntConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(int[], int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Integer[], int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Iterator<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Consumer<IntConsumer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(int[]) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet(Integer[]) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSet() - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<IntConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(int[], int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Integer[], int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<IntConsumer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(int[]) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Integer[]) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterator<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Consumer<LongConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(long[], int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Long[], int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Iterator<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Consumer<LongConsumer>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(long[]) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet(Long[]) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSet() - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<LongConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(long[], int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Long[], int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<LongConsumer>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(long[]) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Long[]) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterator<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Consumer<Consumer<E2>>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(E2[], int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Iterator<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(Consumer<Consumer<E2>>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet(E2[]) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSet() - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<Consumer<E>>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(E[], int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<Consumer<E>>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(E[]) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterator<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Consumer<ShortConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(short[], int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Short[], int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Iterator<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Consumer<ShortConsumer>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(short[]) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet(Short[]) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSet() - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<ShortConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(short[], int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Short[], int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<ShortConsumer>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(short[]) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of elements from the given array.
newMutableSet(Short[]) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<IntConsumer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(int[], int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Integer[], int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<IntConsumer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(int[]) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Integer[]) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<LongConsumer>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(long[], int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Long[], int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<LongConsumer>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(long[]) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Long[]) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<Consumer<E2>>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(E2[], int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<Consumer<E2>>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(E2[]) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet() - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new empty mutable set of the default expected size.
newMutableSet(int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new empty mutable set of the given expected size.
newMutableSet(Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<ShortConsumer>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(short[], int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Short[], int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set containing the elements in the specified iterable.
newMutableSet(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set which merge the elements of the specified iterables.
newMutableSet(Iterator<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set containing the elements traversed by the specified iterator.
newMutableSet(Consumer<ShortConsumer>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of elements consumed by the callback within the given closure.
newMutableSet(short[]) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSet(Short[]) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of elements from the given array.
newMutableSetOf(byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable singleton set of the given element.
newMutableSetOf(byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of the two specified elements.
newMutableSetOf(byte, byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of the three specified elements.
newMutableSetOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of the four specified elements.
newMutableSetOf(byte, byte, byte, byte, byte, byte...) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new mutable set of the specified elements.
newMutableSetOf(char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable singleton set of the given element.
newMutableSetOf(char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of the two specified elements.
newMutableSetOf(char, char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of the three specified elements.
newMutableSetOf(char, char, char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of the four specified elements.
newMutableSetOf(char, char, char, char, char, char...) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new mutable set of the specified elements.
newMutableSetOf(double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable singleton set of the given element.
newMutableSetOf(double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of the two specified elements.
newMutableSetOf(double, double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of the three specified elements.
newMutableSetOf(double, double, double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of the four specified elements.
newMutableSetOf(double, double, double, double, double, double...) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new mutable set of the specified elements.
newMutableSetOf(float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable singleton set of the given element.
newMutableSetOf(float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of the two specified elements.
newMutableSetOf(float, float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of the three specified elements.
newMutableSetOf(float, float, float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of the four specified elements.
newMutableSetOf(float, float, float, float, float, float...) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new mutable set of the specified elements.
newMutableSetOf(byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSetOf(byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSetOf(byte, byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSetOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSetOf(byte, byte, byte, byte, byte, byte...) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newMutableSetOf(byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable singleton set of the given element.
newMutableSetOf(byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of the two specified elements.
newMutableSetOf(byte, byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of the three specified elements.
newMutableSetOf(byte, byte, byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of the four specified elements.
newMutableSetOf(byte, byte, byte, byte, byte, byte...) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new mutable set of the specified elements.
newMutableSetOf(char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSetOf(char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSetOf(char, char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSetOf(char, char, char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSetOf(char, char, char, char, char, char...) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newMutableSetOf(char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable singleton set of the given element.
newMutableSetOf(char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of the two specified elements.
newMutableSetOf(char, char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of the three specified elements.
newMutableSetOf(char, char, char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of the four specified elements.
newMutableSetOf(char, char, char, char, char, char...) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new mutable set of the specified elements.
newMutableSetOf(double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSetOf(double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSetOf(double, double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSetOf(double, double, double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSetOf(double, double, double, double, double, double...) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newMutableSetOf(double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable singleton set of the given element.
newMutableSetOf(double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of the two specified elements.
newMutableSetOf(double, double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of the three specified elements.
newMutableSetOf(double, double, double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of the four specified elements.
newMutableSetOf(double, double, double, double, double, double...) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new mutable set of the specified elements.
newMutableSetOf(float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSetOf(float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSetOf(float, float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSetOf(float, float, float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSetOf(float, float, float, float, float, float...) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newMutableSetOf(float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable singleton set of the given element.
newMutableSetOf(float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of the two specified elements.
newMutableSetOf(float, float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of the three specified elements.
newMutableSetOf(float, float, float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of the four specified elements.
newMutableSetOf(float, float, float, float, float, float...) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new mutable set of the specified elements.
newMutableSetOf(int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSetOf(int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSetOf(int, int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSetOf(int, int, int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSetOf(int, int, int, int, int, int...) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newMutableSetOf(int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable singleton set of the given element.
newMutableSetOf(int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of the two specified elements.
newMutableSetOf(int, int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of the three specified elements.
newMutableSetOf(int, int, int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of the four specified elements.
newMutableSetOf(int, int, int, int, int, int...) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new mutable set of the specified elements.
newMutableSetOf(long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSetOf(long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSetOf(long, long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSetOf(long, long, long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSetOf(long, long, long, long, long, long...) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newMutableSetOf(long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable singleton set of the given element.
newMutableSetOf(long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of the two specified elements.
newMutableSetOf(long, long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of the three specified elements.
newMutableSetOf(long, long, long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of the four specified elements.
newMutableSetOf(long, long, long, long, long, long...) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new mutable set of the specified elements.
newMutableSetOf(E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSetOf(E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSetOf(E2, E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSetOf(E2, E2, E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSetOf(E2, E2, E2, E2, E2, E2...) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newMutableSetOf(E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable singleton set of the given element.
newMutableSetOf(E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set of the two specified elements.
newMutableSetOf(E, E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set of the three specified elements.
newMutableSetOf(E, E, E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set of the four specified elements.
newMutableSetOf(E, E, E, E, E, E...) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new mutable set of the specified elements.
newMutableSetOf(short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSetOf(short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSetOf(short, short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSetOf(short, short, short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSetOf(short, short, short, short, short, short...) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newMutableSetOf(short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable singleton set of the given element.
newMutableSetOf(short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of the two specified elements.
newMutableSetOf(short, short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of the three specified elements.
newMutableSetOf(short, short, short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of the four specified elements.
newMutableSetOf(short, short, short, short, short, short...) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new mutable set of the specified elements.
newMutableSetOf(int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable singleton set of the given element.
newMutableSetOf(int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of the two specified elements.
newMutableSetOf(int, int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of the three specified elements.
newMutableSetOf(int, int, int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of the four specified elements.
newMutableSetOf(int, int, int, int, int, int...) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new mutable set of the specified elements.
newMutableSetOf(long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable singleton set of the given element.
newMutableSetOf(long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of the two specified elements.
newMutableSetOf(long, long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of the three specified elements.
newMutableSetOf(long, long, long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of the four specified elements.
newMutableSetOf(long, long, long, long, long, long...) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new mutable set of the specified elements.
newMutableSetOf(E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable singleton set of the given element.
newMutableSetOf(E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set of the two specified elements.
newMutableSetOf(E2, E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set of the three specified elements.
newMutableSetOf(E2, E2, E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set of the four specified elements.
newMutableSetOf(E2, E2, E2, E2, E2, E2...) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new mutable set of the specified elements.
newMutableSetOf(short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable singleton set of the given element.
newMutableSetOf(short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of the two specified elements.
newMutableSetOf(short, short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of the three specified elements.
newMutableSetOf(short, short, short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of the four specified elements.
newMutableSetOf(short, short, short, short, short, short...) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new mutable set of the specified elements.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteByteConsumer>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], byte[], int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Byte[], int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteByteConsumer>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], byte[]) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Byte[]) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteCharConsumer>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], char[], int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Character[], int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteCharConsumer>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], char[]) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Character[]) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], double[], int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Double[], int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteDoubleConsumer>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], double[]) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Double[]) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteFloatConsumer>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], float[], int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Float[], int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteFloatConsumer>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], float[]) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Float[]) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteIntConsumer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], int[], int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Integer[], int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteIntConsumer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], int[]) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Integer[]) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteLongConsumer>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], long[], int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Long[], int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteLongConsumer>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], long[]) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Long[]) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], V2[], int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], V2[], int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], V2[]) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], V2[]) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteShortConsumer>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], short[], int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Short[], int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteShortConsumer>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], short[]) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Short[]) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharByteConsumer>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], byte[], int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Byte[], int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharByteConsumer>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], byte[]) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Byte[]) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharCharConsumer>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], char[], int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Character[], int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharCharConsumer>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], char[]) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Character[]) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], double[], int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Double[], int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharDoubleConsumer>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], double[]) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Double[]) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Double>) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharFloatConsumer>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], float[], int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Float[], int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharFloatConsumer>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], float[]) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Float[]) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Float>) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharIntConsumer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], int[], int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Integer[], int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharIntConsumer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], int[]) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Integer[]) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharLongConsumer>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], long[], int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Long[], int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharLongConsumer>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], long[]) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Long[]) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Long>) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], V2[], int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], V2[], int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], V2[]) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], V2[]) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharShortConsumer>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], short[], int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Short[], int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharShortConsumer>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], short[]) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Short[]) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Short>) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleByteConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], byte[], int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Byte[], int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleByteConsumer>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], byte[]) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Byte[]) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleCharConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], char[], int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Character[], int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleCharConsumer>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], char[]) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Character[]) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Character>) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], double[], int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Double[], int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleDoubleConsumer>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], double[]) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Double[]) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleFloatConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], float[], int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Float[], int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleFloatConsumer>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], float[]) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Float[]) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleIntConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], int[], int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Integer[], int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleIntConsumer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], int[]) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Integer[]) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleLongConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], long[], int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Long[], int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleLongConsumer>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], long[]) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Long[]) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Long>) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], V2[], int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], V2[], int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], V2[]) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], V2[]) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleShortConsumer>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], short[], int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Short[], int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleShortConsumer>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], short[]) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Short[]) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Short>) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatByteConsumer>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], byte[], int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Byte[], int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatByteConsumer>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], byte[]) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Byte[]) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatCharConsumer>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], char[], int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Character[], int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatCharConsumer>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], char[]) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Character[]) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Character>) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], double[], int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Double[], int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatDoubleConsumer>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], double[]) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Double[]) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatFloatConsumer>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], float[], int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Float[], int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatFloatConsumer>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], float[]) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Float[]) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatIntConsumer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], int[], int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Integer[], int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatIntConsumer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], int[]) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Integer[]) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatLongConsumer>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], long[], int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Long[], int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatLongConsumer>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], long[]) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Long[]) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Long>) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], V2[], int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], V2[], int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], V2[]) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], V2[]) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatShortConsumer>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], short[], int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Short[], int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatShortConsumer>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], short[]) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Short[]) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Short>) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Consumer<ByteByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(byte[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Byte[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Consumer<ByteByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(byte[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Byte[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>, Map<Byte, Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Consumer<ByteCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(byte[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Byte[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Consumer<ByteCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(byte[], char[]) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Byte[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>, Map<Byte, Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], char[]) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Consumer<ByteDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(byte[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Byte[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Consumer<ByteDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(byte[], double[]) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Byte[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>, Map<Byte, Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], double[]) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Consumer<ByteFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(byte[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Byte[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Consumer<ByteFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(byte[], float[]) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Byte[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>, Map<Byte, Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], float[]) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Consumer<ByteIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(byte[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Byte[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Consumer<ByteIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(byte[], int[]) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Byte[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>, Map<Byte, Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], int[]) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Consumer<ByteLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(byte[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Byte[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Consumer<ByteLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(byte[], long[]) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Byte[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>, Map<Byte, Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], long[]) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Consumer<ByteObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(byte[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Byte[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>, Map<Byte, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Consumer<ByteObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(byte[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Byte[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>, Map<Byte, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], V[]) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], V[]) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Consumer<ByteShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(byte[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Byte[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Consumer<ByteShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(byte[], short[]) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Byte[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap(Iterable<Byte>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>, Map<Byte, Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ByteShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(byte[], short[]) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Byte[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Byte>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Consumer<CharByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(char[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Character[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Consumer<CharByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(char[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Character[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>, Map<Character, Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Consumer<CharCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(char[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Character[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Consumer<CharCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(char[], char[]) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Character[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>, Map<Character, Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], char[]) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Consumer<CharDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(char[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Character[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Consumer<CharDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(char[], double[]) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Character[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>, Map<Character, Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], double[]) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Consumer<CharFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(char[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Character[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Consumer<CharFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(char[], float[]) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Character[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>, Map<Character, Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], float[]) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Consumer<CharIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(char[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Character[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Consumer<CharIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(char[], int[]) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Character[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>, Map<Character, Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], int[]) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Consumer<CharLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(char[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Character[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Consumer<CharLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(char[], long[]) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Character[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>, Map<Character, Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], long[]) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Consumer<CharObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(char[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Character[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>, Map<Character, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Consumer<CharObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(char[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Character[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>, Map<Character, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], V[]) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], V[]) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Consumer<CharShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(char[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Character[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Consumer<CharShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(char[], short[]) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Character[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap(Iterable<Character>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>, Map<Character, Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<CharShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(char[], short[]) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Character[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Character>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Consumer<DoubleByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(double[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Double[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Consumer<DoubleByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(double[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Double[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>, Map<Double, Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Consumer<DoubleCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(double[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Double[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Consumer<DoubleCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(double[], char[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Double[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>, Map<Double, Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], char[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Consumer<DoubleDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(double[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Double[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Consumer<DoubleDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(double[], double[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Double[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>, Map<Double, Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], double[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Consumer<DoubleFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(double[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Double[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Consumer<DoubleFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(double[], float[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Double[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>, Map<Double, Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], float[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Consumer<DoubleIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(double[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Double[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Consumer<DoubleIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(double[], int[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Double[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>, Map<Double, Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], int[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Consumer<DoubleLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(double[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Double[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Consumer<DoubleLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(double[], long[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Double[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>, Map<Double, Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], long[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Consumer<DoubleObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(double[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Double[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>, Map<Double, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Consumer<DoubleObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(double[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Double[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>, Map<Double, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], V[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], V[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Consumer<DoubleShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(double[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Double[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Consumer<DoubleShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(double[], short[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Double[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap(Iterable<Double>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>, Map<Double, Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<DoubleShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(double[], short[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Double[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Double>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Consumer<FloatByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(float[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Float[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Consumer<FloatByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(float[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Float[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>, Map<Float, Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Consumer<FloatCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(float[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Float[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Consumer<FloatCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(float[], char[]) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Float[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>, Map<Float, Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], char[]) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Consumer<FloatDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(float[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Float[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Consumer<FloatDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(float[], double[]) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Float[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>, Map<Float, Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], double[]) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Consumer<FloatFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(float[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Float[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Consumer<FloatFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(float[], float[]) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Float[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>, Map<Float, Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], float[]) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Consumer<FloatIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(float[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Float[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Consumer<FloatIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(float[], int[]) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Float[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>, Map<Float, Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], int[]) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Consumer<FloatLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(float[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Float[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Consumer<FloatLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(float[], long[]) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Float[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>, Map<Float, Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], long[]) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Consumer<FloatObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(float[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Float[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>, Map<Float, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Consumer<FloatObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(float[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Float[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>, Map<Float, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], V[]) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], V[]) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Consumer<FloatShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(float[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Float[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Consumer<FloatShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(float[], short[]) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Float[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap(Iterable<Float>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>, Map<Float, Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<FloatShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(float[], short[]) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Float[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Float>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Consumer<IntByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(int[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Integer[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Consumer<IntByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(int[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Integer[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Consumer<IntCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(int[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Integer[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Consumer<IntCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(int[], char[]) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Integer[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], char[]) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Consumer<IntDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(int[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Integer[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Consumer<IntDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(int[], double[]) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Integer[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], double[]) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Consumer<IntFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(int[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Integer[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Consumer<IntFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(int[], float[]) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Integer[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], float[]) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Consumer<IntIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(int[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Integer[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Consumer<IntIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(int[], int[]) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Integer[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], int[]) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Consumer<IntLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(int[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Integer[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Consumer<IntLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(int[], long[]) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Integer[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], long[]) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Consumer<IntObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(int[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Integer[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Consumer<IntObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(int[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Integer[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>, Map<Integer, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], V[]) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], V[]) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Consumer<IntShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(int[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Integer[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Consumer<IntShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(int[], short[]) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Integer[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap(Iterable<Integer>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], short[]) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Consumer<LongByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(long[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Long[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Consumer<LongByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(long[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Long[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Consumer<LongCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(long[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Long[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Consumer<LongCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(long[], char[]) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Long[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], char[]) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Consumer<LongDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(long[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Long[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Consumer<LongDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(long[], double[]) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Long[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], double[]) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Consumer<LongFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(long[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Long[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Consumer<LongFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(long[], float[]) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Long[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], float[]) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Consumer<LongIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(long[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Long[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Consumer<LongIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(long[], int[]) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Long[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], int[]) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Consumer<LongLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(long[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Long[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Consumer<LongLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(long[], long[]) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Long[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], long[]) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Consumer<LongObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(long[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Long[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Consumer<LongObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(long[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Long[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>, Map<Long, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], V[]) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], V[]) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Consumer<LongShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(long[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Long[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Consumer<LongShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(long[], short[]) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Long[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap(Iterable<Long>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], short[]) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Consumer<ObjByteConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(K2[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(K2[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Consumer<ObjByteConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(K2[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(K2[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjByteConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>, Map<? extends K, Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjByteConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Consumer<ObjCharConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(K2[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(K2[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Consumer<ObjCharConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(K2[], char[]) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(K2[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjCharConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>, Map<? extends K, Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjCharConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], char[]) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Consumer<ObjDoubleConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(K2[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(K2[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Consumer<ObjDoubleConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(K2[], double[]) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(K2[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjDoubleConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>, Map<? extends K, Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjDoubleConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], double[]) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Consumer<ObjFloatConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(K2[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(K2[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Consumer<ObjFloatConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(K2[], float[]) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(K2[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjFloatConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>, Map<? extends K, Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjFloatConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], float[]) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Consumer<ObjIntConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(K2[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(K2[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Consumer<ObjIntConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(K2[], int[]) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(K2[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjIntConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>, Map<? extends K, Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjIntConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], int[]) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Consumer<ObjLongConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(K2[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(K2[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Consumer<ObjLongConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(K2[], long[]) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(K2[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjLongConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>, Map<? extends K, Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjLongConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], long[]) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Consumer<BiConsumer<K2, V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(K2[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Consumer<BiConsumer<K2, V2>>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(K2[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<BiConsumer<K, V>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<BiConsumer<K, V>>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], V[]) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Consumer<ObjShortConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(K2[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(K2[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Consumer<ObjShortConsumer<K2>>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(K2[], short[]) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(K2[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap(Iterable<? extends K2>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjShortConsumer<K>>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>, Map<? extends K, Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjShortConsumer<K>>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K[], short[]) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Consumer<ShortByteConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(short[], byte[], int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Short[], Byte[], int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Consumer<ShortByteConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(short[], byte[]) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Short[], Byte[]) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortByteConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], byte[], int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Byte[], int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortByteConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], byte[]) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Byte[]) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Byte>) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Consumer<ShortCharConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(short[], char[], int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Short[], Character[], int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Consumer<ShortCharConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(short[], char[]) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Short[], Character[]) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Character>) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortCharConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], char[], int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Character[], int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Character>, int) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortCharConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], char[]) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Character[]) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Character>) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Consumer<ShortDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(short[], double[], int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Short[], Double[], int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Consumer<ShortDoubleConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(short[], double[]) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Short[], Double[]) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Double>) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortDoubleConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], double[], int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Double[], int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Double>, int) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortDoubleConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], double[]) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Double[]) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Double>) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Consumer<ShortFloatConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(short[], float[], int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Short[], Float[], int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Consumer<ShortFloatConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(short[], float[]) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Short[], Float[]) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Float>) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortFloatConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], float[], int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Float[], int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Float>, int) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortFloatConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], float[]) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Float[]) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Float>) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Consumer<ShortIntConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(short[], int[], int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Short[], Integer[], int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Consumer<ShortIntConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(short[], int[]) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Short[], Integer[]) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortIntConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], int[], int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Integer[], int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortIntConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], int[]) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Integer[]) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Integer>) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Consumer<ShortLongConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(short[], long[], int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Short[], Long[], int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Consumer<ShortLongConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(short[], long[]) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Short[], Long[]) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Long>) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortLongConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], long[], int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Long[], int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Long>, int) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortLongConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], long[]) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Long[]) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Long>) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Consumer<ShortObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(short[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Short[], V2[], int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Consumer<ShortObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(short[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Short[], V2[]) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortObjConsumer<V>>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], V[], int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<? extends V>, int) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>, Map<Short, ? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortObjConsumer<V>>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], V[]) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], V[]) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<? extends V>) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Consumer<ShortShortConsumer>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(short[], short[], int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Short[], Short[], int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Consumer<ShortShortConsumer>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(short[], short[]) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Short[], Short[]) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMap() - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortShortConsumer>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], short[], int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Short[], int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortShortConsumer>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], short[]) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Short[]) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntByteConsumer>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], byte[], int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Byte[], int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>, Map<Integer, Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntByteConsumer>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], byte[]) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Byte[]) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntCharConsumer>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], char[], int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Character[], int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>, Map<Integer, Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntCharConsumer>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], char[]) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Character[]) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Character>) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], double[], int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Double[], int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>, Map<Integer, Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntDoubleConsumer>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], double[]) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Double[]) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Double>) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntFloatConsumer>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], float[], int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Float[], int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>, Map<Integer, Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntFloatConsumer>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], float[]) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Float[]) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Float>) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntIntConsumer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], int[], int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Integer[], int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntIntConsumer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], int[]) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Integer[]) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntLongConsumer>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], long[], int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Long[], int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>, Map<Integer, Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntLongConsumer>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], long[]) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Long[]) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Long>) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], V2[], int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], V2[], int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>, Map<Integer, ? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], V2[]) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], V2[]) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntShortConsumer>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], short[], int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Short[], int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>, Map<Integer, Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<IntShortConsumer>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(int[], short[]) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Integer[], Short[]) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Integer>, Iterable<Short>) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongByteConsumer>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], byte[], int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Byte[], int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>, Map<Long, Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongByteConsumer>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], byte[]) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Byte[]) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongCharConsumer>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], char[], int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Character[], int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>, Map<Long, Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongCharConsumer>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], char[]) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Character[]) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Character>) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], double[], int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Double[], int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>, Map<Long, Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongDoubleConsumer>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], double[]) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Double[]) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Double>) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongFloatConsumer>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], float[], int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Float[], int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>, Map<Long, Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongFloatConsumer>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], float[]) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Float[]) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Float>) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongIntConsumer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], int[], int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Integer[], int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>, Map<Long, Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongIntConsumer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], int[]) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Integer[]) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongLongConsumer>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], long[], int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Long[], int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>, Map<Long, Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongLongConsumer>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], long[]) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Long[]) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], V2[], int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], V2[], int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>, Map<Long, ? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], V2[]) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], V2[]) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongShortConsumer>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], short[], int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Short[], int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>, Map<Long, Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<LongShortConsumer>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(long[], short[]) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Long[], Short[]) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Long>, Iterable<Short>) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjByteConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], byte[], int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Byte[], int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>, Map<? extends K2, Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjByteConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], byte[]) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Byte[]) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjCharConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], char[], int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Character[], int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>, Map<? extends K2, Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjCharConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], char[]) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Character[]) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjDoubleConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], double[], int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Double[], int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>, Map<? extends K2, Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjDoubleConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], double[]) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Double[]) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjFloatConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], float[], int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Float[], int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>, Map<? extends K2, Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjFloatConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], float[]) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Float[]) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjIntConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], int[], int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Integer[], int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>, Map<? extends K2, Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjIntConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], int[]) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Integer[]) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjLongConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], long[], int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Long[], int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>, Map<? extends K2, Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjLongConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], long[]) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Long[]) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<BiConsumer<K2, V2>>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], V2[], int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>, Map<? extends K2, ? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<BiConsumer<K2, V2>>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], V2[]) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjShortConsumer<K2>>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], short[], int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Short[], int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>, Map<? extends K2, Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ObjShortConsumer<K2>>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(K2[], short[]) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(K2[], Short[]) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<? extends K2>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortByteConsumer>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], byte[], int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Byte[], int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>, Map<Short, Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortByteConsumer>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], byte[]) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Byte[]) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Byte>) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortCharConsumer>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], char[], int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Character[], int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Character>, int) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>, Map<Short, Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortCharConsumer>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], char[]) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Character[]) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Character>) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortDoubleConsumer>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], double[], int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Double[], int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Double>, int) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>, Map<Short, Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortDoubleConsumer>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], double[]) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Double[]) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortFloatConsumer>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], float[], int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Float[], int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Float>, int) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>, Map<Short, Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortFloatConsumer>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], float[]) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Float[]) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Float>) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortIntConsumer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], int[], int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Integer[], int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>, Map<Short, Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortIntConsumer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], int[]) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Integer[]) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Integer>) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortLongConsumer>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], long[], int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Long[], int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Long>, int) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>, Map<Short, Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortLongConsumer>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], long[]) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Long[]) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Long>) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortObjConsumer<V2>>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], V2[], int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], V2[], int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<? extends V2>, int) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>, Map<Short, ? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortObjConsumer<V2>>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], V2[]) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], V2[]) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<? extends V2>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap() - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new empty updatable map of the default expected size.
newUpdatableMap(int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new empty updatable map of the given expected size.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortShortConsumer>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], short[], int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Short[], int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map with the same mappings as the specified map.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>, Map<Short, Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map which merge the mappings of the specified maps.
newUpdatableMap(Consumer<ShortShortConsumer>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
newUpdatableMap(short[], short[]) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Short[], Short[]) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMap(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map with the given mappings, i.
newUpdatableMapOf(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, V2, byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, char, char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, double, char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, float, char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, int, char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, long, char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, V2, char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, short, char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, char, double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, double, double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, float, double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, int, double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, long, double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, V2, double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, short, double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, char, float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, double, float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, float, float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, int, float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, long, float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, V2, float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, short, float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMapOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMapOf(byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Method in interface com.koloboke.collect.map.hash.HashByteByteMapFactory
 
newUpdatableMapOf(byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class com.koloboke.collect.map.hash.HashByteByteMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMapOf(byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMapOf(byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMapOf(byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Method in interface com.koloboke.collect.map.hash.HashByteCharMapFactory
 
newUpdatableMapOf(byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, char, byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, char, byte, char, byte, char, byte, char, byte, char) - Static method in class com.koloboke.collect.map.hash.HashByteCharMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMapOf(byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMapOf(byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMapOf(byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Method in interface com.koloboke.collect.map.hash.HashByteDoubleMapFactory
 
newUpdatableMapOf(byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, double, byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, double, byte, double, byte, double, byte, double, byte, double) - Static method in class com.koloboke.collect.map.hash.HashByteDoubleMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMapOf(byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMapOf(byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMapOf(byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Method in interface com.koloboke.collect.map.hash.HashByteFloatMapFactory
 
newUpdatableMapOf(byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, float, byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, float, byte, float, byte, float, byte, float, byte, float) - Static method in class com.koloboke.collect.map.hash.HashByteFloatMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMapOf(byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMapOf(byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMapOf(byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Method in interface com.koloboke.collect.map.hash.HashByteIntMapFactory
 
newUpdatableMapOf(byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, int, byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, int, byte, int, byte, int, byte, int, byte, int) - Static method in class com.koloboke.collect.map.hash.HashByteIntMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMapOf(byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMapOf(byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMapOf(byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Method in interface com.koloboke.collect.map.hash.HashByteLongMapFactory
 
newUpdatableMapOf(byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, long, byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, long, byte, long, byte, long, byte, long, byte, long) - Static method in class com.koloboke.collect.map.hash.HashByteLongMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMapOf(byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMapOf(byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMapOf(byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMapOf(byte, V2, byte, V2, byte, V2, byte, V2, byte, V2) - Method in interface com.koloboke.collect.map.hash.HashByteObjMapFactory
 
newUpdatableMapOf(byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, V, byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, V, byte, V, byte, V, byte, V, byte, V) - Static method in class com.koloboke.collect.map.hash.HashByteObjMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMapOf(byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMapOf(byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMapOf(byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Method in interface com.koloboke.collect.map.hash.HashByteShortMapFactory
 
newUpdatableMapOf(byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(byte, short, byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(byte, short, byte, short, byte, short, byte, short, byte, short) - Static method in class com.koloboke.collect.map.hash.HashByteShortMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMapOf(char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMapOf(char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMapOf(char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Method in interface com.koloboke.collect.map.hash.HashCharByteMapFactory
 
newUpdatableMapOf(char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, byte, char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, byte, char, byte, char, byte, char, byte, char, byte) - Static method in class com.koloboke.collect.map.hash.HashCharByteMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMapOf(char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMapOf(char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMapOf(char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMapOf(char, char, char, char, char, char, char, char, char, char) - Method in interface com.koloboke.collect.map.hash.HashCharCharMapFactory
 
newUpdatableMapOf(char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, char, char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, char, char, char, char, char, char, char, char, char) - Static method in class com.koloboke.collect.map.hash.HashCharCharMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMapOf(char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMapOf(char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMapOf(char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMapOf(char, double, char, double, char, double, char, double, char, double) - Method in interface com.koloboke.collect.map.hash.HashCharDoubleMapFactory
 
newUpdatableMapOf(char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, double, char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, double, char, double, char, double, char, double, char, double) - Static method in class com.koloboke.collect.map.hash.HashCharDoubleMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMapOf(char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMapOf(char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMapOf(char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMapOf(char, float, char, float, char, float, char, float, char, float) - Method in interface com.koloboke.collect.map.hash.HashCharFloatMapFactory
 
newUpdatableMapOf(char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, float, char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, float, char, float, char, float, char, float, char, float) - Static method in class com.koloboke.collect.map.hash.HashCharFloatMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMapOf(char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMapOf(char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMapOf(char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMapOf(char, int, char, int, char, int, char, int, char, int) - Method in interface com.koloboke.collect.map.hash.HashCharIntMapFactory
 
newUpdatableMapOf(char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, int, char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, int, char, int, char, int, char, int, char, int) - Static method in class com.koloboke.collect.map.hash.HashCharIntMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMapOf(char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMapOf(char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMapOf(char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMapOf(char, long, char, long, char, long, char, long, char, long) - Method in interface com.koloboke.collect.map.hash.HashCharLongMapFactory
 
newUpdatableMapOf(char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, long, char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, long, char, long, char, long, char, long, char, long) - Static method in class com.koloboke.collect.map.hash.HashCharLongMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMapOf(char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMapOf(char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMapOf(char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMapOf(char, V2, char, V2, char, V2, char, V2, char, V2) - Method in interface com.koloboke.collect.map.hash.HashCharObjMapFactory
 
newUpdatableMapOf(char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, V, char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, V, char, V, char, V, char, V, char, V) - Static method in class com.koloboke.collect.map.hash.HashCharObjMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMapOf(char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMapOf(char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMapOf(char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMapOf(char, short, char, short, char, short, char, short, char, short) - Method in interface com.koloboke.collect.map.hash.HashCharShortMapFactory
 
newUpdatableMapOf(char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(char, short, char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(char, short, char, short, char, short, char, short, char, short) - Static method in class com.koloboke.collect.map.hash.HashCharShortMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMapOf(double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMapOf(double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMapOf(double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Method in interface com.koloboke.collect.map.hash.HashDoubleByteMapFactory
 
newUpdatableMapOf(double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, byte, double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, byte, double, byte, double, byte, double, byte, double, byte) - Static method in class com.koloboke.collect.map.hash.HashDoubleByteMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMapOf(double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMapOf(double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMapOf(double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMapOf(double, char, double, char, double, char, double, char, double, char) - Method in interface com.koloboke.collect.map.hash.HashDoubleCharMapFactory
 
newUpdatableMapOf(double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, char, double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, char, double, char, double, char, double, char, double, char) - Static method in class com.koloboke.collect.map.hash.HashDoubleCharMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMapOf(double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMapOf(double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMapOf(double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMapOf(double, double, double, double, double, double, double, double, double, double) - Method in interface com.koloboke.collect.map.hash.HashDoubleDoubleMapFactory
 
newUpdatableMapOf(double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, double, double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, double, double, double, double, double, double, double, double, double) - Static method in class com.koloboke.collect.map.hash.HashDoubleDoubleMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMapOf(double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMapOf(double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMapOf(double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMapOf(double, float, double, float, double, float, double, float, double, float) - Method in interface com.koloboke.collect.map.hash.HashDoubleFloatMapFactory
 
newUpdatableMapOf(double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, float, double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, float, double, float, double, float, double, float, double, float) - Static method in class com.koloboke.collect.map.hash.HashDoubleFloatMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMapOf(double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMapOf(double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMapOf(double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMapOf(double, int, double, int, double, int, double, int, double, int) - Method in interface com.koloboke.collect.map.hash.HashDoubleIntMapFactory
 
newUpdatableMapOf(double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, int, double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, int, double, int, double, int, double, int, double, int) - Static method in class com.koloboke.collect.map.hash.HashDoubleIntMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMapOf(double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMapOf(double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMapOf(double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMapOf(double, long, double, long, double, long, double, long, double, long) - Method in interface com.koloboke.collect.map.hash.HashDoubleLongMapFactory
 
newUpdatableMapOf(double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, long, double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, long, double, long, double, long, double, long, double, long) - Static method in class com.koloboke.collect.map.hash.HashDoubleLongMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMapOf(double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMapOf(double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMapOf(double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMapOf(double, V2, double, V2, double, V2, double, V2, double, V2) - Method in interface com.koloboke.collect.map.hash.HashDoubleObjMapFactory
 
newUpdatableMapOf(double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, V, double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, V, double, V, double, V, double, V, double, V) - Static method in class com.koloboke.collect.map.hash.HashDoubleObjMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMapOf(double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMapOf(double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMapOf(double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMapOf(double, short, double, short, double, short, double, short, double, short) - Method in interface com.koloboke.collect.map.hash.HashDoubleShortMapFactory
 
newUpdatableMapOf(double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(double, short, double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(double, short, double, short, double, short, double, short, double, short) - Static method in class com.koloboke.collect.map.hash.HashDoubleShortMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMapOf(float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMapOf(float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMapOf(float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Method in interface com.koloboke.collect.map.hash.HashFloatByteMapFactory
 
newUpdatableMapOf(float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, byte, float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, byte, float, byte, float, byte, float, byte, float, byte) - Static method in class com.koloboke.collect.map.hash.HashFloatByteMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMapOf(float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMapOf(float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMapOf(float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMapOf(float, char, float, char, float, char, float, char, float, char) - Method in interface com.koloboke.collect.map.hash.HashFloatCharMapFactory
 
newUpdatableMapOf(float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, char, float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, char, float, char, float, char, float, char, float, char) - Static method in class com.koloboke.collect.map.hash.HashFloatCharMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMapOf(float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMapOf(float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMapOf(float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMapOf(float, double, float, double, float, double, float, double, float, double) - Method in interface com.koloboke.collect.map.hash.HashFloatDoubleMapFactory
 
newUpdatableMapOf(float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, double, float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, double, float, double, float, double, float, double, float, double) - Static method in class com.koloboke.collect.map.hash.HashFloatDoubleMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMapOf(float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMapOf(float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMapOf(float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMapOf(float, float, float, float, float, float, float, float, float, float) - Method in interface com.koloboke.collect.map.hash.HashFloatFloatMapFactory
 
newUpdatableMapOf(float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, float, float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, float, float, float, float, float, float, float, float, float) - Static method in class com.koloboke.collect.map.hash.HashFloatFloatMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMapOf(float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMapOf(float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMapOf(float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMapOf(float, int, float, int, float, int, float, int, float, int) - Method in interface com.koloboke.collect.map.hash.HashFloatIntMapFactory
 
newUpdatableMapOf(float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, int, float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, int, float, int, float, int, float, int, float, int) - Static method in class com.koloboke.collect.map.hash.HashFloatIntMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMapOf(float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMapOf(float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMapOf(float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMapOf(float, long, float, long, float, long, float, long, float, long) - Method in interface com.koloboke.collect.map.hash.HashFloatLongMapFactory
 
newUpdatableMapOf(float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, long, float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, long, float, long, float, long, float, long, float, long) - Static method in class com.koloboke.collect.map.hash.HashFloatLongMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMapOf(float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMapOf(float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMapOf(float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMapOf(float, V2, float, V2, float, V2, float, V2, float, V2) - Method in interface com.koloboke.collect.map.hash.HashFloatObjMapFactory
 
newUpdatableMapOf(float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, V, float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, V, float, V, float, V, float, V, float, V) - Static method in class com.koloboke.collect.map.hash.HashFloatObjMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMapOf(float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMapOf(float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMapOf(float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMapOf(float, short, float, short, float, short, float, short, float, short) - Method in interface com.koloboke.collect.map.hash.HashFloatShortMapFactory
 
newUpdatableMapOf(float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(float, short, float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(float, short, float, short, float, short, float, short, float, short) - Static method in class com.koloboke.collect.map.hash.HashFloatShortMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMapOf(int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMapOf(int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMapOf(int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.hash.HashIntByteMapFactory
 
newUpdatableMapOf(int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, byte, int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Static method in class com.koloboke.collect.map.hash.HashIntByteMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMapOf(int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMapOf(int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMapOf(int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMapOf(int, char, int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.hash.HashIntCharMapFactory
 
newUpdatableMapOf(int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, char, int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, char, int, char, int, char, int, char, int, char) - Static method in class com.koloboke.collect.map.hash.HashIntCharMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMapOf(int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMapOf(int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMapOf(int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMapOf(int, double, int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.hash.HashIntDoubleMapFactory
 
newUpdatableMapOf(int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, double, int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, double, int, double, int, double, int, double, int, double) - Static method in class com.koloboke.collect.map.hash.HashIntDoubleMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMapOf(int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMapOf(int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMapOf(int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMapOf(int, float, int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.hash.HashIntFloatMapFactory
 
newUpdatableMapOf(int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, float, int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, float, int, float, int, float, int, float, int, float) - Static method in class com.koloboke.collect.map.hash.HashIntFloatMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMapOf(int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMapOf(int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMapOf(int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMapOf(int, int, int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.hash.HashIntIntMapFactory
 
newUpdatableMapOf(int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, int, int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, int, int, int, int, int, int, int, int, int) - Static method in class com.koloboke.collect.map.hash.HashIntIntMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMapOf(int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMapOf(int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMapOf(int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMapOf(int, long, int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.hash.HashIntLongMapFactory
 
newUpdatableMapOf(int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, long, int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, long, int, long, int, long, int, long, int, long) - Static method in class com.koloboke.collect.map.hash.HashIntLongMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMapOf(int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMapOf(int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMapOf(int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMapOf(int, V2, int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.hash.HashIntObjMapFactory
 
newUpdatableMapOf(int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, V, int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, V, int, V, int, V, int, V, int, V) - Static method in class com.koloboke.collect.map.hash.HashIntObjMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMapOf(int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMapOf(int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMapOf(int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMapOf(int, short, int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.hash.HashIntShortMapFactory
 
newUpdatableMapOf(int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, short, int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, short, int, short, int, short, int, short, int, short) - Static method in class com.koloboke.collect.map.hash.HashIntShortMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMapOf(long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMapOf(long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMapOf(long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.hash.HashLongByteMapFactory
 
newUpdatableMapOf(long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, byte, long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Static method in class com.koloboke.collect.map.hash.HashLongByteMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMapOf(long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMapOf(long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMapOf(long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMapOf(long, char, long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.hash.HashLongCharMapFactory
 
newUpdatableMapOf(long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, char, long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, char, long, char, long, char, long, char, long, char) - Static method in class com.koloboke.collect.map.hash.HashLongCharMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMapOf(long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMapOf(long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMapOf(long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMapOf(long, double, long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.hash.HashLongDoubleMapFactory
 
newUpdatableMapOf(long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, double, long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, double, long, double, long, double, long, double, long, double) - Static method in class com.koloboke.collect.map.hash.HashLongDoubleMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMapOf(long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMapOf(long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMapOf(long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMapOf(long, float, long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.hash.HashLongFloatMapFactory
 
newUpdatableMapOf(long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, float, long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, float, long, float, long, float, long, float, long, float) - Static method in class com.koloboke.collect.map.hash.HashLongFloatMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMapOf(long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMapOf(long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMapOf(long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMapOf(long, int, long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.hash.HashLongIntMapFactory
 
newUpdatableMapOf(long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, int, long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, int, long, int, long, int, long, int, long, int) - Static method in class com.koloboke.collect.map.hash.HashLongIntMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMapOf(long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMapOf(long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMapOf(long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMapOf(long, long, long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.hash.HashLongLongMapFactory
 
newUpdatableMapOf(long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, long, long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, long, long, long, long, long, long, long, long, long) - Static method in class com.koloboke.collect.map.hash.HashLongLongMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMapOf(long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMapOf(long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMapOf(long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMapOf(long, V2, long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.hash.HashLongObjMapFactory
 
newUpdatableMapOf(long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, V, long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, V, long, V, long, V, long, V, long, V) - Static method in class com.koloboke.collect.map.hash.HashLongObjMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMapOf(long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMapOf(long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMapOf(long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMapOf(long, short, long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.hash.HashLongShortMapFactory
 
newUpdatableMapOf(long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, short, long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, short, long, short, long, short, long, short, long, short) - Static method in class com.koloboke.collect.map.hash.HashLongShortMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMapOf(K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMapOf(K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMapOf(K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMapOf(K2, byte, K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
 
newUpdatableMapOf(K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K, byte, K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K, byte, K, byte, K, byte, K, byte, K, byte) - Static method in class com.koloboke.collect.map.hash.HashObjByteMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMapOf(K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMapOf(K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMapOf(K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMapOf(K2, char, K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
 
newUpdatableMapOf(K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K, char, K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K, char, K, char, K, char, K, char, K, char) - Static method in class com.koloboke.collect.map.hash.HashObjCharMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMapOf(K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMapOf(K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMapOf(K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMapOf(K2, double, K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
 
newUpdatableMapOf(K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K, double, K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K, double, K, double, K, double, K, double, K, double) - Static method in class com.koloboke.collect.map.hash.HashObjDoubleMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMapOf(K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMapOf(K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMapOf(K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMapOf(K2, float, K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
 
newUpdatableMapOf(K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K, float, K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K, float, K, float, K, float, K, float, K, float) - Static method in class com.koloboke.collect.map.hash.HashObjFloatMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMapOf(K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMapOf(K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMapOf(K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMapOf(K2, int, K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
 
newUpdatableMapOf(K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K, int, K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K, int, K, int, K, int, K, int, K, int) - Static method in class com.koloboke.collect.map.hash.HashObjIntMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMapOf(K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMapOf(K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMapOf(K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMapOf(K2, long, K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
 
newUpdatableMapOf(K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K, long, K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K, long, K, long, K, long, K, long, K, long) - Static method in class com.koloboke.collect.map.hash.HashObjLongMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMapOf(K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMapOf(K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMapOf(K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMapOf(K2, V2, K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
 
newUpdatableMapOf(K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K, V, K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K, V, K, V, K, V, K, V, K, V) - Static method in class com.koloboke.collect.map.hash.HashObjObjMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMapOf(K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMapOf(K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMapOf(K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMapOf(K2, short, K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
 
newUpdatableMapOf(K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K, short, K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K, short, K, short, K, short, K, short, K, short) - Static method in class com.koloboke.collect.map.hash.HashObjShortMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMapOf(short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMapOf(short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMapOf(short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.hash.HashShortByteMapFactory
 
newUpdatableMapOf(short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, byte, short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Static method in class com.koloboke.collect.map.hash.HashShortByteMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMapOf(short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMapOf(short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMapOf(short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMapOf(short, char, short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.hash.HashShortCharMapFactory
 
newUpdatableMapOf(short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, char, short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, char, short, char, short, char, short, char, short, char) - Static method in class com.koloboke.collect.map.hash.HashShortCharMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMapOf(short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMapOf(short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMapOf(short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMapOf(short, double, short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.hash.HashShortDoubleMapFactory
 
newUpdatableMapOf(short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, double, short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, double, short, double, short, double, short, double, short, double) - Static method in class com.koloboke.collect.map.hash.HashShortDoubleMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMapOf(short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMapOf(short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMapOf(short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMapOf(short, float, short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.hash.HashShortFloatMapFactory
 
newUpdatableMapOf(short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, float, short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, float, short, float, short, float, short, float, short, float) - Static method in class com.koloboke.collect.map.hash.HashShortFloatMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMapOf(short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMapOf(short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMapOf(short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMapOf(short, int, short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.hash.HashShortIntMapFactory
 
newUpdatableMapOf(short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, int, short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, int, short, int, short, int, short, int, short, int) - Static method in class com.koloboke.collect.map.hash.HashShortIntMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMapOf(short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMapOf(short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMapOf(short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMapOf(short, long, short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.hash.HashShortLongMapFactory
 
newUpdatableMapOf(short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, long, short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, long, short, long, short, long, short, long, short, long) - Static method in class com.koloboke.collect.map.hash.HashShortLongMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMapOf(short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMapOf(short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMapOf(short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMapOf(short, V2, short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.hash.HashShortObjMapFactory
 
newUpdatableMapOf(short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, V, short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, V, short, V, short, V, short, V, short, V) - Static method in class com.koloboke.collect.map.hash.HashShortObjMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMapOf(short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMapOf(short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMapOf(short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMapOf(short, short, short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.hash.HashShortShortMapFactory
 
newUpdatableMapOf(short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, short, short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, short, short, short, short, short, short, short, short, short) - Static method in class com.koloboke.collect.map.hash.HashShortShortMaps
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, byte, int, byte, int, byte, int, byte, int, byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, char, int, char, int, char, int, char, int, char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, double, int, double, int, double, int, double, int, double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, float, int, float, int, float, int, float, int, float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, int, int, int, int, int, int, int, int, int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, long, int, long, int, long, int, long, int, long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, V2, int, V2, int, V2, int, V2, int, V2) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(int, short, int, short, int, short, int, short, int, short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, byte, long, byte, long, byte, long, byte, long, byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, char, long, char, long, char, long, char, long, char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, double, long, double, long, double, long, double, long, double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, float, long, float, long, float, long, float, long, float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, int, long, int, long, int, long, int, long, int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, long, long, long, long, long, long, long, long, long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, V2, long, V2, long, V2, long, V2, long, V2) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(long, short, long, short, long, short, long, short, long, short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K2, byte, K2, byte, K2, byte, K2, byte, K2, byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K2, char, K2, char, K2, char, K2, char, K2, char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K2, double, K2, double, K2, double, K2, double, K2, double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K2, float, K2, float, K2, float, K2, float, K2, float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K2, int, K2, int, K2, int, K2, int, K2, int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K2, long, K2, long, K2, long, K2, long, K2, long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K2, V2, K2, V2, K2, V2, K2, V2, K2, V2) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(K2, short, K2, short, K2, short, K2, short, K2, short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, byte, short, byte, short, byte, short, byte, short, byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, char, short, char, short, char, short, char, short, char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, double, short, double, short, double, short, double, short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, float, short, float, short, float, short, float, short, float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, int, short, int, short, int, short, int, short, int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, long, short, long, short, long, short, long, short, long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, V2, short, V2, short, V2, short, V2, short, V2) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableMapOf(short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map of the single specified mapping.
newUpdatableMapOf(short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map of the two specified mappings.
newUpdatableMapOf(short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map of the three specified mappings.
newUpdatableMapOf(short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map of the four specified mappings.
newUpdatableMapOf(short, short, short, short, short, short, short, short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Constructs a new updatable map of the five specified mappings.
newUpdatableSet() - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Byte>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<ByteConsumer>, int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(byte[], int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Byte[], int) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Byte>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<ByteConsumer>) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(byte[]) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Byte[]) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Character>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<CharConsumer>, int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(char[], int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Character[], int) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Character>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<CharConsumer>) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(char[]) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Character[]) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Double>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<DoubleConsumer>, int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(double[], int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Double[], int) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Double>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<DoubleConsumer>) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(double[]) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Double[]) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Float>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<FloatConsumer>, int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(float[], int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Float[], int) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Float>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<FloatConsumer>) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(float[]) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Float[]) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterator<Byte>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Consumer<ByteConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(byte[], int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Byte[], int) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Iterator<Byte>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Consumer<ByteConsumer>) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(byte[]) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet(Byte[]) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSet() - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Byte>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<ByteConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(byte[], int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Byte[], int) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>, Iterable<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Byte>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<ByteConsumer>) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(byte[]) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Byte[]) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterator<Character>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Consumer<CharConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(char[], int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Character[], int) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Iterator<Character>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Consumer<CharConsumer>) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(char[]) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet(Character[]) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSet() - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Character>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<CharConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(char[], int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Character[], int) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>, Iterable<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Character>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<CharConsumer>) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(char[]) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Character[]) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterator<Double>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Consumer<DoubleConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(double[], int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Double[], int) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Iterator<Double>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Consumer<DoubleConsumer>) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(double[]) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet(Double[]) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSet() - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Double>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<DoubleConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(double[], int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Double[], int) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>, Iterable<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Double>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<DoubleConsumer>) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(double[]) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Double[]) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterator<Float>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Consumer<FloatConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(float[], int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Float[], int) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Iterator<Float>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Consumer<FloatConsumer>) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(float[]) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet(Float[]) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSet() - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Float>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<FloatConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(float[], int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Float[], int) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>, Iterable<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Float>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<FloatConsumer>) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(float[]) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Float[]) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterator<Integer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Consumer<IntConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(int[], int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Integer[], int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Iterator<Integer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Consumer<IntConsumer>) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(int[]) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet(Integer[]) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSet() - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Integer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<IntConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(int[], int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Integer[], int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Integer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<IntConsumer>) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(int[]) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Integer[]) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterator<Long>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Consumer<LongConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(long[], int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Long[], int) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Iterator<Long>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Consumer<LongConsumer>) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(long[]) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet(Long[]) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSet() - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Long>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<LongConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(long[], int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Long[], int) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Long>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<LongConsumer>) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(long[]) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Long[]) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterator<? extends E2>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Consumer<Consumer<E2>>, int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(E2[], int) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Iterator<? extends E2>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(Consumer<Consumer<E2>>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet(E2[]) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSet() - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<? extends E>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<Consumer<E>>, int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(E[], int) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<? extends E>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<Consumer<E>>) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(E[]) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterator<Short>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Consumer<ShortConsumer>, int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(short[], int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Short[], int) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Iterator<Short>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Consumer<ShortConsumer>) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(short[]) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet(Short[]) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSet() - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Short>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<ShortConsumer>, int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(short[], int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Short[], int) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Short>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<ShortConsumer>) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(short[]) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Short[]) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Integer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<IntConsumer>, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(int[], int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Integer[], int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>, Iterable<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Integer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<IntConsumer>) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(int[]) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Integer[]) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Long>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<LongConsumer>, int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(long[], int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Long[], int) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>, Iterable<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Long>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<LongConsumer>) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(long[]) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Long[]) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<? extends E2>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<Consumer<E2>>, int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(E2[], int) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>, Iterable<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<? extends E2>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<Consumer<E2>>) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(E2[]) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet() - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new empty updatable set of the default expected size.
newUpdatableSet(int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new empty updatable set of the given expected size.
newUpdatableSet(Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Short>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<ShortConsumer>, int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(short[], int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Short[], int) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set containing the elements in the specified iterable.
newUpdatableSet(Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>, Iterable<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set which merge the elements of the specified iterables.
newUpdatableSet(Iterator<Short>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set containing the elements traversed by the specified iterator.
newUpdatableSet(Consumer<ShortConsumer>) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of elements consumed by the callback within the given closure.
newUpdatableSet(short[]) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSet(Short[]) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of elements from the given array.
newUpdatableSetOf(byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(byte, byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(byte, byte, byte, byte, byte, byte...) - Method in interface com.koloboke.collect.set.ByteSetFactory
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(char, char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(char, char, char, char) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(char, char, char, char, char, char...) - Method in interface com.koloboke.collect.set.CharSetFactory
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(double, double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(double, double, double, double) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(double, double, double, double, double, double...) - Method in interface com.koloboke.collect.set.DoubleSetFactory
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(float, float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(float, float, float, float) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(float, float, float, float, float, float...) - Method in interface com.koloboke.collect.set.FloatSetFactory
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSetOf(byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSetOf(byte, byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSetOf(byte, byte, byte, byte) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSetOf(byte, byte, byte, byte, byte, byte...) - Method in interface com.koloboke.collect.set.hash.HashByteSetFactory
 
newUpdatableSetOf(byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(byte, byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(byte, byte, byte, byte) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(byte, byte, byte, byte, byte, byte...) - Static method in class com.koloboke.collect.set.hash.HashByteSets
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSetOf(char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSetOf(char, char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSetOf(char, char, char, char) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSetOf(char, char, char, char, char, char...) - Method in interface com.koloboke.collect.set.hash.HashCharSetFactory
 
newUpdatableSetOf(char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(char, char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(char, char, char, char) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(char, char, char, char, char, char...) - Static method in class com.koloboke.collect.set.hash.HashCharSets
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSetOf(double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSetOf(double, double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSetOf(double, double, double, double) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSetOf(double, double, double, double, double, double...) - Method in interface com.koloboke.collect.set.hash.HashDoubleSetFactory
 
newUpdatableSetOf(double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(double, double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(double, double, double, double) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(double, double, double, double, double, double...) - Static method in class com.koloboke.collect.set.hash.HashDoubleSets
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSetOf(float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSetOf(float, float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSetOf(float, float, float, float) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSetOf(float, float, float, float, float, float...) - Method in interface com.koloboke.collect.set.hash.HashFloatSetFactory
 
newUpdatableSetOf(float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(float, float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(float, float, float, float) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(float, float, float, float, float, float...) - Static method in class com.koloboke.collect.set.hash.HashFloatSets
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSetOf(int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSetOf(int, int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSetOf(int, int, int, int) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSetOf(int, int, int, int, int, int...) - Method in interface com.koloboke.collect.set.hash.HashIntSetFactory
 
newUpdatableSetOf(int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(int, int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(int, int, int, int) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(int, int, int, int, int, int...) - Static method in class com.koloboke.collect.set.hash.HashIntSets
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSetOf(long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSetOf(long, long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSetOf(long, long, long, long) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSetOf(long, long, long, long, long, long...) - Method in interface com.koloboke.collect.set.hash.HashLongSetFactory
 
newUpdatableSetOf(long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(long, long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(long, long, long, long) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(long, long, long, long, long, long...) - Static method in class com.koloboke.collect.set.hash.HashLongSets
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSetOf(E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSetOf(E2, E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSetOf(E2, E2, E2, E2) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSetOf(E2, E2, E2, E2, E2, E2...) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
 
newUpdatableSetOf(E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(E, E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(E, E, E, E) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(E, E, E, E, E, E...) - Static method in class com.koloboke.collect.set.hash.HashObjSets
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSetOf(short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSetOf(short, short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSetOf(short, short, short, short) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSetOf(short, short, short, short, short, short...) - Method in interface com.koloboke.collect.set.hash.HashShortSetFactory
 
newUpdatableSetOf(short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(short, short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(short, short, short, short) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(short, short, short, short, short, short...) - Static method in class com.koloboke.collect.set.hash.HashShortSets
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(int, int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(int, int, int, int) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(int, int, int, int, int, int...) - Method in interface com.koloboke.collect.set.IntSetFactory
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(long, long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(long, long, long, long) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(long, long, long, long, long, long...) - Method in interface com.koloboke.collect.set.LongSetFactory
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(E2, E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(E2, E2, E2, E2) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(E2, E2, E2, E2, E2, E2...) - Method in interface com.koloboke.collect.set.ObjSetFactory
Constructs a new updatable set of the specified elements.
newUpdatableSetOf(short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable singleton set of the given element.
newUpdatableSetOf(short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of the two specified elements.
newUpdatableSetOf(short, short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of the three specified elements.
newUpdatableSetOf(short, short, short, short) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of the four specified elements.
newUpdatableSetOf(short, short, short, short, short, short...) - Method in interface com.koloboke.collect.set.ShortSetFactory
Constructs a new updatable set of the specified elements.
nextByte() - Method in interface com.koloboke.collect.ByteIterator
Returns the next byte element in the iteration.
nextChar() - Method in interface com.koloboke.collect.CharIterator
Returns the next char element in the iteration.
nextDouble() - Method in interface com.koloboke.collect.DoubleIterator
Returns the next double element in the iteration.
nextFloat() - Method in interface com.koloboke.collect.FloatIterator
Returns the next float element in the iteration.
nextInt() - Method in interface com.koloboke.collect.IntIterator
Returns the next int element in the iteration.
nextLong() - Method in interface com.koloboke.collect.LongIterator
Returns the next long element in the iteration.
nextShort() - Method in interface com.koloboke.collect.ShortIterator
Returns the next short element in the iteration.
nullableEquivalent(T, T) - Method in class com.koloboke.collect.Equivalence
Returns true if a and b are considered equivalent, false otherwise.
nullableHash(T) - Method in class com.koloboke.collect.Equivalence
Returns a hash code for the given object.

O

ObjByteConsumer<T> - Interface in com.koloboke.function
Represents an operation that accepts an object-valued and a byte-valued argument, and returns no result.
ObjByteCursor<K> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with Object keys and byte values.
ObjByteMap<K> - Interface in com.koloboke.collect.map
A Map specialization with Object keys and byte values.
ObjByteMapFactory<K,F extends ObjByteMapFactory<K,F>> - Interface in com.koloboke.collect.map
An immutable factory of ObjByteMaps.
ObjBytePredicate<T> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an object-valued and a byte-valued argument.
ObjByteToByteFunction<T> - Interface in com.koloboke.function
Represents a function that accepts an object-valued and a byte-valued argument and produces a byte-valued result.
ObjCharConsumer<T> - Interface in com.koloboke.function
Represents an operation that accepts an object-valued and a char-valued argument, and returns no result.
ObjCharCursor<K> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with Object keys and char values.
ObjCharMap<K> - Interface in com.koloboke.collect.map
A Map specialization with Object keys and char values.
ObjCharMapFactory<K,F extends ObjCharMapFactory<K,F>> - Interface in com.koloboke.collect.map
An immutable factory of ObjCharMaps.
ObjCharPredicate<T> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an object-valued and a char-valued argument.
ObjCharToCharFunction<T> - Interface in com.koloboke.function
Represents a function that accepts an object-valued and a char-valued argument and produces a char-valued result.
ObjCollection<E> - Interface in com.koloboke.collect
A collection of objects, the library's extension of the classic Collection interface.
ObjCursor<E> - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration of objects.
ObjDoubleConsumer<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use ObjDoubleConsumer instead.
ObjDoubleCursor<K> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with Object keys and double values.
ObjDoubleMap<K> - Interface in com.koloboke.collect.map
A Map specialization with Object keys and double values.
ObjDoubleMapFactory<K,F extends ObjDoubleMapFactory<K,F>> - Interface in com.koloboke.collect.map
An immutable factory of ObjDoubleMaps.
ObjDoublePredicate<T> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an object-valued and a double-valued argument.
ObjDoubleToDoubleFunction<T> - Interface in com.koloboke.function
Represents a function that accepts an object-valued and a double-valued argument and produces a double-valued result.
ObjFloatConsumer<T> - Interface in com.koloboke.function
Represents an operation that accepts an object-valued and a float-valued argument, and returns no result.
ObjFloatCursor<K> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with Object keys and float values.
ObjFloatMap<K> - Interface in com.koloboke.collect.map
A Map specialization with Object keys and float values.
ObjFloatMapFactory<K,F extends ObjFloatMapFactory<K,F>> - Interface in com.koloboke.collect.map
An immutable factory of ObjFloatMaps.
ObjFloatPredicate<T> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an object-valued and a float-valued argument.
ObjFloatToFloatFunction<T> - Interface in com.koloboke.function
Represents a function that accepts an object-valued and a float-valued argument and produces a float-valued result.
ObjHashFactory<F extends ObjHashFactory<F>> - Interface in com.koloboke.collect.hash
Common configuration for factories of hash containers with Object keys.
ObjIntConsumer<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use ObjIntConsumer instead.
ObjIntCursor<K> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with Object keys and int values.
ObjIntMap<K> - Interface in com.koloboke.collect.map
A Map specialization with Object keys and int values.
ObjIntMapFactory<K,F extends ObjIntMapFactory<K,F>> - Interface in com.koloboke.collect.map
An immutable factory of ObjIntMaps.
ObjIntPredicate<T> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an object-valued and an int-valued argument.
ObjIntToIntFunction<T> - Interface in com.koloboke.function
Represents a function that accepts an object-valued and an int-valued argument and produces an int-valued result.
ObjIterator<E> - Interface in com.koloboke.collect
Extends Iterator for the symmetry with primitive specializations.
ObjLongConsumer<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use ObjLongConsumer instead.
ObjLongCursor<K> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with Object keys and long values.
ObjLongMap<K> - Interface in com.koloboke.collect.map
A Map specialization with Object keys and long values.
ObjLongMapFactory<K,F extends ObjLongMapFactory<K,F>> - Interface in com.koloboke.collect.map
An immutable factory of ObjLongMaps.
ObjLongPredicate<T> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an object-valued and a long-valued argument.
ObjLongToLongFunction<T> - Interface in com.koloboke.function
Represents a function that accepts an object-valued and a long-valued argument and produces a long-valued result.
ObjObjCursor<K,V> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with Object keys and Object values.
ObjObjMap<K,V> - Interface in com.koloboke.collect.map
The library's extension of the classic Map interface.
ObjObjMapFactory<K,V,F extends ObjObjMapFactory<K,V,F>> - Interface in com.koloboke.collect.map
An immutable factory of ObjObjMaps.
ObjSet<E> - Interface in com.koloboke.collect.set
A set of objects, the library's extension of the classic Set interface.
ObjSetFactory<E,F extends ObjSetFactory<E,F>> - Interface in com.koloboke.collect.set
An immutable factory of ObjSets.
ObjShortConsumer<T> - Interface in com.koloboke.function
Represents an operation that accepts an object-valued and a short-valued argument, and returns no result.
ObjShortCursor<K> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with Object keys and short values.
ObjShortMap<K> - Interface in com.koloboke.collect.map
A Map specialization with Object keys and short values.
ObjShortMapFactory<K,F extends ObjShortMapFactory<K,F>> - Interface in com.koloboke.collect.map
An immutable factory of ObjShortMaps.
ObjShortPredicate<T> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts an object-valued and a short-valued argument.
ObjShortToShortFunction<T> - Interface in com.koloboke.function
Represents a function that accepts an object-valued and a short-valued argument and produces a short-valued result.

P

Predicate<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use Predicate instead.
put(Byte, Byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.put(byte, byte) instead
put(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Associates the specified value with the specified key in this map (optional operation).
put(Byte, Character) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.put(byte, char) instead
put(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMap
Associates the specified value with the specified key in this map (optional operation).
put(Byte, Double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.put(byte, double) instead
put(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Associates the specified value with the specified key in this map (optional operation).
put(Byte, Float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.put(byte, float) instead
put(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Associates the specified value with the specified key in this map (optional operation).
put(Byte, Integer) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.put(byte, int) instead
put(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMap
Associates the specified value with the specified key in this map (optional operation).
put(Byte, Long) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.put(byte, long) instead
put(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMap
Associates the specified value with the specified key in this map (optional operation).
put(Byte, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.put(byte, Object) instead
put(byte, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Associates the specified value with the specified key in this map (optional operation).
put(Byte, Short) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.put(byte, short) instead
put(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMap
Associates the specified value with the specified key in this map (optional operation).
put(Character, Byte) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.put(char, byte) instead
put(char, byte) - Method in interface com.koloboke.collect.map.CharByteMap
Associates the specified value with the specified key in this map (optional operation).
put(Character, Character) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.put(char, char) instead
put(char, char) - Method in interface com.koloboke.collect.map.CharCharMap
Associates the specified value with the specified key in this map (optional operation).
put(Character, Double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.put(char, double) instead
put(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Associates the specified value with the specified key in this map (optional operation).
put(Character, Float) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.put(char, float) instead
put(char, float) - Method in interface com.koloboke.collect.map.CharFloatMap
Associates the specified value with the specified key in this map (optional operation).
put(Character, Integer) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.put(char, int) instead
put(char, int) - Method in interface com.koloboke.collect.map.CharIntMap
Associates the specified value with the specified key in this map (optional operation).
put(Character, Long) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.put(char, long) instead
put(char, long) - Method in interface com.koloboke.collect.map.CharLongMap
Associates the specified value with the specified key in this map (optional operation).
put(Character, V) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.put(char, Object) instead
put(char, V) - Method in interface com.koloboke.collect.map.CharObjMap
Associates the specified value with the specified key in this map (optional operation).
put(Character, Short) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.put(char, short) instead
put(char, short) - Method in interface com.koloboke.collect.map.CharShortMap
Associates the specified value with the specified key in this map (optional operation).
put(Double, Byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.put(double, byte) instead
put(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Associates the specified value with the specified key in this map (optional operation).
put(Double, Character) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.put(double, char) instead
put(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMap
Associates the specified value with the specified key in this map (optional operation).
put(Double, Double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
Use specialization DoubleDoubleMap.put(double, double) instead
put(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Associates the specified value with the specified key in this map (optional operation).
put(Double, Float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
Use specialization DoubleFloatMap.put(double, float) instead
put(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Associates the specified value with the specified key in this map (optional operation).
put(Double, Integer) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.put(double, int) instead
put(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMap
Associates the specified value with the specified key in this map (optional operation).
put(Double, Long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.put(double, long) instead
put(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Associates the specified value with the specified key in this map (optional operation).
put(Double, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
Use specialization DoubleObjMap.put(double, Object) instead
put(double, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Associates the specified value with the specified key in this map (optional operation).
put(Double, Short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
Use specialization DoubleShortMap.put(double, short) instead
put(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Associates the specified value with the specified key in this map (optional operation).
put(Float, Byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.put(float, byte) instead
put(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Associates the specified value with the specified key in this map (optional operation).
put(Float, Character) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.put(float, char) instead
put(float, char) - Method in interface com.koloboke.collect.map.FloatCharMap
Associates the specified value with the specified key in this map (optional operation).
put(Float, Double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
Use specialization FloatDoubleMap.put(float, double) instead
put(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Associates the specified value with the specified key in this map (optional operation).
put(Float, Float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.put(float, float) instead
put(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Associates the specified value with the specified key in this map (optional operation).
put(Float, Integer) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.put(float, int) instead
put(float, int) - Method in interface com.koloboke.collect.map.FloatIntMap
Associates the specified value with the specified key in this map (optional operation).
put(Float, Long) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.put(float, long) instead
put(float, long) - Method in interface com.koloboke.collect.map.FloatLongMap
Associates the specified value with the specified key in this map (optional operation).
put(Float, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.put(float, Object) instead
put(float, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Associates the specified value with the specified key in this map (optional operation).
put(Float, Short) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.put(float, short) instead
put(float, short) - Method in interface com.koloboke.collect.map.FloatShortMap
Associates the specified value with the specified key in this map (optional operation).
put(Integer, Byte) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.put(int, byte) instead
put(int, byte) - Method in interface com.koloboke.collect.map.IntByteMap
Associates the specified value with the specified key in this map (optional operation).
put(Integer, Character) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.put(int, char) instead
put(int, char) - Method in interface com.koloboke.collect.map.IntCharMap
Associates the specified value with the specified key in this map (optional operation).
put(Integer, Double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.put(int, double) instead
put(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Associates the specified value with the specified key in this map (optional operation).
put(Integer, Float) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.put(int, float) instead
put(int, float) - Method in interface com.koloboke.collect.map.IntFloatMap
Associates the specified value with the specified key in this map (optional operation).
put(Integer, Integer) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.put(int, int) instead
put(int, int) - Method in interface com.koloboke.collect.map.IntIntMap
Associates the specified value with the specified key in this map (optional operation).
put(Integer, Long) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.put(int, long) instead
put(int, long) - Method in interface com.koloboke.collect.map.IntLongMap
Associates the specified value with the specified key in this map (optional operation).
put(Integer, V) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.put(int, Object) instead
put(int, V) - Method in interface com.koloboke.collect.map.IntObjMap
Associates the specified value with the specified key in this map (optional operation).
put(Integer, Short) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.put(int, short) instead
put(int, short) - Method in interface com.koloboke.collect.map.IntShortMap
Associates the specified value with the specified key in this map (optional operation).
put(Long, Byte) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.put(long, byte) instead
put(long, byte) - Method in interface com.koloboke.collect.map.LongByteMap
Associates the specified value with the specified key in this map (optional operation).
put(Long, Character) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.put(long, char) instead
put(long, char) - Method in interface com.koloboke.collect.map.LongCharMap
Associates the specified value with the specified key in this map (optional operation).
put(Long, Double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.put(long, double) instead
put(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Associates the specified value with the specified key in this map (optional operation).
put(Long, Float) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.put(long, float) instead
put(long, float) - Method in interface com.koloboke.collect.map.LongFloatMap
Associates the specified value with the specified key in this map (optional operation).
put(Long, Integer) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.put(long, int) instead
put(long, int) - Method in interface com.koloboke.collect.map.LongIntMap
Associates the specified value with the specified key in this map (optional operation).
put(Long, Long) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.put(long, long) instead
put(long, long) - Method in interface com.koloboke.collect.map.LongLongMap
Associates the specified value with the specified key in this map (optional operation).
put(Long, V) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.put(long, Object) instead
put(long, V) - Method in interface com.koloboke.collect.map.LongObjMap
Associates the specified value with the specified key in this map (optional operation).
put(Long, Short) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.put(long, short) instead
put(long, short) - Method in interface com.koloboke.collect.map.LongShortMap
Associates the specified value with the specified key in this map (optional operation).
put(K, Byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.put(Object, byte) instead
put(K, byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Associates the specified value with the specified key in this map (optional operation).
put(K, Character) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.put(Object, char) instead
put(K, char) - Method in interface com.koloboke.collect.map.ObjCharMap
Associates the specified value with the specified key in this map (optional operation).
put(K, Double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
Use specialization ObjDoubleMap.put(Object, double) instead
put(K, double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Associates the specified value with the specified key in this map (optional operation).
put(K, Float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.put(Object, float) instead
put(K, float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Associates the specified value with the specified key in this map (optional operation).
put(K, Integer) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.put(Object, int) instead
put(K, int) - Method in interface com.koloboke.collect.map.ObjIntMap
Associates the specified value with the specified key in this map (optional operation).
put(K, Long) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.put(Object, long) instead
put(K, long) - Method in interface com.koloboke.collect.map.ObjLongMap
Associates the specified value with the specified key in this map (optional operation).
put(K, Short) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.put(Object, short) instead
put(K, short) - Method in interface com.koloboke.collect.map.ObjShortMap
Associates the specified value with the specified key in this map (optional operation).
put(Short, Byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.put(short, byte) instead
put(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Associates the specified value with the specified key in this map (optional operation).
put(Short, Character) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.put(short, char) instead
put(short, char) - Method in interface com.koloboke.collect.map.ShortCharMap
Associates the specified value with the specified key in this map (optional operation).
put(Short, Double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
Use specialization ShortDoubleMap.put(short, double) instead
put(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Associates the specified value with the specified key in this map (optional operation).
put(Short, Float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.put(short, float) instead
put(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Associates the specified value with the specified key in this map (optional operation).
put(Short, Integer) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.put(short, int) instead
put(short, int) - Method in interface com.koloboke.collect.map.ShortIntMap
Associates the specified value with the specified key in this map (optional operation).
put(Short, Long) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.put(short, long) instead
put(short, long) - Method in interface com.koloboke.collect.map.ShortLongMap
Associates the specified value with the specified key in this map (optional operation).
put(Short, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.put(short, Object) instead
put(short, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Associates the specified value with the specified key in this map (optional operation).
put(Short, Short) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.put(short, short) instead
put(short, short) - Method in interface com.koloboke.collect.map.ShortShortMap
Associates the specified value with the specified key in this map (optional operation).
putIfAbsent(Byte, Byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.putIfAbsent(byte, byte) instead
putIfAbsent(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Byte, Character) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.putIfAbsent(byte, char) instead
putIfAbsent(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Byte, Double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.putIfAbsent(byte, double) instead
putIfAbsent(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Byte, Float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.putIfAbsent(byte, float) instead
putIfAbsent(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Byte, Integer) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.putIfAbsent(byte, int) instead
putIfAbsent(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Byte, Long) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.putIfAbsent(byte, long) instead
putIfAbsent(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Byte, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.putIfAbsent(byte, Object) instead
putIfAbsent(byte, V) - Method in interface com.koloboke.collect.map.ByteObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value and returns null, else returns the current value.
putIfAbsent(Byte, Short) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.putIfAbsent(byte, short) instead
putIfAbsent(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Character, Byte) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.putIfAbsent(char, byte) instead
putIfAbsent(char, byte) - Method in interface com.koloboke.collect.map.CharByteMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Character, Character) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.putIfAbsent(char, char) instead
putIfAbsent(char, char) - Method in interface com.koloboke.collect.map.CharCharMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Character, Double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.putIfAbsent(char, double) instead
putIfAbsent(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Character, Float) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.putIfAbsent(char, float) instead
putIfAbsent(char, float) - Method in interface com.koloboke.collect.map.CharFloatMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Character, Integer) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.putIfAbsent(char, int) instead
putIfAbsent(char, int) - Method in interface com.koloboke.collect.map.CharIntMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Character, Long) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.putIfAbsent(char, long) instead
putIfAbsent(char, long) - Method in interface com.koloboke.collect.map.CharLongMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Character, V) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.putIfAbsent(char, Object) instead
putIfAbsent(char, V) - Method in interface com.koloboke.collect.map.CharObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value and returns null, else returns the current value.
putIfAbsent(Character, Short) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.putIfAbsent(char, short) instead
putIfAbsent(char, short) - Method in interface com.koloboke.collect.map.CharShortMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Double, Byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.putIfAbsent(double, byte) instead
putIfAbsent(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Double, Character) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.putIfAbsent(double, char) instead
putIfAbsent(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Double, Double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
putIfAbsent(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Double, Float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
putIfAbsent(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Double, Integer) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.putIfAbsent(double, int) instead
putIfAbsent(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Double, Long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.putIfAbsent(double, long) instead
putIfAbsent(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Double, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
Use specialization DoubleObjMap.putIfAbsent(double, Object) instead
putIfAbsent(double, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value and returns null, else returns the current value.
putIfAbsent(Double, Short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
putIfAbsent(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Float, Byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.putIfAbsent(float, byte) instead
putIfAbsent(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Float, Character) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.putIfAbsent(float, char) instead
putIfAbsent(float, char) - Method in interface com.koloboke.collect.map.FloatCharMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Float, Double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
putIfAbsent(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Float, Float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.putIfAbsent(float, float) instead
putIfAbsent(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Float, Integer) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.putIfAbsent(float, int) instead
putIfAbsent(float, int) - Method in interface com.koloboke.collect.map.FloatIntMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Float, Long) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.putIfAbsent(float, long) instead
putIfAbsent(float, long) - Method in interface com.koloboke.collect.map.FloatLongMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Float, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.putIfAbsent(float, Object) instead
putIfAbsent(float, V) - Method in interface com.koloboke.collect.map.FloatObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value and returns null, else returns the current value.
putIfAbsent(Float, Short) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.putIfAbsent(float, short) instead
putIfAbsent(float, short) - Method in interface com.koloboke.collect.map.FloatShortMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Integer, Byte) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.putIfAbsent(int, byte) instead
putIfAbsent(int, byte) - Method in interface com.koloboke.collect.map.IntByteMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Integer, Character) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.putIfAbsent(int, char) instead
putIfAbsent(int, char) - Method in interface com.koloboke.collect.map.IntCharMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Integer, Double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.putIfAbsent(int, double) instead
putIfAbsent(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Integer, Float) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.putIfAbsent(int, float) instead
putIfAbsent(int, float) - Method in interface com.koloboke.collect.map.IntFloatMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Integer, Integer) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.putIfAbsent(int, int) instead
putIfAbsent(int, int) - Method in interface com.koloboke.collect.map.IntIntMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Integer, Long) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.putIfAbsent(int, long) instead
putIfAbsent(int, long) - Method in interface com.koloboke.collect.map.IntLongMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Integer, V) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.putIfAbsent(int, Object) instead
putIfAbsent(int, V) - Method in interface com.koloboke.collect.map.IntObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value and returns null, else returns the current value.
putIfAbsent(Integer, Short) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.putIfAbsent(int, short) instead
putIfAbsent(int, short) - Method in interface com.koloboke.collect.map.IntShortMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Long, Byte) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.putIfAbsent(long, byte) instead
putIfAbsent(long, byte) - Method in interface com.koloboke.collect.map.LongByteMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Long, Character) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.putIfAbsent(long, char) instead
putIfAbsent(long, char) - Method in interface com.koloboke.collect.map.LongCharMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Long, Double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.putIfAbsent(long, double) instead
putIfAbsent(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Long, Float) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.putIfAbsent(long, float) instead
putIfAbsent(long, float) - Method in interface com.koloboke.collect.map.LongFloatMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Long, Integer) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.putIfAbsent(long, int) instead
putIfAbsent(long, int) - Method in interface com.koloboke.collect.map.LongIntMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Long, Long) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.putIfAbsent(long, long) instead
putIfAbsent(long, long) - Method in interface com.koloboke.collect.map.LongLongMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Long, V) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.putIfAbsent(long, Object) instead
putIfAbsent(long, V) - Method in interface com.koloboke.collect.map.LongObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value and returns null, else returns the current value.
putIfAbsent(Long, Short) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.putIfAbsent(long, short) instead
putIfAbsent(long, short) - Method in interface com.koloboke.collect.map.LongShortMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(K, Byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.putIfAbsent(Object, byte) instead
putIfAbsent(K, byte) - Method in interface com.koloboke.collect.map.ObjByteMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(K, Character) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.putIfAbsent(Object, char) instead
putIfAbsent(K, char) - Method in interface com.koloboke.collect.map.ObjCharMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(K, Double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
Use specialization ObjDoubleMap.putIfAbsent(Object, double) instead
putIfAbsent(K, double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(K, Float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.putIfAbsent(Object, float) instead
putIfAbsent(K, float) - Method in interface com.koloboke.collect.map.ObjFloatMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(K, Integer) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.putIfAbsent(Object, int) instead
putIfAbsent(K, int) - Method in interface com.koloboke.collect.map.ObjIntMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(K, Long) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.putIfAbsent(Object, long) instead
putIfAbsent(K, long) - Method in interface com.koloboke.collect.map.ObjLongMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(K, Short) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.putIfAbsent(Object, short) instead
putIfAbsent(K, short) - Method in interface com.koloboke.collect.map.ObjShortMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Short, Byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.putIfAbsent(short, byte) instead
putIfAbsent(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Short, Character) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.putIfAbsent(short, char) instead
putIfAbsent(short, char) - Method in interface com.koloboke.collect.map.ShortCharMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Short, Double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
putIfAbsent(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Short, Float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.putIfAbsent(short, float) instead
putIfAbsent(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Short, Integer) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.putIfAbsent(short, int) instead
putIfAbsent(short, int) - Method in interface com.koloboke.collect.map.ShortIntMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Short, Long) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.putIfAbsent(short, long) instead
putIfAbsent(short, long) - Method in interface com.koloboke.collect.map.ShortLongMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.
putIfAbsent(Short, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.putIfAbsent(short, Object) instead
putIfAbsent(short, V) - Method in interface com.koloboke.collect.map.ShortObjMap
If the specified key is not already associated with a value (or is mapped to null), associates it with the given value and returns null, else returns the current value.
putIfAbsent(Short, Short) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.putIfAbsent(short, short) instead
putIfAbsent(short, short) - Method in interface com.koloboke.collect.map.ShortShortMap
If the specified key is not already associated with a value, associates it with the given value and returns default value, else returns the current value.

R

remove(Object) - Method in interface com.koloboke.collect.ByteCollection
Deprecated.
Use specialization ByteCollection.removeByte(byte) instead
remove(Object) - Method in interface com.koloboke.collect.CharCollection
Deprecated.
Use specialization CharCollection.removeChar(char) instead
remove() - Method in interface com.koloboke.collect.Cursor
Removes the element to which the cursor currently points (optional operation).
remove(Object) - Method in interface com.koloboke.collect.DoubleCollection
Deprecated.
Use specialization DoubleCollection.removeDouble(double) instead
remove(Object) - Method in interface com.koloboke.collect.FloatCollection
Deprecated.
Use specialization FloatCollection.removeFloat(float) instead
remove(Object) - Method in interface com.koloboke.collect.IntCollection
Deprecated.
Use specialization IntCollection.removeInt(int) instead
remove(Object) - Method in interface com.koloboke.collect.LongCollection
Deprecated.
Use specialization LongCollection.removeLong(long) instead
remove(Object) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.remove(byte) instead
remove(byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.remove(byte, byte) instead
remove(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.remove(byte) instead
remove(byte) - Method in interface com.koloboke.collect.map.ByteCharMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.remove(byte, char) instead
remove(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.remove(byte) instead
remove(byte) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.remove(byte, double) instead
remove(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.remove(byte) instead
remove(byte) - Method in interface com.koloboke.collect.map.ByteFloatMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.remove(byte, float) instead
remove(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.remove(byte) instead
remove(byte) - Method in interface com.koloboke.collect.map.ByteIntMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.remove(byte, int) instead
remove(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.remove(byte) instead
remove(byte) - Method in interface com.koloboke.collect.map.ByteLongMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.remove(byte, long) instead
remove(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.remove(byte) instead
remove(byte) - Method in interface com.koloboke.collect.map.ByteObjMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.remove(byte, Object) instead
remove(byte, Object) - Method in interface com.koloboke.collect.map.ByteObjMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.remove(byte) instead
remove(byte) - Method in interface com.koloboke.collect.map.ByteShortMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.remove(byte, short) instead
remove(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.remove(char) instead
remove(char) - Method in interface com.koloboke.collect.map.CharByteMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.remove(char, byte) instead
remove(char, byte) - Method in interface com.koloboke.collect.map.CharByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.remove(char) instead
remove(char) - Method in interface com.koloboke.collect.map.CharCharMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.remove(char, char) instead
remove(char, char) - Method in interface com.koloboke.collect.map.CharCharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.remove(char) instead
remove(char) - Method in interface com.koloboke.collect.map.CharDoubleMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.remove(char, double) instead
remove(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.remove(char) instead
remove(char) - Method in interface com.koloboke.collect.map.CharFloatMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.remove(char, float) instead
remove(char, float) - Method in interface com.koloboke.collect.map.CharFloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.remove(char) instead
remove(char) - Method in interface com.koloboke.collect.map.CharIntMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.remove(char, int) instead
remove(char, int) - Method in interface com.koloboke.collect.map.CharIntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.remove(char) instead
remove(char) - Method in interface com.koloboke.collect.map.CharLongMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.remove(char, long) instead
remove(char, long) - Method in interface com.koloboke.collect.map.CharLongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.remove(char) instead
remove(char) - Method in interface com.koloboke.collect.map.CharObjMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.remove(char, Object) instead
remove(char, Object) - Method in interface com.koloboke.collect.map.CharObjMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.remove(char) instead
remove(char) - Method in interface com.koloboke.collect.map.CharShortMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.remove(char, short) instead
remove(char, short) - Method in interface com.koloboke.collect.map.CharShortMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.remove(double) instead
remove(double) - Method in interface com.koloboke.collect.map.DoubleByteMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.remove(double, byte) instead
remove(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.remove(double) instead
remove(double) - Method in interface com.koloboke.collect.map.DoubleCharMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.remove(double, char) instead
remove(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
Use specialization DoubleDoubleMap.remove(double) instead
remove(double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
Use specialization DoubleDoubleMap.remove(double, double) instead
remove(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
Use specialization DoubleFloatMap.remove(double) instead
remove(double) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
Use specialization DoubleFloatMap.remove(double, float) instead
remove(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.remove(double) instead
remove(double) - Method in interface com.koloboke.collect.map.DoubleIntMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.remove(double, int) instead
remove(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.remove(double) instead
remove(double) - Method in interface com.koloboke.collect.map.DoubleLongMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.remove(double, long) instead
remove(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
Use specialization DoubleObjMap.remove(double) instead
remove(double) - Method in interface com.koloboke.collect.map.DoubleObjMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
Use specialization DoubleObjMap.remove(double, Object) instead
remove(double, Object) - Method in interface com.koloboke.collect.map.DoubleObjMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
Use specialization DoubleShortMap.remove(double) instead
remove(double) - Method in interface com.koloboke.collect.map.DoubleShortMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
Use specialization DoubleShortMap.remove(double, short) instead
remove(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.remove(float) instead
remove(float) - Method in interface com.koloboke.collect.map.FloatByteMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.remove(float, byte) instead
remove(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.remove(float) instead
remove(float) - Method in interface com.koloboke.collect.map.FloatCharMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.remove(float, char) instead
remove(float, char) - Method in interface com.koloboke.collect.map.FloatCharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
Use specialization FloatDoubleMap.remove(float) instead
remove(float) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
Use specialization FloatDoubleMap.remove(float, double) instead
remove(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.remove(float) instead
remove(float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.remove(float, float) instead
remove(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.remove(float) instead
remove(float) - Method in interface com.koloboke.collect.map.FloatIntMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.remove(float, int) instead
remove(float, int) - Method in interface com.koloboke.collect.map.FloatIntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.remove(float) instead
remove(float) - Method in interface com.koloboke.collect.map.FloatLongMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.remove(float, long) instead
remove(float, long) - Method in interface com.koloboke.collect.map.FloatLongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.remove(float) instead
remove(float) - Method in interface com.koloboke.collect.map.FloatObjMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.remove(float, Object) instead
remove(float, Object) - Method in interface com.koloboke.collect.map.FloatObjMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.remove(float) instead
remove(float) - Method in interface com.koloboke.collect.map.FloatShortMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.remove(float, short) instead
remove(float, short) - Method in interface com.koloboke.collect.map.FloatShortMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.remove(int) instead
remove(int) - Method in interface com.koloboke.collect.map.IntByteMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.remove(int, byte) instead
remove(int, byte) - Method in interface com.koloboke.collect.map.IntByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.remove(int) instead
remove(int) - Method in interface com.koloboke.collect.map.IntCharMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.remove(int, char) instead
remove(int, char) - Method in interface com.koloboke.collect.map.IntCharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.remove(int) instead
remove(int) - Method in interface com.koloboke.collect.map.IntDoubleMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.remove(int, double) instead
remove(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.remove(int) instead
remove(int) - Method in interface com.koloboke.collect.map.IntFloatMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.remove(int, float) instead
remove(int, float) - Method in interface com.koloboke.collect.map.IntFloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.remove(int) instead
remove(int) - Method in interface com.koloboke.collect.map.IntIntMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.remove(int, int) instead
remove(int, int) - Method in interface com.koloboke.collect.map.IntIntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.remove(int) instead
remove(int) - Method in interface com.koloboke.collect.map.IntLongMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.remove(int, long) instead
remove(int, long) - Method in interface com.koloboke.collect.map.IntLongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.remove(int) instead
remove(int) - Method in interface com.koloboke.collect.map.IntObjMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.remove(int, Object) instead
remove(int, Object) - Method in interface com.koloboke.collect.map.IntObjMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.remove(int) instead
remove(int) - Method in interface com.koloboke.collect.map.IntShortMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.remove(int, short) instead
remove(int, short) - Method in interface com.koloboke.collect.map.IntShortMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.remove(long) instead
remove(long) - Method in interface com.koloboke.collect.map.LongByteMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.remove(long, byte) instead
remove(long, byte) - Method in interface com.koloboke.collect.map.LongByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.remove(long) instead
remove(long) - Method in interface com.koloboke.collect.map.LongCharMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.remove(long, char) instead
remove(long, char) - Method in interface com.koloboke.collect.map.LongCharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.remove(long) instead
remove(long) - Method in interface com.koloboke.collect.map.LongDoubleMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.remove(long, double) instead
remove(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.remove(long) instead
remove(long) - Method in interface com.koloboke.collect.map.LongFloatMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.remove(long, float) instead
remove(long, float) - Method in interface com.koloboke.collect.map.LongFloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.remove(long) instead
remove(long) - Method in interface com.koloboke.collect.map.LongIntMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.remove(long, int) instead
remove(long, int) - Method in interface com.koloboke.collect.map.LongIntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.remove(long) instead
remove(long) - Method in interface com.koloboke.collect.map.LongLongMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.remove(long, long) instead
remove(long, long) - Method in interface com.koloboke.collect.map.LongLongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.remove(long) instead
remove(long) - Method in interface com.koloboke.collect.map.LongObjMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.remove(long, Object) instead
remove(long, Object) - Method in interface com.koloboke.collect.map.LongObjMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.remove(long) instead
remove(long) - Method in interface com.koloboke.collect.map.LongShortMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.remove(long, short) instead
remove(long, short) - Method in interface com.koloboke.collect.map.LongShortMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.removeAsByte(Object) instead
remove(Object, Object) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.remove(Object, byte) instead
remove(Object, byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.removeAsChar(Object) instead
remove(Object, Object) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.remove(Object, char) instead
remove(Object, char) - Method in interface com.koloboke.collect.map.ObjCharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
Use specialization ObjDoubleMap.removeAsDouble(Object) instead
remove(Object, Object) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
Use specialization ObjDoubleMap.remove(Object, double) instead
remove(Object, double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.removeAsFloat(Object) instead
remove(Object, Object) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.remove(Object, float) instead
remove(Object, float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.removeAsInt(Object) instead
remove(Object, Object) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.remove(Object, int) instead
remove(Object, int) - Method in interface com.koloboke.collect.map.ObjIntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.removeAsLong(Object) instead
remove(Object, Object) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.remove(Object, long) instead
remove(Object, long) - Method in interface com.koloboke.collect.map.ObjLongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.removeAsShort(Object) instead
remove(Object, Object) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.remove(Object, short) instead
remove(Object, short) - Method in interface com.koloboke.collect.map.ObjShortMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.remove(short) instead
remove(short) - Method in interface com.koloboke.collect.map.ShortByteMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.remove(short, byte) instead
remove(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.remove(short) instead
remove(short) - Method in interface com.koloboke.collect.map.ShortCharMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.remove(short, char) instead
remove(short, char) - Method in interface com.koloboke.collect.map.ShortCharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
Use specialization ShortDoubleMap.remove(short) instead
remove(short) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
Use specialization ShortDoubleMap.remove(short, double) instead
remove(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.remove(short) instead
remove(short) - Method in interface com.koloboke.collect.map.ShortFloatMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.remove(short, float) instead
remove(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.remove(short) instead
remove(short) - Method in interface com.koloboke.collect.map.ShortIntMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.remove(short, int) instead
remove(short, int) - Method in interface com.koloboke.collect.map.ShortIntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.remove(short) instead
remove(short) - Method in interface com.koloboke.collect.map.ShortLongMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.remove(short, long) instead
remove(short, long) - Method in interface com.koloboke.collect.map.ShortLongMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.remove(short) instead
remove(short) - Method in interface com.koloboke.collect.map.ShortObjMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.remove(short, Object) instead
remove(short, Object) - Method in interface com.koloboke.collect.map.ShortObjMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.remove(short) instead
remove(short) - Method in interface com.koloboke.collect.map.ShortShortMap
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.remove(short, short) instead
remove(short, short) - Method in interface com.koloboke.collect.map.ShortShortMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface com.koloboke.collect.ShortCollection
Deprecated.
Use specialization ShortCollection.removeShort(short) instead
removeAsByte(Object) - Method in interface com.koloboke.collect.map.ObjByteMap
Removes the mapping for a key from this map if it is present (optional operation).
removeAsChar(Object) - Method in interface com.koloboke.collect.map.ObjCharMap
Removes the mapping for a key from this map if it is present (optional operation).
removeAsDouble(Object) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Removes the mapping for a key from this map if it is present (optional operation).
removeAsFloat(Object) - Method in interface com.koloboke.collect.map.ObjFloatMap
Removes the mapping for a key from this map if it is present (optional operation).
removeAsInt(Object) - Method in interface com.koloboke.collect.map.ObjIntMap
Removes the mapping for a key from this map if it is present (optional operation).
removeAsLong(Object) - Method in interface com.koloboke.collect.map.ObjLongMap
Removes the mapping for a key from this map if it is present (optional operation).
removeAsShort(Object) - Method in interface com.koloboke.collect.map.ObjShortMap
Removes the mapping for a key from this map if it is present (optional operation).
removeByte(byte) - Method in interface com.koloboke.collect.ByteCollection
Removes a single copy of the specified element from this collection, if it is present (optional operation).
removeChar(char) - Method in interface com.koloboke.collect.CharCollection
Removes a single copy of the specified element from this collection, if it is present (optional operation).
removeDouble(double) - Method in interface com.koloboke.collect.DoubleCollection
Removes a single copy of the specified element from this collection, if it is present (optional operation).
removeFloat(float) - Method in interface com.koloboke.collect.FloatCollection
Removes a single copy of the specified element from this collection, if it is present (optional operation).
removeIf(Predicate<? super Byte>) - Method in interface com.koloboke.collect.ByteCollection
Deprecated.
Use specialization ByteCollection.removeIf(BytePredicate) instead
removeIf(BytePredicate) - Method in interface com.koloboke.collect.ByteCollection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super Character>) - Method in interface com.koloboke.collect.CharCollection
Deprecated.
Use specialization CharCollection.removeIf(CharPredicate) instead
removeIf(CharPredicate) - Method in interface com.koloboke.collect.CharCollection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super Double>) - Method in interface com.koloboke.collect.DoubleCollection
Deprecated.
removeIf(DoublePredicate) - Method in interface com.koloboke.collect.DoubleCollection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super Float>) - Method in interface com.koloboke.collect.FloatCollection
Deprecated.
Use specialization FloatCollection.removeIf(FloatPredicate) instead
removeIf(FloatPredicate) - Method in interface com.koloboke.collect.FloatCollection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super Integer>) - Method in interface com.koloboke.collect.IntCollection
Deprecated.
Use specialization IntCollection.removeIf(IntPredicate) instead
removeIf(IntPredicate) - Method in interface com.koloboke.collect.IntCollection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super Long>) - Method in interface com.koloboke.collect.LongCollection
Deprecated.
Use specialization LongCollection.removeIf(LongPredicate) instead
removeIf(LongPredicate) - Method in interface com.koloboke.collect.LongCollection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(ByteBytePredicate) - Method in interface com.koloboke.collect.map.ByteByteMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ByteCharPredicate) - Method in interface com.koloboke.collect.map.ByteCharMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ByteDoublePredicate) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ByteFloatPredicate) - Method in interface com.koloboke.collect.map.ByteFloatMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ByteIntPredicate) - Method in interface com.koloboke.collect.map.ByteIntMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ByteLongPredicate) - Method in interface com.koloboke.collect.map.ByteLongMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ByteObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ByteShortPredicate) - Method in interface com.koloboke.collect.map.ByteShortMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(CharBytePredicate) - Method in interface com.koloboke.collect.map.CharByteMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(CharCharPredicate) - Method in interface com.koloboke.collect.map.CharCharMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(CharDoublePredicate) - Method in interface com.koloboke.collect.map.CharDoubleMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(CharFloatPredicate) - Method in interface com.koloboke.collect.map.CharFloatMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(CharIntPredicate) - Method in interface com.koloboke.collect.map.CharIntMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(CharLongPredicate) - Method in interface com.koloboke.collect.map.CharLongMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(CharObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.CharObjMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(CharShortPredicate) - Method in interface com.koloboke.collect.map.CharShortMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(DoubleBytePredicate) - Method in interface com.koloboke.collect.map.DoubleByteMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(DoubleCharPredicate) - Method in interface com.koloboke.collect.map.DoubleCharMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(DoubleDoublePredicate) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(DoubleFloatPredicate) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(DoubleIntPredicate) - Method in interface com.koloboke.collect.map.DoubleIntMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(DoubleLongPredicate) - Method in interface com.koloboke.collect.map.DoubleLongMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(DoubleObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(DoubleShortPredicate) - Method in interface com.koloboke.collect.map.DoubleShortMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(FloatBytePredicate) - Method in interface com.koloboke.collect.map.FloatByteMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(FloatCharPredicate) - Method in interface com.koloboke.collect.map.FloatCharMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(FloatDoublePredicate) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(FloatFloatPredicate) - Method in interface com.koloboke.collect.map.FloatFloatMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(FloatIntPredicate) - Method in interface com.koloboke.collect.map.FloatIntMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(FloatLongPredicate) - Method in interface com.koloboke.collect.map.FloatLongMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(FloatObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(FloatShortPredicate) - Method in interface com.koloboke.collect.map.FloatShortMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(IntBytePredicate) - Method in interface com.koloboke.collect.map.IntByteMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(IntCharPredicate) - Method in interface com.koloboke.collect.map.IntCharMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(IntDoublePredicate) - Method in interface com.koloboke.collect.map.IntDoubleMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(IntFloatPredicate) - Method in interface com.koloboke.collect.map.IntFloatMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(IntIntPredicate) - Method in interface com.koloboke.collect.map.IntIntMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(IntLongPredicate) - Method in interface com.koloboke.collect.map.IntLongMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(IntObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.IntObjMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(IntShortPredicate) - Method in interface com.koloboke.collect.map.IntShortMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(LongBytePredicate) - Method in interface com.koloboke.collect.map.LongByteMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(LongCharPredicate) - Method in interface com.koloboke.collect.map.LongCharMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(LongDoublePredicate) - Method in interface com.koloboke.collect.map.LongDoubleMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(LongFloatPredicate) - Method in interface com.koloboke.collect.map.LongFloatMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(LongIntPredicate) - Method in interface com.koloboke.collect.map.LongIntMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(LongLongPredicate) - Method in interface com.koloboke.collect.map.LongLongMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(LongObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.LongObjMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(LongShortPredicate) - Method in interface com.koloboke.collect.map.LongShortMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ObjBytePredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjByteMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ObjCharPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjCharMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ObjDoublePredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ObjFloatPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ObjIntPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjIntMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ObjLongPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjLongMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(BiPredicate<? super K, ? super V>) - Method in interface com.koloboke.collect.map.ObjObjMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ObjShortPredicate<? super K>) - Method in interface com.koloboke.collect.map.ObjShortMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ShortBytePredicate) - Method in interface com.koloboke.collect.map.ShortByteMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ShortCharPredicate) - Method in interface com.koloboke.collect.map.ShortCharMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ShortDoublePredicate) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ShortFloatPredicate) - Method in interface com.koloboke.collect.map.ShortFloatMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ShortIntPredicate) - Method in interface com.koloboke.collect.map.ShortIntMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ShortLongPredicate) - Method in interface com.koloboke.collect.map.ShortLongMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ShortObjPredicate<? super V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(ShortShortPredicate) - Method in interface com.koloboke.collect.map.ShortShortMap
Removes all of the entries of this collection that satisfy the given predicate.
removeIf(Predicate<? super Short>) - Method in interface com.koloboke.collect.ShortCollection
Deprecated.
Use specialization ShortCollection.removeIf(ShortPredicate) instead
removeIf(ShortPredicate) - Method in interface com.koloboke.collect.ShortCollection
Removes all of the elements of this collection that satisfy the given predicate.
removeInt(int) - Method in interface com.koloboke.collect.IntCollection
Removes a single copy of the specified element from this collection, if it is present (optional operation).
removeLong(long) - Method in interface com.koloboke.collect.LongCollection
Removes a single copy of the specified element from this collection, if it is present (optional operation).
removeShort(short) - Method in interface com.koloboke.collect.ShortCollection
Removes a single copy of the specified element from this collection, if it is present (optional operation).
replace(Byte, Byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.replace(byte, byte) instead
replace(byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Byte, Byte, Byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
Use specialization ByteByteMap.replace(byte, byte, byte) instead
replace(byte, byte, byte) - Method in interface com.koloboke.collect.map.ByteByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Byte, Character) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.replace(byte, char) instead
replace(byte, char) - Method in interface com.koloboke.collect.map.ByteCharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Byte, Character, Character) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
Use specialization ByteCharMap.replace(byte, char, char) instead
replace(byte, char, char) - Method in interface com.koloboke.collect.map.ByteCharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Byte, Double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
Use specialization ByteDoubleMap.replace(byte, double) instead
replace(byte, double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Byte, Double, Double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
replace(byte, double, double) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Byte, Float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.replace(byte, float) instead
replace(byte, float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Byte, Float, Float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
Use specialization ByteFloatMap.replace(byte, float, float) instead
replace(byte, float, float) - Method in interface com.koloboke.collect.map.ByteFloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Byte, Integer) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.replace(byte, int) instead
replace(byte, int) - Method in interface com.koloboke.collect.map.ByteIntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Byte, Integer, Integer) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
Use specialization ByteIntMap.replace(byte, int, int) instead
replace(byte, int, int) - Method in interface com.koloboke.collect.map.ByteIntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Byte, Long) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.replace(byte, long) instead
replace(byte, long) - Method in interface com.koloboke.collect.map.ByteLongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Byte, Long, Long) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
Use specialization ByteLongMap.replace(byte, long, long) instead
replace(byte, long, long) - Method in interface com.koloboke.collect.map.ByteLongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Byte, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.replace(byte, Object) instead
replace(byte, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Byte, V, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.replace(byte, Object, Object) instead
replace(byte, V, V) - Method in interface com.koloboke.collect.map.ByteObjMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Byte, Short) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.replace(byte, short) instead
replace(byte, short) - Method in interface com.koloboke.collect.map.ByteShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Byte, Short, Short) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
Use specialization ByteShortMap.replace(byte, short, short) instead
replace(byte, short, short) - Method in interface com.koloboke.collect.map.ByteShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Character, Byte) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.replace(char, byte) instead
replace(char, byte) - Method in interface com.koloboke.collect.map.CharByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, Byte, Byte) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
Use specialization CharByteMap.replace(char, byte, byte) instead
replace(char, byte, byte) - Method in interface com.koloboke.collect.map.CharByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Character, Character) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.replace(char, char) instead
replace(char, char) - Method in interface com.koloboke.collect.map.CharCharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, Character, Character) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
Use specialization CharCharMap.replace(char, char, char) instead
replace(char, char, char) - Method in interface com.koloboke.collect.map.CharCharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Character, Double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
Use specialization CharDoubleMap.replace(char, double) instead
replace(char, double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, Double, Double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
replace(char, double, double) - Method in interface com.koloboke.collect.map.CharDoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Character, Float) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.replace(char, float) instead
replace(char, float) - Method in interface com.koloboke.collect.map.CharFloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, Float, Float) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
Use specialization CharFloatMap.replace(char, float, float) instead
replace(char, float, float) - Method in interface com.koloboke.collect.map.CharFloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Character, Integer) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.replace(char, int) instead
replace(char, int) - Method in interface com.koloboke.collect.map.CharIntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, Integer, Integer) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
Use specialization CharIntMap.replace(char, int, int) instead
replace(char, int, int) - Method in interface com.koloboke.collect.map.CharIntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Character, Long) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.replace(char, long) instead
replace(char, long) - Method in interface com.koloboke.collect.map.CharLongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, Long, Long) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
Use specialization CharLongMap.replace(char, long, long) instead
replace(char, long, long) - Method in interface com.koloboke.collect.map.CharLongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Character, V) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.replace(char, Object) instead
replace(char, V) - Method in interface com.koloboke.collect.map.CharObjMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, V, V) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.replace(char, Object, Object) instead
replace(char, V, V) - Method in interface com.koloboke.collect.map.CharObjMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Character, Short) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.replace(char, short) instead
replace(char, short) - Method in interface com.koloboke.collect.map.CharShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, Short, Short) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
Use specialization CharShortMap.replace(char, short, short) instead
replace(char, short, short) - Method in interface com.koloboke.collect.map.CharShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Double, Byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
Use specialization DoubleByteMap.replace(double, byte) instead
replace(double, byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, Byte, Byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
replace(double, byte, byte) - Method in interface com.koloboke.collect.map.DoubleByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Double, Character) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
Use specialization DoubleCharMap.replace(double, char) instead
replace(double, char) - Method in interface com.koloboke.collect.map.DoubleCharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, Character, Character) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
replace(double, char, char) - Method in interface com.koloboke.collect.map.DoubleCharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Double, Double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
Use specialization DoubleDoubleMap.replace(double, double) instead
replace(double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, Double, Double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
replace(double, double, double) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Double, Float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
Use specialization DoubleFloatMap.replace(double, float) instead
replace(double, float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, Float, Float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
replace(double, float, float) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Double, Integer) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.replace(double, int) instead
replace(double, int) - Method in interface com.koloboke.collect.map.DoubleIntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, Integer, Integer) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
Use specialization DoubleIntMap.replace(double, int, int) instead
replace(double, int, int) - Method in interface com.koloboke.collect.map.DoubleIntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Double, Long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
Use specialization DoubleLongMap.replace(double, long) instead
replace(double, long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, Long, Long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
replace(double, long, long) - Method in interface com.koloboke.collect.map.DoubleLongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Double, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
Use specialization DoubleObjMap.replace(double, Object) instead
replace(double, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, V, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
replace(double, V, V) - Method in interface com.koloboke.collect.map.DoubleObjMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Double, Short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
Use specialization DoubleShortMap.replace(double, short) instead
replace(double, short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, Short, Short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
replace(double, short, short) - Method in interface com.koloboke.collect.map.DoubleShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Float, Byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.replace(float, byte) instead
replace(float, byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Byte, Byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
Use specialization FloatByteMap.replace(float, byte, byte) instead
replace(float, byte, byte) - Method in interface com.koloboke.collect.map.FloatByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Float, Character) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.replace(float, char) instead
replace(float, char) - Method in interface com.koloboke.collect.map.FloatCharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Character, Character) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
Use specialization FloatCharMap.replace(float, char, char) instead
replace(float, char, char) - Method in interface com.koloboke.collect.map.FloatCharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Float, Double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
Use specialization FloatDoubleMap.replace(float, double) instead
replace(float, double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Double, Double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
replace(float, double, double) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Float, Float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
Use specialization FloatFloatMap.replace(float, float) instead
replace(float, float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Float, Float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
replace(float, float, float) - Method in interface com.koloboke.collect.map.FloatFloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Float, Integer) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.replace(float, int) instead
replace(float, int) - Method in interface com.koloboke.collect.map.FloatIntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Integer, Integer) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
Use specialization FloatIntMap.replace(float, int, int) instead
replace(float, int, int) - Method in interface com.koloboke.collect.map.FloatIntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Float, Long) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.replace(float, long) instead
replace(float, long) - Method in interface com.koloboke.collect.map.FloatLongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Long, Long) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
Use specialization FloatLongMap.replace(float, long, long) instead
replace(float, long, long) - Method in interface com.koloboke.collect.map.FloatLongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Float, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.replace(float, Object) instead
replace(float, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, V, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
replace(float, V, V) - Method in interface com.koloboke.collect.map.FloatObjMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Float, Short) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
Use specialization FloatShortMap.replace(float, short) instead
replace(float, short) - Method in interface com.koloboke.collect.map.FloatShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Short, Short) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
replace(float, short, short) - Method in interface com.koloboke.collect.map.FloatShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Integer, Byte) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.replace(int, byte) instead
replace(int, byte) - Method in interface com.koloboke.collect.map.IntByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, Byte, Byte) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
Use specialization IntByteMap.replace(int, byte, byte) instead
replace(int, byte, byte) - Method in interface com.koloboke.collect.map.IntByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Integer, Character) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.replace(int, char) instead
replace(int, char) - Method in interface com.koloboke.collect.map.IntCharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, Character, Character) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
Use specialization IntCharMap.replace(int, char, char) instead
replace(int, char, char) - Method in interface com.koloboke.collect.map.IntCharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Integer, Double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
Use specialization IntDoubleMap.replace(int, double) instead
replace(int, double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, Double, Double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
replace(int, double, double) - Method in interface com.koloboke.collect.map.IntDoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Integer, Float) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.replace(int, float) instead
replace(int, float) - Method in interface com.koloboke.collect.map.IntFloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, Float, Float) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
Use specialization IntFloatMap.replace(int, float, float) instead
replace(int, float, float) - Method in interface com.koloboke.collect.map.IntFloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Integer, Integer) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.replace(int, int) instead
replace(int, int) - Method in interface com.koloboke.collect.map.IntIntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, Integer, Integer) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
Use specialization IntIntMap.replace(int, int, int) instead
replace(int, int, int) - Method in interface com.koloboke.collect.map.IntIntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Integer, Long) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.replace(int, long) instead
replace(int, long) - Method in interface com.koloboke.collect.map.IntLongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, Long, Long) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
Use specialization IntLongMap.replace(int, long, long) instead
replace(int, long, long) - Method in interface com.koloboke.collect.map.IntLongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Integer, V) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.replace(int, Object) instead
replace(int, V) - Method in interface com.koloboke.collect.map.IntObjMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, V, V) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.replace(int, Object, Object) instead
replace(int, V, V) - Method in interface com.koloboke.collect.map.IntObjMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Integer, Short) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.replace(int, short) instead
replace(int, short) - Method in interface com.koloboke.collect.map.IntShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, Short, Short) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
Use specialization IntShortMap.replace(int, short, short) instead
replace(int, short, short) - Method in interface com.koloboke.collect.map.IntShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Long, Byte) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.replace(long, byte) instead
replace(long, byte) - Method in interface com.koloboke.collect.map.LongByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Byte, Byte) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
Use specialization LongByteMap.replace(long, byte, byte) instead
replace(long, byte, byte) - Method in interface com.koloboke.collect.map.LongByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Long, Character) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.replace(long, char) instead
replace(long, char) - Method in interface com.koloboke.collect.map.LongCharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Character, Character) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
Use specialization LongCharMap.replace(long, char, char) instead
replace(long, char, char) - Method in interface com.koloboke.collect.map.LongCharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Long, Double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
Use specialization LongDoubleMap.replace(long, double) instead
replace(long, double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Double, Double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
replace(long, double, double) - Method in interface com.koloboke.collect.map.LongDoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Long, Float) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.replace(long, float) instead
replace(long, float) - Method in interface com.koloboke.collect.map.LongFloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Float, Float) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
Use specialization LongFloatMap.replace(long, float, float) instead
replace(long, float, float) - Method in interface com.koloboke.collect.map.LongFloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Long, Integer) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.replace(long, int) instead
replace(long, int) - Method in interface com.koloboke.collect.map.LongIntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Integer, Integer) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
Use specialization LongIntMap.replace(long, int, int) instead
replace(long, int, int) - Method in interface com.koloboke.collect.map.LongIntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Long, Long) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.replace(long, long) instead
replace(long, long) - Method in interface com.koloboke.collect.map.LongLongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Long, Long) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
Use specialization LongLongMap.replace(long, long, long) instead
replace(long, long, long) - Method in interface com.koloboke.collect.map.LongLongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Long, V) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.replace(long, Object) instead
replace(long, V) - Method in interface com.koloboke.collect.map.LongObjMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, V, V) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.replace(long, Object, Object) instead
replace(long, V, V) - Method in interface com.koloboke.collect.map.LongObjMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Long, Short) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.replace(long, short) instead
replace(long, short) - Method in interface com.koloboke.collect.map.LongShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Short, Short) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
Use specialization LongShortMap.replace(long, short, short) instead
replace(long, short, short) - Method in interface com.koloboke.collect.map.LongShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, Byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.replace(Object, byte) instead
replace(K, byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Byte, Byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
Use specialization ObjByteMap.replace(Object, byte, byte) instead
replace(K, byte, byte) - Method in interface com.koloboke.collect.map.ObjByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, Character) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.replace(Object, char) instead
replace(K, char) - Method in interface com.koloboke.collect.map.ObjCharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Character, Character) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
Use specialization ObjCharMap.replace(Object, char, char) instead
replace(K, char, char) - Method in interface com.koloboke.collect.map.ObjCharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, Double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
Use specialization ObjDoubleMap.replace(Object, double) instead
replace(K, double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Double, Double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
replace(K, double, double) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, Float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
Use specialization ObjFloatMap.replace(Object, float) instead
replace(K, float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Float, Float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
replace(K, float, float) - Method in interface com.koloboke.collect.map.ObjFloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, Integer) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.replace(Object, int) instead
replace(K, int) - Method in interface com.koloboke.collect.map.ObjIntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Integer, Integer) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
Use specialization ObjIntMap.replace(Object, int, int) instead
replace(K, int, int) - Method in interface com.koloboke.collect.map.ObjIntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, Long) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.replace(Object, long) instead
replace(K, long) - Method in interface com.koloboke.collect.map.ObjLongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Long, Long) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
Use specialization ObjLongMap.replace(Object, long, long) instead
replace(K, long, long) - Method in interface com.koloboke.collect.map.ObjLongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, Short) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
Use specialization ObjShortMap.replace(Object, short) instead
replace(K, short) - Method in interface com.koloboke.collect.map.ObjShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Short, Short) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
replace(K, short, short) - Method in interface com.koloboke.collect.map.ObjShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Short, Byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.replace(short, byte) instead
replace(short, byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Byte, Byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
Use specialization ShortByteMap.replace(short, byte, byte) instead
replace(short, byte, byte) - Method in interface com.koloboke.collect.map.ShortByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Short, Character) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.replace(short, char) instead
replace(short, char) - Method in interface com.koloboke.collect.map.ShortCharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Character, Character) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
Use specialization ShortCharMap.replace(short, char, char) instead
replace(short, char, char) - Method in interface com.koloboke.collect.map.ShortCharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Short, Double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
Use specialization ShortDoubleMap.replace(short, double) instead
replace(short, double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Double, Double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
replace(short, double, double) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Short, Float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
Use specialization ShortFloatMap.replace(short, float) instead
replace(short, float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Float, Float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
replace(short, float, float) - Method in interface com.koloboke.collect.map.ShortFloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Short, Integer) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.replace(short, int) instead
replace(short, int) - Method in interface com.koloboke.collect.map.ShortIntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Integer, Integer) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
Use specialization ShortIntMap.replace(short, int, int) instead
replace(short, int, int) - Method in interface com.koloboke.collect.map.ShortIntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Short, Long) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.replace(short, long) instead
replace(short, long) - Method in interface com.koloboke.collect.map.ShortLongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Long, Long) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
Use specialization ShortLongMap.replace(short, long, long) instead
replace(short, long, long) - Method in interface com.koloboke.collect.map.ShortLongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Short, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.replace(short, Object) instead
replace(short, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, V, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
replace(short, V, V) - Method in interface com.koloboke.collect.map.ShortObjMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(Short, Short) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
Use specialization ShortShortMap.replace(short, short) instead
replace(short, short) - Method in interface com.koloboke.collect.map.ShortShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Short, Short) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
replace(short, short, short) - Method in interface com.koloboke.collect.map.ShortShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replaceAll(BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ByteByteMap
Deprecated.
replaceAll(ByteByteToByteFunction) - Method in interface com.koloboke.collect.map.ByteByteMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Byte, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ByteCharMap
Deprecated.
replaceAll(ByteCharToCharFunction) - Method in interface com.koloboke.collect.map.ByteCharMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Deprecated.
replaceAll(ByteDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.ByteDoubleMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Byte, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ByteFloatMap
Deprecated.
replaceAll(ByteFloatToFloatFunction) - Method in interface com.koloboke.collect.map.ByteFloatMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Byte, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ByteIntMap
Deprecated.
replaceAll(ByteIntToIntFunction) - Method in interface com.koloboke.collect.map.ByteIntMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Byte, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ByteLongMap
Deprecated.
replaceAll(ByteLongToLongFunction) - Method in interface com.koloboke.collect.map.ByteLongMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Deprecated.
Use specialization ByteObjMap.replaceAll(ByteObjFunction) instead
replaceAll(ByteObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ByteObjMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Byte, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ByteShortMap
Deprecated.
replaceAll(ByteShortToShortFunction) - Method in interface com.koloboke.collect.map.ByteShortMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Character, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.CharByteMap
Deprecated.
replaceAll(CharByteToByteFunction) - Method in interface com.koloboke.collect.map.CharByteMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.CharCharMap
Deprecated.
replaceAll(CharCharToCharFunction) - Method in interface com.koloboke.collect.map.CharCharMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.CharDoubleMap
Deprecated.
replaceAll(CharDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.CharDoubleMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Character, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.CharFloatMap
Deprecated.
replaceAll(CharFloatToFloatFunction) - Method in interface com.koloboke.collect.map.CharFloatMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.CharIntMap
Deprecated.
replaceAll(CharIntToIntFunction) - Method in interface com.koloboke.collect.map.CharIntMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Character, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.CharLongMap
Deprecated.
replaceAll(CharLongToLongFunction) - Method in interface com.koloboke.collect.map.CharLongMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Character, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
Deprecated.
Use specialization CharObjMap.replaceAll(CharObjFunction) instead
replaceAll(CharObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.CharObjMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Character, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.CharShortMap
Deprecated.
replaceAll(CharShortToShortFunction) - Method in interface com.koloboke.collect.map.CharShortMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.DoubleByteMap
Deprecated.
replaceAll(DoubleByteToByteFunction) - Method in interface com.koloboke.collect.map.DoubleByteMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Double, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.DoubleCharMap
Deprecated.
replaceAll(DoubleCharToCharFunction) - Method in interface com.koloboke.collect.map.DoubleCharMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Deprecated.
replaceAll(DoubleDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.DoubleDoubleMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Double, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Deprecated.
replaceAll(DoubleFloatToFloatFunction) - Method in interface com.koloboke.collect.map.DoubleFloatMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.DoubleIntMap
Deprecated.
replaceAll(DoubleIntToIntFunction) - Method in interface com.koloboke.collect.map.DoubleIntMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Double, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.DoubleLongMap
Deprecated.
replaceAll(DoubleLongToLongFunction) - Method in interface com.koloboke.collect.map.DoubleLongMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Double, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Deprecated.
replaceAll(DoubleObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.DoubleObjMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Double, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.DoubleShortMap
Deprecated.
replaceAll(DoubleShortToShortFunction) - Method in interface com.koloboke.collect.map.DoubleShortMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Float, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.FloatByteMap
Deprecated.
replaceAll(FloatByteToByteFunction) - Method in interface com.koloboke.collect.map.FloatByteMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Float, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.FloatCharMap
Deprecated.
replaceAll(FloatCharToCharFunction) - Method in interface com.koloboke.collect.map.FloatCharMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Deprecated.
replaceAll(FloatDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.FloatDoubleMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.FloatFloatMap
Deprecated.
replaceAll(FloatFloatToFloatFunction) - Method in interface com.koloboke.collect.map.FloatFloatMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Float, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.FloatIntMap
Deprecated.
replaceAll(FloatIntToIntFunction) - Method in interface com.koloboke.collect.map.FloatIntMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Float, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.FloatLongMap
Deprecated.
replaceAll(FloatLongToLongFunction) - Method in interface com.koloboke.collect.map.FloatLongMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Float, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Deprecated.
Use specialization FloatObjMap.replaceAll(FloatObjFunction) instead
replaceAll(FloatObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.FloatObjMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Float, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.FloatShortMap
Deprecated.
replaceAll(FloatShortToShortFunction) - Method in interface com.koloboke.collect.map.FloatShortMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Integer, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.IntByteMap
Deprecated.
replaceAll(IntByteToByteFunction) - Method in interface com.koloboke.collect.map.IntByteMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Integer, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.IntCharMap
Deprecated.
replaceAll(IntCharToCharFunction) - Method in interface com.koloboke.collect.map.IntCharMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Integer, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.IntDoubleMap
Deprecated.
replaceAll(IntDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.IntDoubleMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.IntFloatMap
Deprecated.
replaceAll(IntFloatToFloatFunction) - Method in interface com.koloboke.collect.map.IntFloatMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.IntIntMap
Deprecated.
replaceAll(IntIntToIntFunction) - Method in interface com.koloboke.collect.map.IntIntMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.IntLongMap
Deprecated.
replaceAll(IntLongToLongFunction) - Method in interface com.koloboke.collect.map.IntLongMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
Deprecated.
Use specialization IntObjMap.replaceAll(IntObjFunction) instead
replaceAll(IntObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.IntObjMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Integer, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.IntShortMap
Deprecated.
replaceAll(IntShortToShortFunction) - Method in interface com.koloboke.collect.map.IntShortMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.LongByteMap
Deprecated.
replaceAll(LongByteToByteFunction) - Method in interface com.koloboke.collect.map.LongByteMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Long, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.LongCharMap
Deprecated.
replaceAll(LongCharToCharFunction) - Method in interface com.koloboke.collect.map.LongCharMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Long, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.LongDoubleMap
Deprecated.
replaceAll(LongDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.LongDoubleMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.LongFloatMap
Deprecated.
replaceAll(LongFloatToFloatFunction) - Method in interface com.koloboke.collect.map.LongFloatMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.LongIntMap
Deprecated.
replaceAll(LongIntToIntFunction) - Method in interface com.koloboke.collect.map.LongIntMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.LongLongMap
Deprecated.
replaceAll(LongLongToLongFunction) - Method in interface com.koloboke.collect.map.LongLongMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Long, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
Deprecated.
Use specialization LongObjMap.replaceAll(LongObjFunction) instead
replaceAll(LongObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.LongObjMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Long, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.LongShortMap
Deprecated.
replaceAll(LongShortToShortFunction) - Method in interface com.koloboke.collect.map.LongShortMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ObjByteMap
Deprecated.
replaceAll(ObjByteToByteFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjByteMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ObjCharMap
Deprecated.
replaceAll(ObjCharToCharFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjCharMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Deprecated.
replaceAll(ObjDoubleToDoubleFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjDoubleMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Deprecated.
replaceAll(ObjFloatToFloatFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjFloatMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ObjIntMap
Deprecated.
replaceAll(ObjIntToIntFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjIntMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ObjLongMap
Deprecated.
replaceAll(ObjLongToLongFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjLongMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ObjShortMap
Deprecated.
replaceAll(ObjShortToShortFunction<? super K>) - Method in interface com.koloboke.collect.map.ObjShortMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Short, ? super Byte, ? extends Byte>) - Method in interface com.koloboke.collect.map.ShortByteMap
Deprecated.
replaceAll(ShortByteToByteFunction) - Method in interface com.koloboke.collect.map.ShortByteMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Short, ? super Character, ? extends Character>) - Method in interface com.koloboke.collect.map.ShortCharMap
Deprecated.
replaceAll(ShortCharToCharFunction) - Method in interface com.koloboke.collect.map.ShortCharMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Short, ? super Double, ? extends Double>) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Deprecated.
replaceAll(ShortDoubleToDoubleFunction) - Method in interface com.koloboke.collect.map.ShortDoubleMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Short, ? super Float, ? extends Float>) - Method in interface com.koloboke.collect.map.ShortFloatMap
Deprecated.
replaceAll(ShortFloatToFloatFunction) - Method in interface com.koloboke.collect.map.ShortFloatMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in interface com.koloboke.collect.map.ShortIntMap
Deprecated.
replaceAll(ShortIntToIntFunction) - Method in interface com.koloboke.collect.map.ShortIntMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Short, ? super Long, ? extends Long>) - Method in interface com.koloboke.collect.map.ShortLongMap
Deprecated.
replaceAll(ShortLongToLongFunction) - Method in interface com.koloboke.collect.map.ShortLongMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Short, ? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Deprecated.
Use specialization ShortObjMap.replaceAll(ShortObjFunction) instead
replaceAll(ShortObjFunction<? super V, ? extends V>) - Method in interface com.koloboke.collect.map.ShortObjMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface com.koloboke.collect.map.ShortShortMap
Deprecated.
replaceAll(ShortShortToShortFunction) - Method in interface com.koloboke.collect.map.ShortShortMap
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.

S

setValue(byte) - Method in interface com.koloboke.collect.map.ByteByteCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(char) - Method in interface com.koloboke.collect.map.ByteCharCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(double) - Method in interface com.koloboke.collect.map.ByteDoubleCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(float) - Method in interface com.koloboke.collect.map.ByteFloatCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(int) - Method in interface com.koloboke.collect.map.ByteIntCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(long) - Method in interface com.koloboke.collect.map.ByteLongCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(V) - Method in interface com.koloboke.collect.map.ByteObjCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(short) - Method in interface com.koloboke.collect.map.ByteShortCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(byte) - Method in interface com.koloboke.collect.map.CharByteCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(char) - Method in interface com.koloboke.collect.map.CharCharCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(double) - Method in interface com.koloboke.collect.map.CharDoubleCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(float) - Method in interface com.koloboke.collect.map.CharFloatCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(int) - Method in interface com.koloboke.collect.map.CharIntCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(long) - Method in interface com.koloboke.collect.map.CharLongCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(V) - Method in interface com.koloboke.collect.map.CharObjCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(short) - Method in interface com.koloboke.collect.map.CharShortCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(byte) - Method in interface com.koloboke.collect.map.DoubleByteCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(char) - Method in interface com.koloboke.collect.map.DoubleCharCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(double) - Method in interface com.koloboke.collect.map.DoubleDoubleCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(float) - Method in interface com.koloboke.collect.map.DoubleFloatCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(int) - Method in interface com.koloboke.collect.map.DoubleIntCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(long) - Method in interface com.koloboke.collect.map.DoubleLongCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(V) - Method in interface com.koloboke.collect.map.DoubleObjCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(short) - Method in interface com.koloboke.collect.map.DoubleShortCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(byte) - Method in interface com.koloboke.collect.map.FloatByteCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(char) - Method in interface com.koloboke.collect.map.FloatCharCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(double) - Method in interface com.koloboke.collect.map.FloatDoubleCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(float) - Method in interface com.koloboke.collect.map.FloatFloatCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(int) - Method in interface com.koloboke.collect.map.FloatIntCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(long) - Method in interface com.koloboke.collect.map.FloatLongCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(V) - Method in interface com.koloboke.collect.map.FloatObjCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(short) - Method in interface com.koloboke.collect.map.FloatShortCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(byte) - Method in interface com.koloboke.collect.map.IntByteCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(char) - Method in interface com.koloboke.collect.map.IntCharCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(double) - Method in interface com.koloboke.collect.map.IntDoubleCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(float) - Method in interface com.koloboke.collect.map.IntFloatCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(int) - Method in interface com.koloboke.collect.map.IntIntCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(long) - Method in interface com.koloboke.collect.map.IntLongCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(V) - Method in interface com.koloboke.collect.map.IntObjCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(short) - Method in interface com.koloboke.collect.map.IntShortCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(byte) - Method in interface com.koloboke.collect.map.LongByteCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(char) - Method in interface com.koloboke.collect.map.LongCharCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(double) - Method in interface com.koloboke.collect.map.LongDoubleCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(float) - Method in interface com.koloboke.collect.map.LongFloatCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(int) - Method in interface com.koloboke.collect.map.LongIntCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(long) - Method in interface com.koloboke.collect.map.LongLongCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(V) - Method in interface com.koloboke.collect.map.LongObjCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(short) - Method in interface com.koloboke.collect.map.LongShortCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(byte) - Method in interface com.koloboke.collect.map.ObjByteCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(char) - Method in interface com.koloboke.collect.map.ObjCharCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(double) - Method in interface com.koloboke.collect.map.ObjDoubleCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(float) - Method in interface com.koloboke.collect.map.ObjFloatCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(int) - Method in interface com.koloboke.collect.map.ObjIntCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(long) - Method in interface com.koloboke.collect.map.ObjLongCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(V) - Method in interface com.koloboke.collect.map.ObjObjCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(short) - Method in interface com.koloboke.collect.map.ObjShortCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(byte) - Method in interface com.koloboke.collect.map.ShortByteCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(char) - Method in interface com.koloboke.collect.map.ShortCharCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(double) - Method in interface com.koloboke.collect.map.ShortDoubleCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(float) - Method in interface com.koloboke.collect.map.ShortFloatCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(int) - Method in interface com.koloboke.collect.map.ShortIntCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(long) - Method in interface com.koloboke.collect.map.ShortLongCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(V) - Method in interface com.koloboke.collect.map.ShortObjCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
setValue(short) - Method in interface com.koloboke.collect.map.ShortShortCursor
Replaces the value of the entry to which the cursor currently points (optional operation).
ShortBinaryOperator - Interface in com.koloboke.function
Represents an operation upon two short-valued operands and producing a short-valued result.
ShortByteConsumer - Interface in com.koloboke.function
Represents an operation that accepts a short-valued and a byte-valued argument, and returns no result.
ShortByteCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with short keys and byte values.
ShortByteMap - Interface in com.koloboke.collect.map
A Map specialization with short keys and byte values.
ShortByteMapFactory<F extends ShortByteMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ShortByteMaps.
ShortBytePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a short-valued and a byte-valued argument.
ShortByteToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued and a byte-valued argument and produces a byte-valued result.
ShortCharConsumer - Interface in com.koloboke.function
Represents an operation that accepts a short-valued and a char-valued argument, and returns no result.
ShortCharCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with short keys and char values.
ShortCharMap - Interface in com.koloboke.collect.map
A Map specialization with short keys and char values.
ShortCharMapFactory<F extends ShortCharMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ShortCharMaps.
ShortCharPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a short-valued and a char-valued argument.
ShortCharToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued and a char-valued argument and produces a char-valued result.
ShortCollection - Interface in com.koloboke.collect
A Collection specialization with short elements.
ShortConsumer - Interface in com.koloboke.function
Represents an operation that accepts a single short-valued argument and returns no result.
ShortCursor - Interface in com.koloboke.collect
A mutable pointer to the element in an iteration of shorts.
ShortDoubleConsumer - Interface in com.koloboke.function
Represents an operation that accepts a short-valued and a double-valued argument, and returns no result.
ShortDoubleCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with short keys and double values.
ShortDoubleMap - Interface in com.koloboke.collect.map
A Map specialization with short keys and double values.
ShortDoubleMapFactory<F extends ShortDoubleMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ShortDoubleMaps.
ShortDoublePredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a short-valued and a double-valued argument.
ShortDoubleToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued and a double-valued argument and produces a double-valued result.
ShortFloatConsumer - Interface in com.koloboke.function
Represents an operation that accepts a short-valued and a float-valued argument, and returns no result.
ShortFloatCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with short keys and float values.
ShortFloatMap - Interface in com.koloboke.collect.map
A Map specialization with short keys and float values.
ShortFloatMapFactory<F extends ShortFloatMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ShortFloatMaps.
ShortFloatPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a short-valued and a float-valued argument.
ShortFloatToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued and a float-valued argument and produces a float-valued result.
ShortFunction<R> - Interface in com.koloboke.function
Represents a function that accepts a short-valued argument and produces a result.
ShortHashFactory<F extends ShortHashFactory<F>> - Interface in com.koloboke.collect.hash
Common configuration for factories of hash containers with short keys.
ShortIntConsumer - Interface in com.koloboke.function
Represents an operation that accepts a short-valued and an int-valued argument, and returns no result.
ShortIntCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with short keys and int values.
ShortIntMap - Interface in com.koloboke.collect.map
A Map specialization with short keys and int values.
ShortIntMapFactory<F extends ShortIntMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ShortIntMaps.
ShortIntPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a short-valued and an int-valued argument.
ShortIntToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued and an int-valued argument and produces an int-valued result.
ShortIterator - Interface in com.koloboke.collect
Primitive specialization of Iterator<Short>.
ShortLongConsumer - Interface in com.koloboke.function
Represents an operation that accepts a short-valued and a long-valued argument, and returns no result.
ShortLongCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with short keys and long values.
ShortLongMap - Interface in com.koloboke.collect.map
A Map specialization with short keys and long values.
ShortLongMapFactory<F extends ShortLongMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ShortLongMaps.
ShortLongPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a short-valued and a long-valued argument.
ShortLongToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued and a long-valued argument and produces a long-valued result.
ShortObjConsumer<U> - Interface in com.koloboke.function
Represents an operation that accepts a short-valued and an object-valued argument, and returns no result.
ShortObjCursor<V> - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with short keys and Object values.
ShortObjFunction<T,R> - Interface in com.koloboke.function
Represents a function that accepts a short-valued and an object-valued argument and returns a result.
ShortObjMap<V> - Interface in com.koloboke.collect.map
A Map specialization with short keys and Object values.
ShortObjMapFactory<V,F extends ShortObjMapFactory<V,F>> - Interface in com.koloboke.collect.map
An immutable factory of ShortObjMaps.
ShortObjPredicate<U> - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts a short-valued and an object-valued argument.
ShortPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) of one short-valued argument.
ShortSet - Interface in com.koloboke.collect.set
A Set specialization with short elements.
ShortSetFactory<F extends ShortSetFactory<F>> - Interface in com.koloboke.collect.set
An immutable factory of ShortSets.
ShortShortConsumer - Interface in com.koloboke.function
Represents an operation that accepts two short-valued arguments and returns no result.
ShortShortCursor - Interface in com.koloboke.collect.map
A mutable pointer to the entry in an iteration of entries with short keys and short values.
ShortShortMap - Interface in com.koloboke.collect.map
A Map specialization with short keys and short values.
ShortShortMapFactory<F extends ShortShortMapFactory<F>> - Interface in com.koloboke.collect.map
An immutable factory of ShortShortMaps.
ShortShortPredicate - Interface in com.koloboke.function
Represents a predicate (boolean-valued function) that accepts two short-valued arguments.
ShortShortToShortFunction - Interface in com.koloboke.function
Represents a function that accepts two short-valued arguments and produces a short-valued result.
ShortToByteFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued argument and produces a byte-valued result.
ShortToCharFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued argument and produces a char-valued result.
ShortToDoubleFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued argument and produces a double-valued result.
ShortToFloatFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued argument and produces a float-valued result.
ShortToIntFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued argument and produces an int-valued result.
ShortToLongFunction - Interface in com.koloboke.function
Represents a function that accepts a short-valued argument and produces a long-valued result.
ShortUnaryOperator - Interface in com.koloboke.function
Represents an operation on a single short-valued operand that produces a short-valued result.
shrink() - Method in interface com.koloboke.collect.Container
Decreases this container's capacity, if there is memory overuse.
shrink() - Method in interface com.koloboke.collect.hash.HashContainer
If the current load is less than HashContainer.hashConfig().getTargetLoad(), compaction is performed to fix this.
size() - Method in interface com.koloboke.collect.Container
Returns the number of elements (entries) in this container.
sizeAsLong() - Method in interface com.koloboke.collect.Container
Returns the number of elements (entries) in this container.
StatelessEquivalence<T> - Class in com.koloboke.collect
Base class for stateless Equivalence implementations.
StatelessEquivalence() - Constructor for class com.koloboke.collect.StatelessEquivalence
Constructor for use by subclasses.

T

test(byte, byte) - Method in interface com.koloboke.function.ByteBytePredicate
Evaluates this predicate on the given arguments.
test(byte, char) - Method in interface com.koloboke.function.ByteCharPredicate
Evaluates this predicate on the given arguments.
test(byte, double) - Method in interface com.koloboke.function.ByteDoublePredicate
Evaluates this predicate on the given arguments.
test(byte, float) - Method in interface com.koloboke.function.ByteFloatPredicate
Evaluates this predicate on the given arguments.
test(byte, int) - Method in interface com.koloboke.function.ByteIntPredicate
Evaluates this predicate on the given arguments.
test(byte, long) - Method in interface com.koloboke.function.ByteLongPredicate
Evaluates this predicate on the given arguments.
test(byte, U) - Method in interface com.koloboke.function.ByteObjPredicate
Evaluates this predicate on the given arguments.
test(byte) - Method in interface com.koloboke.function.BytePredicate
Evaluates this predicate on the given argument.
test(byte, short) - Method in interface com.koloboke.function.ByteShortPredicate
Evaluates this predicate on the given arguments.
test(char, byte) - Method in interface com.koloboke.function.CharBytePredicate
Evaluates this predicate on the given arguments.
test(char, char) - Method in interface com.koloboke.function.CharCharPredicate
Evaluates this predicate on the given arguments.
test(char, double) - Method in interface com.koloboke.function.CharDoublePredicate
Evaluates this predicate on the given arguments.
test(char, float) - Method in interface com.koloboke.function.CharFloatPredicate
Evaluates this predicate on the given arguments.
test(char, int) - Method in interface com.koloboke.function.CharIntPredicate
Evaluates this predicate on the given arguments.
test(char, long) - Method in interface com.koloboke.function.CharLongPredicate
Evaluates this predicate on the given arguments.
test(char, U) - Method in interface com.koloboke.function.CharObjPredicate
Evaluates this predicate on the given arguments.
test(char) - Method in interface com.koloboke.function.CharPredicate
Evaluates this predicate on the given argument.
test(char, short) - Method in interface com.koloboke.function.CharShortPredicate
Evaluates this predicate on the given arguments.
test(double, byte) - Method in interface com.koloboke.function.DoubleBytePredicate
Evaluates this predicate on the given arguments.
test(double, char) - Method in interface com.koloboke.function.DoubleCharPredicate
Evaluates this predicate on the given arguments.
test(double, double) - Method in interface com.koloboke.function.DoubleDoublePredicate
Evaluates this predicate on the given arguments.
test(double, float) - Method in interface com.koloboke.function.DoubleFloatPredicate
Evaluates this predicate on the given arguments.
test(double, int) - Method in interface com.koloboke.function.DoubleIntPredicate
Evaluates this predicate on the given arguments.
test(double, long) - Method in interface com.koloboke.function.DoubleLongPredicate
Evaluates this predicate on the given arguments.
test(double, U) - Method in interface com.koloboke.function.DoubleObjPredicate
Evaluates this predicate on the given arguments.
test(double, short) - Method in interface com.koloboke.function.DoubleShortPredicate
Evaluates this predicate on the given arguments.
test(float, byte) - Method in interface com.koloboke.function.FloatBytePredicate
Evaluates this predicate on the given arguments.
test(float, char) - Method in interface com.koloboke.function.FloatCharPredicate
Evaluates this predicate on the given arguments.
test(float, double) - Method in interface com.koloboke.function.FloatDoublePredicate
Evaluates this predicate on the given arguments.
test(float, float) - Method in interface com.koloboke.function.FloatFloatPredicate
Evaluates this predicate on the given arguments.
test(float, int) - Method in interface com.koloboke.function.FloatIntPredicate
Evaluates this predicate on the given arguments.
test(float, long) - Method in interface com.koloboke.function.FloatLongPredicate
Evaluates this predicate on the given arguments.
test(float, U) - Method in interface com.koloboke.function.FloatObjPredicate
Evaluates this predicate on the given arguments.
test(float) - Method in interface com.koloboke.function.FloatPredicate
Evaluates this predicate on the given argument.
test(float, short) - Method in interface com.koloboke.function.FloatShortPredicate
Evaluates this predicate on the given arguments.
test(int, byte) - Method in interface com.koloboke.function.IntBytePredicate
Evaluates this predicate on the given arguments.
test(int, char) - Method in interface com.koloboke.function.IntCharPredicate
Evaluates this predicate on the given arguments.
test(int, double) - Method in interface com.koloboke.function.IntDoublePredicate
Evaluates this predicate on the given arguments.
test(int, float) - Method in interface com.koloboke.function.IntFloatPredicate
Evaluates this predicate on the given arguments.
test(int, int) - Method in interface com.koloboke.function.IntIntPredicate
Evaluates this predicate on the given arguments.
test(int, long) - Method in interface com.koloboke.function.IntLongPredicate
Evaluates this predicate on the given arguments.
test(int, U) - Method in interface com.koloboke.function.IntObjPredicate
Evaluates this predicate on the given arguments.
test(int, short) - Method in interface com.koloboke.function.IntShortPredicate
Evaluates this predicate on the given arguments.
test(long, byte) - Method in interface com.koloboke.function.LongBytePredicate
Evaluates this predicate on the given arguments.
test(long, char) - Method in interface com.koloboke.function.LongCharPredicate
Evaluates this predicate on the given arguments.
test(long, double) - Method in interface com.koloboke.function.LongDoublePredicate
Evaluates this predicate on the given arguments.
test(long, float) - Method in interface com.koloboke.function.LongFloatPredicate
Evaluates this predicate on the given arguments.
test(long, int) - Method in interface com.koloboke.function.LongIntPredicate
Evaluates this predicate on the given arguments.
test(long, long) - Method in interface com.koloboke.function.LongLongPredicate
Evaluates this predicate on the given arguments.
test(long, U) - Method in interface com.koloboke.function.LongObjPredicate
Evaluates this predicate on the given arguments.
test(long, short) - Method in interface com.koloboke.function.LongShortPredicate
Evaluates this predicate on the given arguments.
test(T, byte) - Method in interface com.koloboke.function.ObjBytePredicate
Evaluates this predicate on the given arguments.
test(T, char) - Method in interface com.koloboke.function.ObjCharPredicate
Evaluates this predicate on the given arguments.
test(T, double) - Method in interface com.koloboke.function.ObjDoublePredicate
Evaluates this predicate on the given arguments.
test(T, float) - Method in interface com.koloboke.function.ObjFloatPredicate
Evaluates this predicate on the given arguments.
test(T, int) - Method in interface com.koloboke.function.ObjIntPredicate
Evaluates this predicate on the given arguments.
test(T, long) - Method in interface com.koloboke.function.ObjLongPredicate
Evaluates this predicate on the given arguments.
test(T, short) - Method in interface com.koloboke.function.ObjShortPredicate
Evaluates this predicate on the given arguments.
test(short, byte) - Method in interface com.koloboke.function.ShortBytePredicate
Evaluates this predicate on the given arguments.
test(short, char) - Method in interface com.koloboke.function.ShortCharPredicate
Evaluates this predicate on the given arguments.
test(short, double) - Method in interface com.koloboke.function.ShortDoublePredicate
Evaluates this predicate on the given arguments.
test(short, float) - Method in interface com.koloboke.function.ShortFloatPredicate
Evaluates this predicate on the given arguments.
test(short, int) - Method in interface com.koloboke.function.ShortIntPredicate
Evaluates this predicate on the given arguments.
test(short, long) - Method in interface com.koloboke.function.ShortLongPredicate
Evaluates this predicate on the given arguments.
test(short, U) - Method in interface com.koloboke.function.ShortObjPredicate
Evaluates this predicate on the given arguments.
test(short) - Method in interface com.koloboke.function.ShortPredicate
Evaluates this predicate on the given argument.
test(short, short) - Method in interface com.koloboke.function.ShortShortPredicate
Evaluates this predicate on the given arguments.
toArray() - Method in interface com.koloboke.collect.ByteCollection
Deprecated.
Use specialization ByteCollection.toByteArray() instead
toArray(T[]) - Method in interface com.koloboke.collect.ByteCollection
Deprecated.
Use specialization ByteCollection.toArray(byte[]) instead
toArray(byte[]) - Method in interface com.koloboke.collect.ByteCollection
Returns an array containing elements in this collection.
toArray() - Method in interface com.koloboke.collect.CharCollection
Deprecated.
Use specialization CharCollection.toCharArray() instead
toArray(T[]) - Method in interface com.koloboke.collect.CharCollection
Deprecated.
Use specialization CharCollection.toArray(char[]) instead
toArray(char[]) - Method in interface com.koloboke.collect.CharCollection
Returns an array containing elements in this collection.
toArray() - Method in interface com.koloboke.collect.DoubleCollection
Deprecated.
Use specialization DoubleCollection.toDoubleArray() instead
toArray(T[]) - Method in interface com.koloboke.collect.DoubleCollection
Deprecated.
Use specialization DoubleCollection.toArray(double[]) instead
toArray(double[]) - Method in interface com.koloboke.collect.DoubleCollection
Returns an array containing elements in this collection.
toArray() - Method in interface com.koloboke.collect.FloatCollection
Deprecated.
Use specialization FloatCollection.toFloatArray() instead
toArray(T[]) - Method in interface com.koloboke.collect.FloatCollection
Deprecated.
Use specialization FloatCollection.toArray(float[]) instead
toArray(float[]) - Method in interface com.koloboke.collect.FloatCollection
Returns an array containing elements in this collection.
toArray() - Method in interface com.koloboke.collect.IntCollection
Deprecated.
Use specialization IntCollection.toIntArray() instead
toArray(T[]) - Method in interface com.koloboke.collect.IntCollection
Deprecated.
Use specialization IntCollection.toArray(int[]) instead
toArray(int[]) - Method in interface com.koloboke.collect.IntCollection
Returns an array containing elements in this collection.
toArray() - Method in interface com.koloboke.collect.LongCollection
Deprecated.
Use specialization LongCollection.toLongArray() instead
toArray(T[]) - Method in interface com.koloboke.collect.LongCollection
Deprecated.
Use specialization LongCollection.toArray(long[]) instead
toArray(long[]) - Method in interface com.koloboke.collect.LongCollection
Returns an array containing elements in this collection.
toArray() - Method in interface com.koloboke.collect.ShortCollection
Deprecated.
Use specialization ShortCollection.toShortArray() instead
toArray(T[]) - Method in interface com.koloboke.collect.ShortCollection
Deprecated.
Use specialization ShortCollection.toArray(short[]) instead
toArray(short[]) - Method in interface com.koloboke.collect.ShortCollection
Returns an array containing elements in this collection.
toByteArray() - Method in interface com.koloboke.collect.ByteCollection
Returns an array containing all of the elements in this collection.
ToByteFunction<T> - Interface in com.koloboke.function
Represents a function that produces a byte-valued result.
toCharArray() - Method in interface com.koloboke.collect.CharCollection
Returns an array containing all of the elements in this collection.
ToCharFunction<T> - Interface in com.koloboke.function
Represents a function that produces a char-valued result.
toDoubleArray() - Method in interface com.koloboke.collect.DoubleCollection
Returns an array containing all of the elements in this collection.
ToDoubleFunction<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use ToDoubleFunction instead.
toFloatArray() - Method in interface com.koloboke.collect.FloatCollection
Returns an array containing all of the elements in this collection.
ToFloatFunction<T> - Interface in com.koloboke.function
Represents a function that produces a float-valued result.
toIntArray() - Method in interface com.koloboke.collect.IntCollection
Returns an array containing all of the elements in this collection.
ToIntFunction<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use ToIntFunction instead.
toLongArray() - Method in interface com.koloboke.collect.LongCollection
Returns an array containing all of the elements in this collection.
ToLongFunction<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use ToLongFunction instead.
toShortArray() - Method in interface com.koloboke.collect.ShortCollection
Returns an array containing all of the elements in this collection.
ToShortFunction<T> - Interface in com.koloboke.function
Represents a function that produces a short-valued result.
toString() - Method in class com.koloboke.collect.StatelessEquivalence
Returns simple name of this equivalence class, getClass().getSimpleName().

U

UnaryOperator<T> - Interface in com.koloboke.function
Deprecated.
this interface is present for backward compatibility with the version of this library for Java 6 or 7, use UnaryOperator instead.

V

value() - Method in interface com.koloboke.collect.map.ByteByteCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ByteCharCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ByteDoubleCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ByteFloatCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ByteIntCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ByteLongCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ByteObjCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ByteShortCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.CharByteCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.CharCharCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.CharDoubleCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.CharFloatCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.CharIntCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.CharLongCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.CharObjCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.CharShortCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.DoubleByteCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.DoubleCharCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.DoubleDoubleCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.DoubleFloatCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.DoubleIntCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.DoubleLongCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.DoubleObjCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.DoubleShortCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.FloatByteCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.FloatCharCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.FloatDoubleCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.FloatFloatCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.FloatIntCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.FloatLongCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.FloatObjCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.FloatShortCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.IntByteCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.IntCharCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.IntDoubleCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.IntFloatCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.IntIntCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.IntLongCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.IntObjCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.IntShortCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.LongByteCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.LongCharCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.LongDoubleCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.LongFloatCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.LongIntCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.LongLongCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.LongObjCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.LongShortCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ObjByteCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ObjCharCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ObjDoubleCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ObjFloatCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ObjIntCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ObjLongCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ObjObjCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ObjShortCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ShortByteCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ShortCharCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ShortDoubleCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ShortFloatCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ShortIntCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ShortLongCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ShortObjCursor
Returns the value of the entry to which the cursor currently points.
value() - Method in interface com.koloboke.collect.map.ShortShortCursor
Returns the value of the entry to which the cursor currently points.
valueEquivalence() - Method in interface com.koloboke.collect.map.ByteObjMap
Returns the equivalence strategy for values in this map.
valueEquivalence() - Method in interface com.koloboke.collect.map.CharObjMap
Returns the equivalence strategy for values in this map.
valueEquivalence() - Method in interface com.koloboke.collect.map.DoubleObjMap
Returns the equivalence strategy for values in this map.
valueEquivalence() - Method in interface com.koloboke.collect.map.FloatObjMap
Returns the equivalence strategy for values in this map.
valueEquivalence() - Method in interface com.koloboke.collect.map.IntObjMap
Returns the equivalence strategy for values in this map.
valueEquivalence() - Method in interface com.koloboke.collect.map.LongObjMap
Returns the equivalence strategy for values in this map.
valueEquivalence() - Method in interface com.koloboke.collect.map.ObjObjMap
Returns the equivalence strategy for values in this map.
valueEquivalence() - Method in interface com.koloboke.collect.map.ShortObjMap
Returns the equivalence strategy for values in this map.
values() - Method in interface com.koloboke.collect.map.ByteByteMap
 
values() - Method in interface com.koloboke.collect.map.ByteCharMap
 
values() - Method in interface com.koloboke.collect.map.ByteDoubleMap
 
values() - Method in interface com.koloboke.collect.map.ByteFloatMap
 
values() - Method in interface com.koloboke.collect.map.ByteIntMap
 
values() - Method in interface com.koloboke.collect.map.ByteLongMap
 
values() - Method in interface com.koloboke.collect.map.ByteObjMap
 
values() - Method in interface com.koloboke.collect.map.ByteShortMap
 
values() - Method in interface com.koloboke.collect.map.CharByteMap
 
values() - Method in interface com.koloboke.collect.map.CharCharMap
 
values() - Method in interface com.koloboke.collect.map.CharDoubleMap
 
values() - Method in interface com.koloboke.collect.map.CharFloatMap
 
values() - Method in interface com.koloboke.collect.map.CharIntMap
 
values() - Method in interface com.koloboke.collect.map.CharLongMap
 
values() - Method in interface com.koloboke.collect.map.CharObjMap
 
values() - Method in interface com.koloboke.collect.map.CharShortMap
 
values() - Method in interface com.koloboke.collect.map.DoubleByteMap
 
values() - Method in interface com.koloboke.collect.map.DoubleCharMap
 
values() - Method in interface com.koloboke.collect.map.DoubleDoubleMap
 
values() - Method in interface com.koloboke.collect.map.DoubleFloatMap
 
values() - Method in interface com.koloboke.collect.map.DoubleIntMap
 
values() - Method in interface com.koloboke.collect.map.DoubleLongMap
 
values() - Method in interface com.koloboke.collect.map.DoubleObjMap
 
values() - Method in interface com.koloboke.collect.map.DoubleShortMap
 
values() - Method in interface com.koloboke.collect.map.FloatByteMap
 
values() - Method in interface com.koloboke.collect.map.FloatCharMap
 
values() - Method in interface com.koloboke.collect.map.FloatDoubleMap
 
values() - Method in interface com.koloboke.collect.map.FloatFloatMap
 
values() - Method in interface com.koloboke.collect.map.FloatIntMap
 
values() - Method in interface com.koloboke.collect.map.FloatLongMap
 
values() - Method in interface com.koloboke.collect.map.FloatObjMap
 
values() - Method in interface com.koloboke.collect.map.FloatShortMap
 
values() - Method in interface com.koloboke.collect.map.IntByteMap
 
values() - Method in interface com.koloboke.collect.map.IntCharMap
 
values() - Method in interface com.koloboke.collect.map.IntDoubleMap
 
values() - Method in interface com.koloboke.collect.map.IntFloatMap
 
values() - Method in interface com.koloboke.collect.map.IntIntMap
 
values() - Method in interface com.koloboke.collect.map.IntLongMap
 
values() - Method in interface com.koloboke.collect.map.IntObjMap
 
values() - Method in interface com.koloboke.collect.map.IntShortMap
 
values() - Method in interface com.koloboke.collect.map.LongByteMap
 
values() - Method in interface com.koloboke.collect.map.LongCharMap
 
values() - Method in interface com.koloboke.collect.map.LongDoubleMap
 
values() - Method in interface com.koloboke.collect.map.LongFloatMap
 
values() - Method in interface com.koloboke.collect.map.LongIntMap
 
values() - Method in interface com.koloboke.collect.map.LongLongMap
 
values() - Method in interface com.koloboke.collect.map.LongObjMap
 
values() - Method in interface com.koloboke.collect.map.LongShortMap
 
values() - Method in interface com.koloboke.collect.map.ObjByteMap
 
values() - Method in interface com.koloboke.collect.map.ObjCharMap
 
values() - Method in interface com.koloboke.collect.map.ObjDoubleMap
 
values() - Method in interface com.koloboke.collect.map.ObjFloatMap
 
values() - Method in interface com.koloboke.collect.map.ObjIntMap
 
values() - Method in interface com.koloboke.collect.map.ObjLongMap
 
values() - Method in interface com.koloboke.collect.map.ObjObjMap
 
values() - Method in interface com.koloboke.collect.map.ObjShortMap
 
values() - Method in interface com.koloboke.collect.map.ShortByteMap
 
values() - Method in interface com.koloboke.collect.map.ShortCharMap
 
values() - Method in interface com.koloboke.collect.map.ShortDoubleMap
 
values() - Method in interface com.koloboke.collect.map.ShortFloatMap
 
values() - Method in interface com.koloboke.collect.map.ShortIntMap
 
values() - Method in interface com.koloboke.collect.map.ShortLongMap
 
values() - Method in interface com.koloboke.collect.map.ShortObjMap
 
values() - Method in interface com.koloboke.collect.map.ShortShortMap
 

W

withDefaultExpectedSize(int) - Method in interface com.koloboke.collect.ContainerFactory
Returns a copy of this factory with default expected size set to the given value.
withDefaultValue(byte) - Method in interface com.koloboke.collect.map.ByteByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given byte value.
withDefaultValue(char) - Method in interface com.koloboke.collect.map.ByteCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given char value.
withDefaultValue(double) - Method in interface com.koloboke.collect.map.ByteDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given double value.
withDefaultValue(float) - Method in interface com.koloboke.collect.map.ByteFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given float value.
withDefaultValue(int) - Method in interface com.koloboke.collect.map.ByteIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given int value.
withDefaultValue(long) - Method in interface com.koloboke.collect.map.ByteLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given long value.
withDefaultValue(short) - Method in interface com.koloboke.collect.map.ByteShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given short value.
withDefaultValue(byte) - Method in interface com.koloboke.collect.map.CharByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given byte value.
withDefaultValue(char) - Method in interface com.koloboke.collect.map.CharCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given char value.
withDefaultValue(double) - Method in interface com.koloboke.collect.map.CharDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given double value.
withDefaultValue(float) - Method in interface com.koloboke.collect.map.CharFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given float value.
withDefaultValue(int) - Method in interface com.koloboke.collect.map.CharIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given int value.
withDefaultValue(long) - Method in interface com.koloboke.collect.map.CharLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given long value.
withDefaultValue(short) - Method in interface com.koloboke.collect.map.CharShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given short value.
withDefaultValue(byte) - Method in interface com.koloboke.collect.map.DoubleByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given byte value.
withDefaultValue(char) - Method in interface com.koloboke.collect.map.DoubleCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given char value.
withDefaultValue(double) - Method in interface com.koloboke.collect.map.DoubleDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given double value.
withDefaultValue(float) - Method in interface com.koloboke.collect.map.DoubleFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given float value.
withDefaultValue(int) - Method in interface com.koloboke.collect.map.DoubleIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given int value.
withDefaultValue(long) - Method in interface com.koloboke.collect.map.DoubleLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given long value.
withDefaultValue(short) - Method in interface com.koloboke.collect.map.DoubleShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given short value.
withDefaultValue(byte) - Method in interface com.koloboke.collect.map.FloatByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given byte value.
withDefaultValue(char) - Method in interface com.koloboke.collect.map.FloatCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given char value.
withDefaultValue(double) - Method in interface com.koloboke.collect.map.FloatDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given double value.
withDefaultValue(float) - Method in interface com.koloboke.collect.map.FloatFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given float value.
withDefaultValue(int) - Method in interface com.koloboke.collect.map.FloatIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given int value.
withDefaultValue(long) - Method in interface com.koloboke.collect.map.FloatLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given long value.
withDefaultValue(short) - Method in interface com.koloboke.collect.map.FloatShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given short value.
withDefaultValue(byte) - Method in interface com.koloboke.collect.map.IntByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given byte value.
withDefaultValue(char) - Method in interface com.koloboke.collect.map.IntCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given char value.
withDefaultValue(double) - Method in interface com.koloboke.collect.map.IntDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given double value.
withDefaultValue(float) - Method in interface com.koloboke.collect.map.IntFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given float value.
withDefaultValue(int) - Method in interface com.koloboke.collect.map.IntIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given int value.
withDefaultValue(long) - Method in interface com.koloboke.collect.map.IntLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given long value.
withDefaultValue(short) - Method in interface com.koloboke.collect.map.IntShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given short value.
withDefaultValue(byte) - Method in interface com.koloboke.collect.map.LongByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given byte value.
withDefaultValue(char) - Method in interface com.koloboke.collect.map.LongCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given char value.
withDefaultValue(double) - Method in interface com.koloboke.collect.map.LongDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given double value.
withDefaultValue(float) - Method in interface com.koloboke.collect.map.LongFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given float value.
withDefaultValue(int) - Method in interface com.koloboke.collect.map.LongIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given int value.
withDefaultValue(long) - Method in interface com.koloboke.collect.map.LongLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given long value.
withDefaultValue(short) - Method in interface com.koloboke.collect.map.LongShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given short value.
withDefaultValue(byte) - Method in interface com.koloboke.collect.map.ObjByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given byte value.
withDefaultValue(char) - Method in interface com.koloboke.collect.map.ObjCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given char value.
withDefaultValue(double) - Method in interface com.koloboke.collect.map.ObjDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given double value.
withDefaultValue(float) - Method in interface com.koloboke.collect.map.ObjFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given float value.
withDefaultValue(int) - Method in interface com.koloboke.collect.map.ObjIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given int value.
withDefaultValue(long) - Method in interface com.koloboke.collect.map.ObjLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given long value.
withDefaultValue(short) - Method in interface com.koloboke.collect.map.ObjShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given short value.
withDefaultValue(byte) - Method in interface com.koloboke.collect.map.ShortByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given byte value.
withDefaultValue(char) - Method in interface com.koloboke.collect.map.ShortCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given char value.
withDefaultValue(double) - Method in interface com.koloboke.collect.map.ShortDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given double value.
withDefaultValue(float) - Method in interface com.koloboke.collect.map.ShortFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given float value.
withDefaultValue(int) - Method in interface com.koloboke.collect.map.ShortIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given int value.
withDefaultValue(long) - Method in interface com.koloboke.collect.map.ShortLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given long value.
withDefaultValue(short) - Method in interface com.koloboke.collect.map.ShortShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with default value set to the given short value.
withEquivalence(Equivalence<? super E>) - Method in interface com.koloboke.collect.set.hash.HashObjSetFactory
Returns a copy of this factory, with exception that it constructs sets with element equivalence set to the given Equivalence.
withGrowthFactor(double) - Method in class com.koloboke.collect.hash.HashConfig
Returns a copy of this hash config with the growth factor set to the given value.
withHashConfig(HashConfig) - Method in interface com.koloboke.collect.hash.HashContainerFactory
Returns a copy of this factory with hash config set to the given one.
withKeyEquivalence(Equivalence<? super K>) - Method in interface com.koloboke.collect.map.hash.HashObjByteMapFactory
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.
withKeyEquivalence(Equivalence<? super K>) - Method in interface com.koloboke.collect.map.hash.HashObjCharMapFactory
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.
withKeyEquivalence(Equivalence<? super K>) - Method in interface com.koloboke.collect.map.hash.HashObjDoubleMapFactory
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.
withKeyEquivalence(Equivalence<? super K>) - Method in interface com.koloboke.collect.map.hash.HashObjFloatMapFactory
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.
withKeyEquivalence(Equivalence<? super K>) - Method in interface com.koloboke.collect.map.hash.HashObjIntMapFactory
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.
withKeyEquivalence(Equivalence<? super K>) - Method in interface com.koloboke.collect.map.hash.HashObjLongMapFactory
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.
withKeyEquivalence(Equivalence<? super K>) - Method in interface com.koloboke.collect.map.hash.HashObjObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.
withKeyEquivalence(Equivalence<? super K>) - Method in interface com.koloboke.collect.map.hash.HashObjShortMapFactory
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence.
withKeysDomain(byte, byte) - Method in interface com.koloboke.collect.hash.ByteHashFactory
Returns a copy of this factory with keys domain set to the specified range.
withKeysDomain(char, char) - Method in interface com.koloboke.collect.hash.CharHashFactory
Returns a copy of this factory with keys domain set to the specified range.
withKeysDomain(int, int) - Method in interface com.koloboke.collect.hash.IntHashFactory
Returns a copy of this factory with keys domain set to the specified range.
withKeysDomain(long, long) - Method in interface com.koloboke.collect.hash.LongHashFactory
Returns a copy of this factory with keys domain set to the specified range.
withKeysDomain(short, short) - Method in interface com.koloboke.collect.hash.ShortHashFactory
Returns a copy of this factory with keys domain set to the specified range.
withKeysDomainComplement(byte, byte) - Method in interface com.koloboke.collect.hash.ByteHashFactory
Returns a copy of this factory with keys domain set to the complement of the specified range.
withKeysDomainComplement(char, char) - Method in interface com.koloboke.collect.hash.CharHashFactory
Returns a copy of this factory with keys domain set to the complement of the specified range.
withKeysDomainComplement(int, int) - Method in interface com.koloboke.collect.hash.IntHashFactory
Returns a copy of this factory with keys domain set to the complement of the specified range.
withKeysDomainComplement(long, long) - Method in interface com.koloboke.collect.hash.LongHashFactory
Returns a copy of this factory with keys domain set to the complement of the specified range.
withKeysDomainComplement(short, short) - Method in interface com.koloboke.collect.hash.ShortHashFactory
Returns a copy of this factory with keys domain set to the complement of the specified range.
withMaxLoad(double) - Method in class com.koloboke.collect.hash.HashConfig
Returns a copy of this hash config with the max load set to the given value.
withMinLoad(double) - Method in class com.koloboke.collect.hash.HashConfig
Returns a copy of this hash config with the min load set to the given value.
withNullKeyAllowed(boolean) - Method in interface com.koloboke.collect.hash.ObjHashFactory
Returns a copy of this factory with null key allowed or disallowed, as specified.
withShrinkCondition(Predicate<HashContainer>) - Method in class com.koloboke.collect.hash.HashConfig
Returns a copy of this hash config with the shrink condition set to the given predicate.
withTargetLoad(double) - Method in class com.koloboke.collect.hash.HashConfig
Returns a copy of this hash config with the target load set to the given value.
withValueEquivalence(Equivalence<? super V>) - Method in interface com.koloboke.collect.map.ByteObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with value equivalence set to the given Equivalence.
withValueEquivalence(Equivalence<? super V>) - Method in interface com.koloboke.collect.map.CharObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with value equivalence set to the given Equivalence.
withValueEquivalence(Equivalence<? super V>) - Method in interface com.koloboke.collect.map.DoubleObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with value equivalence set to the given Equivalence.
withValueEquivalence(Equivalence<? super V>) - Method in interface com.koloboke.collect.map.FloatObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with value equivalence set to the given Equivalence.
withValueEquivalence(Equivalence<? super V>) - Method in interface com.koloboke.collect.map.IntObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with value equivalence set to the given Equivalence.
withValueEquivalence(Equivalence<? super V>) - Method in interface com.koloboke.collect.map.LongObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with value equivalence set to the given Equivalence.
withValueEquivalence(Equivalence<? super V>) - Method in interface com.koloboke.collect.map.ObjObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with value equivalence set to the given Equivalence.
withValueEquivalence(Equivalence<? super V>) - Method in interface com.koloboke.collect.map.ShortObjMapFactory
Returns a copy of this factory, with exception that it constructs maps with value equivalence set to the given Equivalence.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links