|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashFloatObjMap | |
---|---|
com.koloboke.collect.map.hash | Contains interfaces of Map specializations, based on hash tables,
their factories and static factory methods. |
Uses of HashFloatObjMap in com.koloboke.collect.map.hash |
---|
Methods in com.koloboke.collect.map.hash that return HashFloatObjMap | ||
---|---|---|
static
|
HashFloatObjMaps.newImmutableMap(Consumer<FloatObjConsumer<V>> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashFloatObjMaps.newImmutableMap(Consumer<FloatObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
|
|
HashFloatObjMapFactory.newImmutableMap(Consumer<FloatObjConsumer<V2>> entriesSupplier)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Consumer<FloatObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newImmutableMap(float[] keys,
V[] 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
|
HashFloatObjMaps.newImmutableMap(Float[] keys,
V[] 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
|
HashFloatObjMaps.newImmutableMap(float[] keys,
V[] 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
|
HashFloatObjMaps.newImmutableMap(Float[] keys,
V[] 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. |
|
|
HashFloatObjMapFactory.newImmutableMap(float[] keys,
V2[] values)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Float[] keys,
V2[] values)
|
|
|
HashFloatObjMapFactory.newImmutableMap(float[] keys,
V2[] values,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Float[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newImmutableMap(Iterable<Float> keys,
Iterable<? extends V> 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
|
HashFloatObjMaps.newImmutableMap(Iterable<Float> keys,
Iterable<? extends V> 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. |
|
|
HashFloatObjMapFactory.newImmutableMap(Iterable<Float> keys,
Iterable<? extends V2> values)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Iterable<Float> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map)
Constructs a new immutable map with the same mappings as the specified map . |
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
Map<Float,? extends V> map5)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newImmutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
Map<Float,? extends V> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
Map<Float,? extends V2> map5)
|
|
|
HashFloatObjMapFactory.newImmutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
Map<Float,? extends V2> map5,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newImmutableMapOf(float k1,
V v1)
Constructs a new immutable map of the single specified mapping. |
|
|
HashFloatObjMapFactory.newImmutableMapOf(float k1,
V2 v1)
|
|
|
HashFloatObjMapFactory.newImmutableMapOf(float k1,
V2 v1,
float k2,
V2 v2)
|
|
|
HashFloatObjMapFactory.newImmutableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3)
|
|
|
HashFloatObjMapFactory.newImmutableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3,
float k4,
V2 v4)
|
|
|
HashFloatObjMapFactory.newImmutableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3,
float k4,
V2 v4,
float k5,
V2 v5)
|
|
static
|
HashFloatObjMaps.newImmutableMapOf(float k1,
V v1,
float k2,
V v2)
Constructs a new immutable map of the two specified mappings. |
|
static
|
HashFloatObjMaps.newImmutableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3)
Constructs a new immutable map of the three specified mappings. |
|
static
|
HashFloatObjMaps.newImmutableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3,
float k4,
V v4)
Constructs a new immutable map of the four specified mappings. |
|
static
|
HashFloatObjMaps.newImmutableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3,
float k4,
V v4,
float k5,
V v5)
Constructs a new immutable map of the five specified mappings. |
|
static
|
HashFloatObjMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size. |
|
|
HashFloatObjMapFactory.newMutableMap()
|
|
static
|
HashFloatObjMaps.newMutableMap(Consumer<FloatObjConsumer<V>> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashFloatObjMaps.newMutableMap(Consumer<FloatObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
|
|
HashFloatObjMapFactory.newMutableMap(Consumer<FloatObjConsumer<V2>> entriesSupplier)
|
|
|
HashFloatObjMapFactory.newMutableMap(Consumer<FloatObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newMutableMap(float[] keys,
V[] 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
|
HashFloatObjMaps.newMutableMap(Float[] keys,
V[] 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
|
HashFloatObjMaps.newMutableMap(float[] keys,
V[] 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
|
HashFloatObjMaps.newMutableMap(Float[] keys,
V[] 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. |
|
|
HashFloatObjMapFactory.newMutableMap(float[] keys,
V2[] values)
|
|
|
HashFloatObjMapFactory.newMutableMap(Float[] keys,
V2[] values)
|
|
|
HashFloatObjMapFactory.newMutableMap(float[] keys,
V2[] values,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newMutableMap(Float[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size. |
|
|
HashFloatObjMapFactory.newMutableMap(int expectedSize)
|
|
static
|
HashFloatObjMaps.newMutableMap(Iterable<Float> keys,
Iterable<? extends V> 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
|
HashFloatObjMaps.newMutableMap(Iterable<Float> keys,
Iterable<? extends V> 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. |
|
|
HashFloatObjMapFactory.newMutableMap(Iterable<Float> keys,
Iterable<? extends V2> values)
|
|
|
HashFloatObjMapFactory.newMutableMap(Iterable<Float> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map)
Constructs a new mutable map with the same mappings as the specified map . |
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
Map<Float,? extends V> map5)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newMutableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
Map<Float,? extends V> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map)
|
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2)
|
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3)
|
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4)
|
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
Map<Float,? extends V2> map5)
|
|
|
HashFloatObjMapFactory.newMutableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
Map<Float,? extends V2> map5,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newMutableMapOf(float k1,
V v1)
Constructs a new mutable map of the single specified mapping. |
|
|
HashFloatObjMapFactory.newMutableMapOf(float k1,
V2 v1)
|
|
|
HashFloatObjMapFactory.newMutableMapOf(float k1,
V2 v1,
float k2,
V2 v2)
|
|
|
HashFloatObjMapFactory.newMutableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3)
|
|
|
HashFloatObjMapFactory.newMutableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3,
float k4,
V2 v4)
|
|
|
HashFloatObjMapFactory.newMutableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3,
float k4,
V2 v4,
float k5,
V2 v5)
|
|
static
|
HashFloatObjMaps.newMutableMapOf(float k1,
V v1,
float k2,
V v2)
Constructs a new mutable map of the two specified mappings. |
|
static
|
HashFloatObjMaps.newMutableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3)
Constructs a new mutable map of the three specified mappings. |
|
static
|
HashFloatObjMaps.newMutableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3,
float k4,
V v4)
Constructs a new mutable map of the four specified mappings. |
|
static
|
HashFloatObjMaps.newMutableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3,
float k4,
V v4,
float k5,
V v5)
Constructs a new mutable map of the five specified mappings. |
|
static
|
HashFloatObjMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size. |
|
|
HashFloatObjMapFactory.newUpdatableMap()
|
|
static
|
HashFloatObjMaps.newUpdatableMap(Consumer<FloatObjConsumer<V>> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashFloatObjMaps.newUpdatableMap(Consumer<FloatObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
|
|
HashFloatObjMapFactory.newUpdatableMap(Consumer<FloatObjConsumer<V2>> entriesSupplier)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Consumer<FloatObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newUpdatableMap(float[] keys,
V[] 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
|
HashFloatObjMaps.newUpdatableMap(Float[] keys,
V[] 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
|
HashFloatObjMaps.newUpdatableMap(float[] keys,
V[] 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
|
HashFloatObjMaps.newUpdatableMap(Float[] keys,
V[] 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. |
|
|
HashFloatObjMapFactory.newUpdatableMap(float[] keys,
V2[] values)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Float[] keys,
V2[] values)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(float[] keys,
V2[] values,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Float[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size. |
|
|
HashFloatObjMapFactory.newUpdatableMap(int expectedSize)
|
|
static
|
HashFloatObjMaps.newUpdatableMap(Iterable<Float> keys,
Iterable<? extends V> 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
|
HashFloatObjMaps.newUpdatableMap(Iterable<Float> keys,
Iterable<? extends V> 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. |
|
|
HashFloatObjMapFactory.newUpdatableMap(Iterable<Float> keys,
Iterable<? extends V2> values)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Iterable<Float> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map)
Constructs a new updatable map with the same mappings as the specified map . |
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
Map<Float,? extends V> map5)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashFloatObjMaps.newUpdatableMap(Map<Float,? extends V> map1,
Map<Float,? extends V> map2,
Map<Float,? extends V> map3,
Map<Float,? extends V> map4,
Map<Float,? extends V> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
int expectedSize)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
Map<Float,? extends V2> map5)
|
|
|
HashFloatObjMapFactory.newUpdatableMap(Map<Float,? extends V2> map1,
Map<Float,? extends V2> map2,
Map<Float,? extends V2> map3,
Map<Float,? extends V2> map4,
Map<Float,? extends V2> map5,
int expectedSize)
|
|
static
|
HashFloatObjMaps.newUpdatableMapOf(float k1,
V v1)
Constructs a new updatable map of the single specified mapping. |
|
|
HashFloatObjMapFactory.newUpdatableMapOf(float k1,
V2 v1)
|
|
|
HashFloatObjMapFactory.newUpdatableMapOf(float k1,
V2 v1,
float k2,
V2 v2)
|
|
|
HashFloatObjMapFactory.newUpdatableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3)
|
|
|
HashFloatObjMapFactory.newUpdatableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3,
float k4,
V2 v4)
|
|
|
HashFloatObjMapFactory.newUpdatableMapOf(float k1,
V2 v1,
float k2,
V2 v2,
float k3,
V2 v3,
float k4,
V2 v4,
float k5,
V2 v5)
|
|
static
|
HashFloatObjMaps.newUpdatableMapOf(float k1,
V v1,
float k2,
V v2)
Constructs a new updatable map of the two specified mappings. |
|
static
|
HashFloatObjMaps.newUpdatableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3)
Constructs a new updatable map of the three specified mappings. |
|
static
|
HashFloatObjMaps.newUpdatableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3,
float k4,
V v4)
Constructs a new updatable map of the four specified mappings. |
|
static
|
HashFloatObjMaps.newUpdatableMapOf(float k1,
V v1,
float k2,
V v2,
float k3,
V v3,
float k4,
V v4,
float k5,
V v5)
Constructs a new updatable map of the five specified mappings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |