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 |
---|---|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Consumer<DoubleIntConsumer> entriesSupplier) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Consumer<DoubleIntConsumer> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Consumer<DoubleIntConsumer> entriesSupplier,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Consumer<DoubleIntConsumer> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(double[] keys,
int[] values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(double[] keys,
int[] values)
Constructs a new immutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(double[] keys,
int[] values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(double[] keys,
int[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Double[] keys,
Integer[] values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Double[] keys,
Integer[] values)
Constructs a new immutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Double[] keys,
Integer[] values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Double[] keys,
Integer[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Iterable<Double> keys,
Iterable<Integer> values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Iterable<Double> keys,
Iterable<Integer> values)
Constructs a new immutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Iterable<Double> keys,
Iterable<Integer> values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Iterable<Double> keys,
Iterable<Integer> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map)
Constructs a new immutable map with the same mappings as the specified
map . |
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMapOf(double k1,
int v1) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMapOf(double k1,
int v1)
Constructs a new immutable map of the single specified mapping.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMapOf(double k1,
int v1,
double k2,
int v2) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMapOf(double k1,
int v1,
double k2,
int v2)
Constructs a new immutable map of the two specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3)
Constructs a new immutable map of the three specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4)
Constructs a new immutable map of the four specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newImmutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4,
double k5,
int v5) |
static HashDoubleIntMap |
HashDoubleIntMaps.newImmutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4,
double k5,
int v5)
Constructs a new immutable map of the five specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap() |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Consumer<DoubleIntConsumer> entriesSupplier) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Consumer<DoubleIntConsumer> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Consumer<DoubleIntConsumer> entriesSupplier,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Consumer<DoubleIntConsumer> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(double[] keys,
int[] values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(double[] keys,
int[] values)
Constructs a new mutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(double[] keys,
int[] values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(double[] keys,
int[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Double[] keys,
Integer[] values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Double[] keys,
Integer[] values)
Constructs a new mutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Double[] keys,
Integer[] values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Double[] keys,
Integer[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Iterable<Double> keys,
Iterable<Integer> values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Iterable<Double> keys,
Iterable<Integer> values)
Constructs a new mutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Iterable<Double> keys,
Iterable<Integer> values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Iterable<Double> keys,
Iterable<Integer> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map)
Constructs a new mutable map with the same mappings as the specified
map . |
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMapOf(double k1,
int v1) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMapOf(double k1,
int v1)
Constructs a new mutable map of the single specified mapping.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMapOf(double k1,
int v1,
double k2,
int v2) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMapOf(double k1,
int v1,
double k2,
int v2)
Constructs a new mutable map of the two specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3)
Constructs a new mutable map of the three specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4)
Constructs a new mutable map of the four specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newMutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4,
double k5,
int v5) |
static HashDoubleIntMap |
HashDoubleIntMaps.newMutableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4,
double k5,
int v5)
Constructs a new mutable map of the five specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap() |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Consumer<DoubleIntConsumer> entriesSupplier) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Consumer<DoubleIntConsumer> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Consumer<DoubleIntConsumer> entriesSupplier,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Consumer<DoubleIntConsumer> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(double[] keys,
int[] values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(double[] keys,
int[] values)
Constructs a new updatable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(double[] keys,
int[] values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(double[] keys,
int[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Double[] keys,
Integer[] values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Double[] keys,
Integer[] values)
Constructs a new updatable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Double[] keys,
Integer[] values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Double[] keys,
Integer[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Iterable<Double> keys,
Iterable<Integer> values) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Iterable<Double> keys,
Iterable<Integer> values)
Constructs a new updatable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Iterable<Double> keys,
Iterable<Integer> values,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Iterable<Double> keys,
Iterable<Integer> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map)
Constructs a new updatable map with the same mappings as the specified
map . |
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5,
int expectedSize) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMap(Map<Double,Integer> map1,
Map<Double,Integer> map2,
Map<Double,Integer> map3,
Map<Double,Integer> map4,
Map<Double,Integer> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMapOf(double k1,
int v1) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMapOf(double k1,
int v1)
Constructs a new updatable map of the single specified mapping.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMapOf(double k1,
int v1,
double k2,
int v2) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMapOf(double k1,
int v1,
double k2,
int v2)
Constructs a new updatable map of the two specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3)
Constructs a new updatable map of the three specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4)
Constructs a new updatable map of the four specified mappings.
|
HashDoubleIntMap |
HashDoubleIntMapFactory.newUpdatableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4,
double k5,
int v5) |
static HashDoubleIntMap |
HashDoubleIntMaps.newUpdatableMapOf(double k1,
int v1,
double k2,
int v2,
double k3,
int v3,
double k4,
int v4,
double k5,
int v5)
Constructs a new updatable map of the five specified mappings.
|