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 |
---|---|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(Consumer<ObjDoubleConsumer<K>> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(Consumer<ObjDoubleConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Consumer<ObjDoubleConsumer<K2>> entriesSupplier) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Consumer<ObjDoubleConsumer<K2>> entriesSupplier,
int expectedSize) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(Iterable<? extends K> keys,
Iterable<Double> values)
Constructs a new immutable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(Iterable<? extends K> keys,
Iterable<Double> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Iterable<? extends K2> keys,
Iterable<Double> values) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Iterable<? extends K2> keys,
Iterable<Double> values,
int expectedSize) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(K[] keys,
double[] values)
Constructs a new immutable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(K[] keys,
Double[] values)
Constructs a new immutable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(K[] keys,
double[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(K[] keys,
Double[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(K2[] keys,
double[] values) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(K2[] keys,
Double[] values) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(K2[] keys,
double[] values,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(K2[] keys,
Double[] values,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Map<? extends K2,Double> map) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Map<? extends K2,Double> map,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
Map<? extends K2,Double> map4) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
Map<? extends K2,Double> map4,
int expectedSize) |
<K2 extends K> |
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) |
<K2 extends K> |
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 <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(Map<? extends K,Double> map)
Constructs a new immutable map with the same mappings as the specified
map . |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMap(Map<? extends K,Double> map,
int expectedSize)
Constructs a new immutable map with the same mappings as the specified
map . |
static <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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.
|
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMapOf(K2 k1,
double v1) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMapOf(K2 k1,
double v1,
K2 k2,
double v2) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3,
K2 k4,
double v4) |
<K2 extends K> |
HashObjDoubleMapFactory.newImmutableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3,
K2 k4,
double v4,
K2 k5,
double v5) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMapOf(K k1,
double v1)
Constructs a new immutable map of the single specified mapping.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newImmutableMapOf(K k1,
double v1,
K k2,
double v2)
Constructs a new immutable map of the two specified mappings.
|
static <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size.
|
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap() |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(Consumer<ObjDoubleConsumer<K>> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(Consumer<ObjDoubleConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Consumer<ObjDoubleConsumer<K2>> entriesSupplier) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Consumer<ObjDoubleConsumer<K2>> entriesSupplier,
int expectedSize) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size.
|
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(int expectedSize) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(Iterable<? extends K> keys,
Iterable<Double> values)
Constructs a new mutable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(Iterable<? extends K> keys,
Iterable<Double> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Iterable<? extends K2> keys,
Iterable<Double> values) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Iterable<? extends K2> keys,
Iterable<Double> values,
int expectedSize) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(K[] keys,
double[] values)
Constructs a new mutable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(K[] keys,
Double[] values)
Constructs a new mutable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(K[] keys,
double[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(K[] keys,
Double[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(K2[] keys,
double[] values) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(K2[] keys,
Double[] values) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(K2[] keys,
double[] values,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(K2[] keys,
Double[] values,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Map<? extends K2,Double> map) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Map<? extends K2,Double> map,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
Map<? extends K2,Double> map4) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
Map<? extends K2,Double> map4,
int expectedSize) |
<K2 extends K> |
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) |
<K2 extends K> |
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 <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(Map<? extends K,Double> map)
Constructs a new mutable map with the same mappings as the specified
map . |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMap(Map<? extends K,Double> map,
int expectedSize)
Constructs a new mutable map with the same mappings as the specified
map . |
static <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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.
|
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMapOf(K2 k1,
double v1) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMapOf(K2 k1,
double v1,
K2 k2,
double v2) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3,
K2 k4,
double v4) |
<K2 extends K> |
HashObjDoubleMapFactory.newMutableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3,
K2 k4,
double v4,
K2 k5,
double v5) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMapOf(K k1,
double v1)
Constructs a new mutable map of the single specified mapping.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newMutableMapOf(K k1,
double v1,
K k2,
double v2)
Constructs a new mutable map of the two specified mappings.
|
static <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size.
|
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap() |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(Consumer<ObjDoubleConsumer<K>> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(Consumer<ObjDoubleConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Consumer<ObjDoubleConsumer<K2>> entriesSupplier) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Consumer<ObjDoubleConsumer<K2>> entriesSupplier,
int expectedSize) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size.
|
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(int expectedSize) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(Iterable<? extends K> keys,
Iterable<Double> values)
Constructs a new updatable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(Iterable<? extends K> keys,
Iterable<Double> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Iterable<? extends K2> keys,
Iterable<Double> values) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Iterable<? extends K2> keys,
Iterable<Double> values,
int expectedSize) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(K[] keys,
double[] values)
Constructs a new updatable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(K[] keys,
Double[] values)
Constructs a new updatable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(K[] keys,
double[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(K[] keys,
Double[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(K2[] keys,
double[] values) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(K2[] keys,
Double[] values) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(K2[] keys,
double[] values,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(K2[] keys,
Double[] values,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Map<? extends K2,Double> map) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Map<? extends K2,Double> map,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
int expectedSize) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
Map<? extends K2,Double> map4) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMap(Map<? extends K2,Double> map1,
Map<? extends K2,Double> map2,
Map<? extends K2,Double> map3,
Map<? extends K2,Double> map4,
int expectedSize) |
<K2 extends K> |
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) |
<K2 extends K> |
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 <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(Map<? extends K,Double> map)
Constructs a new updatable map with the same mappings as the specified
map . |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMap(Map<? extends K,Double> map,
int expectedSize)
Constructs a new updatable map with the same mappings as the specified
map . |
static <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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.
|
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMapOf(K2 k1,
double v1) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMapOf(K2 k1,
double v1,
K2 k2,
double v2) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3,
K2 k4,
double v4) |
<K2 extends K> |
HashObjDoubleMapFactory.newUpdatableMapOf(K2 k1,
double v1,
K2 k2,
double v2,
K2 k3,
double v3,
K2 k4,
double v4,
K2 k5,
double v5) |
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMapOf(K k1,
double v1)
Constructs a new updatable map of the single specified mapping.
|
static <K> HashObjDoubleMap<K> |
HashObjDoubleMaps.newUpdatableMapOf(K k1,
double v1,
K k2,
double v2)
Constructs a new updatable map of the two specified mappings.
|
static <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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 <K> HashObjDoubleMap<K> |
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.
|