Package | Description |
---|---|
com.koloboke.collect.map.hash |
Contains interfaces of
Map specializations, based on hash tables,
their factories and static factory methods. |
Modifier and Type | Method and Description |
---|---|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(byte[] keys,
float[] values) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(byte[] keys,
float[] values)
Constructs a new immutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Byte[] keys,
Float[] values) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Byte[] keys,
Float[] values)
Constructs a new immutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(byte[] keys,
float[] values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(byte[] keys,
float[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Byte[] keys,
Float[] values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Byte[] keys,
Float[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Consumer<ByteFloatConsumer> entriesSupplier) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Consumer<ByteFloatConsumer> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Consumer<ByteFloatConsumer> entriesSupplier,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Consumer<ByteFloatConsumer> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Iterable<Byte> keys,
Iterable<Float> values) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Iterable<Byte> keys,
Iterable<Float> values)
Constructs a new immutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Iterable<Byte> keys,
Iterable<Float> values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Iterable<Byte> keys,
Iterable<Float> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map)
Constructs a new immutable map with the same mappings as the specified
map . |
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMapOf(byte k1,
float v1) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMapOf(byte k1,
float v1)
Constructs a new immutable map of the single specified mapping.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMapOf(byte k1,
float v1,
byte k2,
float v2) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMapOf(byte k1,
float v1,
byte k2,
float v2)
Constructs a new immutable map of the two specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3)
Constructs a new immutable map of the three specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4)
Constructs a new immutable map of the four specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newImmutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4,
byte k5,
float v5) |
static HashByteFloatMap |
HashByteFloatMaps.newImmutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4,
byte k5,
float v5)
Constructs a new immutable map of the five specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap() |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(byte[] keys,
float[] values) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(byte[] keys,
float[] values)
Constructs a new mutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Byte[] keys,
Float[] values) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Byte[] keys,
Float[] values)
Constructs a new mutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(byte[] keys,
float[] values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(byte[] keys,
float[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Byte[] keys,
Float[] values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Byte[] keys,
Float[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Consumer<ByteFloatConsumer> entriesSupplier) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Consumer<ByteFloatConsumer> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Consumer<ByteFloatConsumer> entriesSupplier,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Consumer<ByteFloatConsumer> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Iterable<Byte> keys,
Iterable<Float> values) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Iterable<Byte> keys,
Iterable<Float> values)
Constructs a new mutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Iterable<Byte> keys,
Iterable<Float> values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Iterable<Byte> keys,
Iterable<Float> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map)
Constructs a new mutable map with the same mappings as the specified
map . |
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMapOf(byte k1,
float v1) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMapOf(byte k1,
float v1)
Constructs a new mutable map of the single specified mapping.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMapOf(byte k1,
float v1,
byte k2,
float v2) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMapOf(byte k1,
float v1,
byte k2,
float v2)
Constructs a new mutable map of the two specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3)
Constructs a new mutable map of the three specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4)
Constructs a new mutable map of the four specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newMutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4,
byte k5,
float v5) |
static HashByteFloatMap |
HashByteFloatMaps.newMutableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4,
byte k5,
float v5)
Constructs a new mutable map of the five specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap() |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(byte[] keys,
float[] values) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(byte[] keys,
float[] values)
Constructs a new updatable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Byte[] keys,
Float[] values) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Byte[] keys,
Float[] values)
Constructs a new updatable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(byte[] keys,
float[] values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(byte[] keys,
float[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Byte[] keys,
Float[] values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Byte[] keys,
Float[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Consumer<ByteFloatConsumer> entriesSupplier) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Consumer<ByteFloatConsumer> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Consumer<ByteFloatConsumer> entriesSupplier,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Consumer<ByteFloatConsumer> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Iterable<Byte> keys,
Iterable<Float> values) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Iterable<Byte> keys,
Iterable<Float> values)
Constructs a new updatable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Iterable<Byte> keys,
Iterable<Float> values,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Iterable<Byte> keys,
Iterable<Float> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map)
Constructs a new updatable map with the same mappings as the specified
map . |
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5,
int expectedSize) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMap(Map<Byte,Float> map1,
Map<Byte,Float> map2,
Map<Byte,Float> map3,
Map<Byte,Float> map4,
Map<Byte,Float> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMapOf(byte k1,
float v1) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMapOf(byte k1,
float v1)
Constructs a new updatable map of the single specified mapping.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMapOf(byte k1,
float v1,
byte k2,
float v2) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMapOf(byte k1,
float v1,
byte k2,
float v2)
Constructs a new updatable map of the two specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3)
Constructs a new updatable map of the three specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4)
Constructs a new updatable map of the four specified mappings.
|
HashByteFloatMap |
HashByteFloatMapFactory.newUpdatableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4,
byte k5,
float v5) |
static HashByteFloatMap |
HashByteFloatMaps.newUpdatableMapOf(byte k1,
float v1,
byte k2,
float v2,
byte k3,
float v3,
byte k4,
float v4,
byte k5,
float v5)
Constructs a new updatable map of the five specified mappings.
|