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