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