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