|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashObjFloatMap | |
---|---|
com.koloboke.collect.map.hash | Contains interfaces of Map specializations, based on hash tables,
their factories and static factory methods. |
Uses of HashObjFloatMap in com.koloboke.collect.map.hash |
---|
Methods in com.koloboke.collect.map.hash that return HashObjFloatMap | ||
---|---|---|
static
|
HashObjFloatMaps.newImmutableMap(Consumer<ObjFloatConsumer<K>> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashObjFloatMaps.newImmutableMap(Consumer<ObjFloatConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
|
|
HashObjFloatMapFactory.newImmutableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newImmutableMap(Iterable<? extends K> keys,
Iterable<Float> values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
static
|
HashObjFloatMaps.newImmutableMap(Iterable<? extends K> keys,
Iterable<Float> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
|
HashObjFloatMapFactory.newImmutableMap(Iterable<? extends K2> keys,
Iterable<Float> values)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Iterable<? extends K2> keys,
Iterable<Float> values,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newImmutableMap(K[] keys,
float[] values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newImmutableMap(K[] keys,
Float[] values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newImmutableMap(K[] keys,
float[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newImmutableMap(K[] keys,
Float[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashObjFloatMapFactory.newImmutableMap(K2[] keys,
float[] values)
|
|
|
HashObjFloatMapFactory.newImmutableMap(K2[] keys,
Float[] values)
|
|
|
HashObjFloatMapFactory.newImmutableMap(K2[] keys,
float[] values,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newImmutableMap(K2[] keys,
Float[] values,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
Map<? extends K2,Float> map5)
|
|
|
HashObjFloatMapFactory.newImmutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
Map<? extends K2,Float> map5,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map)
Constructs a new immutable map with the same mappings as the specified map . |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map,
int expectedSize)
Constructs a new immutable map with the same mappings as the specified map . |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
Map<? extends K,Float> map5)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newImmutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
Map<? extends K,Float> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
|
HashObjFloatMapFactory.newImmutableMapOf(K2 k1,
float v1)
|
|
|
HashObjFloatMapFactory.newImmutableMapOf(K2 k1,
float v1,
K2 k2,
float v2)
|
|
|
HashObjFloatMapFactory.newImmutableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3)
|
|
|
HashObjFloatMapFactory.newImmutableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3,
K2 k4,
float v4)
|
|
|
HashObjFloatMapFactory.newImmutableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3,
K2 k4,
float v4,
K2 k5,
float v5)
|
|
static
|
HashObjFloatMaps.newImmutableMapOf(K k1,
float v1)
Constructs a new immutable map of the single specified mapping. |
|
static
|
HashObjFloatMaps.newImmutableMapOf(K k1,
float v1,
K k2,
float v2)
Constructs a new immutable map of the two specified mappings. |
|
static
|
HashObjFloatMaps.newImmutableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3)
Constructs a new immutable map of the three specified mappings. |
|
static
|
HashObjFloatMaps.newImmutableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3,
K k4,
float v4)
Constructs a new immutable map of the four specified mappings. |
|
static
|
HashObjFloatMaps.newImmutableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3,
K k4,
float v4,
K k5,
float v5)
Constructs a new immutable map of the five specified mappings. |
|
static
|
HashObjFloatMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size. |
|
|
HashObjFloatMapFactory.newMutableMap()
|
|
static
|
HashObjFloatMaps.newMutableMap(Consumer<ObjFloatConsumer<K>> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashObjFloatMaps.newMutableMap(Consumer<ObjFloatConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
|
|
HashObjFloatMapFactory.newMutableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier)
|
|
|
HashObjFloatMapFactory.newMutableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size. |
|
|
HashObjFloatMapFactory.newMutableMap(int expectedSize)
|
|
static
|
HashObjFloatMaps.newMutableMap(Iterable<? extends K> keys,
Iterable<Float> values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
static
|
HashObjFloatMaps.newMutableMap(Iterable<? extends K> keys,
Iterable<Float> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
|
HashObjFloatMapFactory.newMutableMap(Iterable<? extends K2> keys,
Iterable<Float> values)
|
|
|
HashObjFloatMapFactory.newMutableMap(Iterable<? extends K2> keys,
Iterable<Float> values,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newMutableMap(K[] keys,
float[] values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newMutableMap(K[] keys,
Float[] values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newMutableMap(K[] keys,
float[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newMutableMap(K[] keys,
Float[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashObjFloatMapFactory.newMutableMap(K2[] keys,
float[] values)
|
|
|
HashObjFloatMapFactory.newMutableMap(K2[] keys,
Float[] values)
|
|
|
HashObjFloatMapFactory.newMutableMap(K2[] keys,
float[] values,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newMutableMap(K2[] keys,
Float[] values,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
Map<? extends K2,Float> map5)
|
|
|
HashObjFloatMapFactory.newMutableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
Map<? extends K2,Float> map5,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map)
Constructs a new mutable map with the same mappings as the specified map . |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map,
int expectedSize)
Constructs a new mutable map with the same mappings as the specified map . |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
Map<? extends K,Float> map5)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newMutableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
Map<? extends K,Float> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
|
HashObjFloatMapFactory.newMutableMapOf(K2 k1,
float v1)
|
|
|
HashObjFloatMapFactory.newMutableMapOf(K2 k1,
float v1,
K2 k2,
float v2)
|
|
|
HashObjFloatMapFactory.newMutableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3)
|
|
|
HashObjFloatMapFactory.newMutableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3,
K2 k4,
float v4)
|
|
|
HashObjFloatMapFactory.newMutableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3,
K2 k4,
float v4,
K2 k5,
float v5)
|
|
static
|
HashObjFloatMaps.newMutableMapOf(K k1,
float v1)
Constructs a new mutable map of the single specified mapping. |
|
static
|
HashObjFloatMaps.newMutableMapOf(K k1,
float v1,
K k2,
float v2)
Constructs a new mutable map of the two specified mappings. |
|
static
|
HashObjFloatMaps.newMutableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3)
Constructs a new mutable map of the three specified mappings. |
|
static
|
HashObjFloatMaps.newMutableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3,
K k4,
float v4)
Constructs a new mutable map of the four specified mappings. |
|
static
|
HashObjFloatMaps.newMutableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3,
K k4,
float v4,
K k5,
float v5)
Constructs a new mutable map of the five specified mappings. |
|
static
|
HashObjFloatMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size. |
|
|
HashObjFloatMapFactory.newUpdatableMap()
|
|
static
|
HashObjFloatMaps.newUpdatableMap(Consumer<ObjFloatConsumer<K>> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Consumer<ObjFloatConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
|
|
HashObjFloatMapFactory.newUpdatableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Consumer<ObjFloatConsumer<K2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size. |
|
|
HashObjFloatMapFactory.newUpdatableMap(int expectedSize)
|
|
static
|
HashObjFloatMaps.newUpdatableMap(Iterable<? extends K> keys,
Iterable<Float> values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Iterable<? extends K> keys,
Iterable<Float> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
|
HashObjFloatMapFactory.newUpdatableMap(Iterable<? extends K2> keys,
Iterable<Float> values)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Iterable<? extends K2> keys,
Iterable<Float> values,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newUpdatableMap(K[] keys,
float[] values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newUpdatableMap(K[] keys,
Float[] values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newUpdatableMap(K[] keys,
float[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashObjFloatMaps.newUpdatableMap(K[] keys,
Float[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashObjFloatMapFactory.newUpdatableMap(K2[] keys,
float[] values)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(K2[] keys,
Float[] values)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(K2[] keys,
float[] values,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(K2[] keys,
Float[] values,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
int expectedSize)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
Map<? extends K2,Float> map5)
|
|
|
HashObjFloatMapFactory.newUpdatableMap(Map<? extends K2,Float> map1,
Map<? extends K2,Float> map2,
Map<? extends K2,Float> map3,
Map<? extends K2,Float> map4,
Map<? extends K2,Float> map5,
int expectedSize)
|
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map)
Constructs a new updatable map with the same mappings as the specified map . |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map,
int expectedSize)
Constructs a new updatable map with the same mappings as the specified map . |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
Map<? extends K,Float> map5)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashObjFloatMaps.newUpdatableMap(Map<? extends K,Float> map1,
Map<? extends K,Float> map2,
Map<? extends K,Float> map3,
Map<? extends K,Float> map4,
Map<? extends K,Float> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
|
HashObjFloatMapFactory.newUpdatableMapOf(K2 k1,
float v1)
|
|
|
HashObjFloatMapFactory.newUpdatableMapOf(K2 k1,
float v1,
K2 k2,
float v2)
|
|
|
HashObjFloatMapFactory.newUpdatableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3)
|
|
|
HashObjFloatMapFactory.newUpdatableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3,
K2 k4,
float v4)
|
|
|
HashObjFloatMapFactory.newUpdatableMapOf(K2 k1,
float v1,
K2 k2,
float v2,
K2 k3,
float v3,
K2 k4,
float v4,
K2 k5,
float v5)
|
|
static
|
HashObjFloatMaps.newUpdatableMapOf(K k1,
float v1)
Constructs a new updatable map of the single specified mapping. |
|
static
|
HashObjFloatMaps.newUpdatableMapOf(K k1,
float v1,
K k2,
float v2)
Constructs a new updatable map of the two specified mappings. |
|
static
|
HashObjFloatMaps.newUpdatableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3)
Constructs a new updatable map of the three specified mappings. |
|
static
|
HashObjFloatMaps.newUpdatableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3,
K k4,
float v4)
Constructs a new updatable map of the four specified mappings. |
|
static
|
HashObjFloatMaps.newUpdatableMapOf(K k1,
float v1,
K k2,
float v2,
K k3,
float v3,
K k4,
float v4,
K k5,
float v5)
Constructs a new updatable map of the five specified mappings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |