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