net.openhft.collect.map.hash
Interface HashDoubleCharMapFactory
- All Superinterfaces:
- DoubleCharMapFactory, HashContainerFactory<HashDoubleCharMapFactory>
public interface HashDoubleCharMapFactory
- extends DoubleCharMapFactory, HashContainerFactory<HashDoubleCharMapFactory>
An immutable factory of HashDoubleCharMaps
- See Also:
HashDoubleCharMap,
HashDoubleCharMaps.getDefaultFactory()
|
Method Summary |
HashDoubleCharMap |
newImmutableMap(Consumer<DoubleCharConsumer> entriesSupplier)
|
HashDoubleCharMap |
newImmutableMap(Consumer<DoubleCharConsumer> entriesSupplier,
int expectedSize)
|
HashDoubleCharMap |
newImmutableMap(double[] keys,
char[] values)
|
HashDoubleCharMap |
newImmutableMap(double[] keys,
char[] values,
int expectedSize)
|
HashDoubleCharMap |
newImmutableMap(Double[] keys,
Character[] values)
|
HashDoubleCharMap |
newImmutableMap(Double[] keys,
Character[] values,
int expectedSize)
|
HashDoubleCharMap |
newImmutableMap(Iterable<Double> keys,
Iterable<Character> values)
|
HashDoubleCharMap |
newImmutableMap(Iterable<Double> keys,
Iterable<Character> values,
int expectedSize)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
int expectedSize)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
int expectedSize)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
int expectedSize)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5)
|
HashDoubleCharMap |
newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5,
int expectedSize)
|
HashDoubleCharMap |
newImmutableMapOf(double k1,
char v1)
|
HashDoubleCharMap |
newImmutableMapOf(double k1,
char v1,
double k2,
char v2)
|
HashDoubleCharMap |
newImmutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3)
|
HashDoubleCharMap |
newImmutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4)
|
HashDoubleCharMap |
newImmutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4,
double k5,
char v5)
|
HashDoubleCharMap |
newMutableMap()
|
HashDoubleCharMap |
newMutableMap(Consumer<DoubleCharConsumer> entriesSupplier)
|
HashDoubleCharMap |
newMutableMap(Consumer<DoubleCharConsumer> entriesSupplier,
int expectedSize)
|
HashDoubleCharMap |
newMutableMap(double[] keys,
char[] values)
|
HashDoubleCharMap |
newMutableMap(double[] keys,
char[] values,
int expectedSize)
|
HashDoubleCharMap |
newMutableMap(Double[] keys,
Character[] values)
|
HashDoubleCharMap |
newMutableMap(Double[] keys,
Character[] values,
int expectedSize)
|
HashDoubleCharMap |
newMutableMap(int expectedSize)
|
HashDoubleCharMap |
newMutableMap(Iterable<Double> keys,
Iterable<Character> values)
|
HashDoubleCharMap |
newMutableMap(Iterable<Double> keys,
Iterable<Character> values,
int expectedSize)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
int expectedSize)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
int expectedSize)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
int expectedSize)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5)
|
HashDoubleCharMap |
newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5,
int expectedSize)
|
HashDoubleCharMap |
newMutableMapOf(double k1,
char v1)
|
HashDoubleCharMap |
newMutableMapOf(double k1,
char v1,
double k2,
char v2)
|
HashDoubleCharMap |
newMutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3)
|
HashDoubleCharMap |
newMutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4)
|
HashDoubleCharMap |
newMutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4,
double k5,
char v5)
|
HashDoubleCharMap |
newUpdatableMap()
|
HashDoubleCharMap |
newUpdatableMap(Consumer<DoubleCharConsumer> entriesSupplier)
|
HashDoubleCharMap |
newUpdatableMap(Consumer<DoubleCharConsumer> entriesSupplier,
int expectedSize)
|
HashDoubleCharMap |
newUpdatableMap(double[] keys,
char[] values)
|
HashDoubleCharMap |
newUpdatableMap(double[] keys,
char[] values,
int expectedSize)
|
HashDoubleCharMap |
newUpdatableMap(Double[] keys,
Character[] values)
|
HashDoubleCharMap |
newUpdatableMap(Double[] keys,
Character[] values,
int expectedSize)
|
HashDoubleCharMap |
newUpdatableMap(int expectedSize)
|
HashDoubleCharMap |
newUpdatableMap(Iterable<Double> keys,
Iterable<Character> values)
|
HashDoubleCharMap |
newUpdatableMap(Iterable<Double> keys,
Iterable<Character> values,
int expectedSize)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
int expectedSize)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
int expectedSize)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
int expectedSize)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5)
|
HashDoubleCharMap |
newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5,
int expectedSize)
|
HashDoubleCharMap |
newUpdatableMapOf(double k1,
char v1)
|
HashDoubleCharMap |
newUpdatableMapOf(double k1,
char v1,
double k2,
char v2)
|
HashDoubleCharMap |
newUpdatableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3)
|
HashDoubleCharMap |
newUpdatableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4)
|
HashDoubleCharMap |
newUpdatableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4,
double k5,
char v5)
|
HashDoubleCharMapFactory |
withDefaultValue(char defaultValue)
|
withDefaultValue
HashDoubleCharMapFactory withDefaultValue(char defaultValue)
- Specified by:
withDefaultValue in interface DoubleCharMapFactory
- See Also:
DoubleCharMap.defaultValue()
newMutableMap
HashDoubleCharMap newMutableMap()
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Consumer<DoubleCharConsumer> entriesSupplier)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Consumer<DoubleCharConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(double[] keys,
char[] values)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(double[] keys,
char[] values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Double[] keys,
Character[] values)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Double[] keys,
Character[] values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Iterable<Double> keys,
Iterable<Character> values)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMap
HashDoubleCharMap newMutableMap(Iterable<Double> keys,
Iterable<Character> values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleCharMapFactory
newMutableMapOf
HashDoubleCharMap newMutableMapOf(double k1,
char v1)
- Specified by:
newMutableMapOf in interface DoubleCharMapFactory
newMutableMapOf
HashDoubleCharMap newMutableMapOf(double k1,
char v1,
double k2,
char v2)
- Specified by:
newMutableMapOf in interface DoubleCharMapFactory
newMutableMapOf
HashDoubleCharMap newMutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3)
- Specified by:
newMutableMapOf in interface DoubleCharMapFactory
newMutableMapOf
HashDoubleCharMap newMutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4)
- Specified by:
newMutableMapOf in interface DoubleCharMapFactory
newMutableMapOf
HashDoubleCharMap newMutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4,
double k5,
char v5)
- Specified by:
newMutableMapOf in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap()
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Consumer<DoubleCharConsumer> entriesSupplier)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Consumer<DoubleCharConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(double[] keys,
char[] values)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(double[] keys,
char[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Double[] keys,
Character[] values)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Double[] keys,
Character[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Iterable<Double> keys,
Iterable<Character> values)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMap
HashDoubleCharMap newUpdatableMap(Iterable<Double> keys,
Iterable<Character> values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleCharMapFactory
newUpdatableMapOf
HashDoubleCharMap newUpdatableMapOf(double k1,
char v1)
- Specified by:
newUpdatableMapOf in interface DoubleCharMapFactory
newUpdatableMapOf
HashDoubleCharMap newUpdatableMapOf(double k1,
char v1,
double k2,
char v2)
- Specified by:
newUpdatableMapOf in interface DoubleCharMapFactory
newUpdatableMapOf
HashDoubleCharMap newUpdatableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3)
- Specified by:
newUpdatableMapOf in interface DoubleCharMapFactory
newUpdatableMapOf
HashDoubleCharMap newUpdatableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4)
- Specified by:
newUpdatableMapOf in interface DoubleCharMapFactory
newUpdatableMapOf
HashDoubleCharMap newUpdatableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4,
double k5,
char v5)
- Specified by:
newUpdatableMapOf in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Map<Double,Character> map1,
Map<Double,Character> map2,
Map<Double,Character> map3,
Map<Double,Character> map4,
Map<Double,Character> map5)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Consumer<DoubleCharConsumer> entriesSupplier)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Consumer<DoubleCharConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(double[] keys,
char[] values)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(double[] keys,
char[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Double[] keys,
Character[] values)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Double[] keys,
Character[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Iterable<Double> keys,
Iterable<Character> values)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMap
HashDoubleCharMap newImmutableMap(Iterable<Double> keys,
Iterable<Character> values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleCharMapFactory
newImmutableMapOf
HashDoubleCharMap newImmutableMapOf(double k1,
char v1)
- Specified by:
newImmutableMapOf in interface DoubleCharMapFactory
newImmutableMapOf
HashDoubleCharMap newImmutableMapOf(double k1,
char v1,
double k2,
char v2)
- Specified by:
newImmutableMapOf in interface DoubleCharMapFactory
newImmutableMapOf
HashDoubleCharMap newImmutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3)
- Specified by:
newImmutableMapOf in interface DoubleCharMapFactory
newImmutableMapOf
HashDoubleCharMap newImmutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4)
- Specified by:
newImmutableMapOf in interface DoubleCharMapFactory
newImmutableMapOf
HashDoubleCharMap newImmutableMapOf(double k1,
char v1,
double k2,
char v2,
double k3,
char v3,
double k4,
char v4,
double k5,
char v5)
- Specified by:
newImmutableMapOf in interface DoubleCharMapFactory