net.openhft.collect.map.hash
Interface HashIntCharMapFactory

All Superinterfaces:
HashContainerFactory<HashIntCharMapFactory>, IntCharMapFactory, IntHashFactory<HashIntCharMapFactory>

public interface HashIntCharMapFactory
extends IntCharMapFactory, IntHashFactory<HashIntCharMapFactory>

An immutable factory of HashIntCharMaps

See Also:
HashIntCharMap, HashIntCharMaps.getDefaultFactory()

Method Summary
 HashIntCharMap newImmutableMap(Consumer<IntCharConsumer> entriesSupplier)
           
 HashIntCharMap newImmutableMap(Consumer<IntCharConsumer> entriesSupplier, int expectedSize)
           
 HashIntCharMap newImmutableMap(int[] keys, char[] values)
           
 HashIntCharMap newImmutableMap(int[] keys, char[] values, int expectedSize)
           
 HashIntCharMap newImmutableMap(Integer[] keys, Character[] values)
           
 HashIntCharMap newImmutableMap(Integer[] keys, Character[] values, int expectedSize)
           
 HashIntCharMap newImmutableMap(Iterable<Integer> keys, Iterable<Character> values)
           
 HashIntCharMap newImmutableMap(Iterable<Integer> keys, Iterable<Character> values, int expectedSize)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, int expectedSize)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, int expectedSize)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, int expectedSize)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, Map<Integer,Character> map5)
           
 HashIntCharMap newImmutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, Map<Integer,Character> map5, int expectedSize)
           
 HashIntCharMap newImmutableMapOf(int k1, char v1)
           
 HashIntCharMap newImmutableMapOf(int k1, char v1, int k2, char v2)
           
 HashIntCharMap newImmutableMapOf(int k1, char v1, int k2, char v2, int k3, char v3)
           
 HashIntCharMap newImmutableMapOf(int k1, char v1, int k2, char v2, int k3, char v3, int k4, char v4)
           
 HashIntCharMap newImmutableMapOf(int k1, char v1, int k2, char v2, int k3, char v3, int k4, char v4, int k5, char v5)
           
 HashIntCharMap newMutableMap()
           
 HashIntCharMap newMutableMap(Consumer<IntCharConsumer> entriesSupplier)
           
 HashIntCharMap newMutableMap(Consumer<IntCharConsumer> entriesSupplier, int expectedSize)
           
 HashIntCharMap newMutableMap(int expectedSize)
           
 HashIntCharMap newMutableMap(int[] keys, char[] values)
           
 HashIntCharMap newMutableMap(int[] keys, char[] values, int expectedSize)
           
 HashIntCharMap newMutableMap(Integer[] keys, Character[] values)
           
 HashIntCharMap newMutableMap(Integer[] keys, Character[] values, int expectedSize)
           
 HashIntCharMap newMutableMap(Iterable<Integer> keys, Iterable<Character> values)
           
 HashIntCharMap newMutableMap(Iterable<Integer> keys, Iterable<Character> values, int expectedSize)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, int expectedSize)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, int expectedSize)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, int expectedSize)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, Map<Integer,Character> map5)
           
 HashIntCharMap newMutableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, Map<Integer,Character> map5, int expectedSize)
           
 HashIntCharMap newMutableMapOf(int k1, char v1)
           
 HashIntCharMap newMutableMapOf(int k1, char v1, int k2, char v2)
           
 HashIntCharMap newMutableMapOf(int k1, char v1, int k2, char v2, int k3, char v3)
           
 HashIntCharMap newMutableMapOf(int k1, char v1, int k2, char v2, int k3, char v3, int k4, char v4)
           
 HashIntCharMap newMutableMapOf(int k1, char v1, int k2, char v2, int k3, char v3, int k4, char v4, int k5, char v5)
           
 HashIntCharMap newUpdatableMap()
           
 HashIntCharMap newUpdatableMap(Consumer<IntCharConsumer> entriesSupplier)
           
 HashIntCharMap newUpdatableMap(Consumer<IntCharConsumer> entriesSupplier, int expectedSize)
           
 HashIntCharMap newUpdatableMap(int expectedSize)
           
 HashIntCharMap newUpdatableMap(int[] keys, char[] values)
           
 HashIntCharMap newUpdatableMap(int[] keys, char[] values, int expectedSize)
           
 HashIntCharMap newUpdatableMap(Integer[] keys, Character[] values)
           
 HashIntCharMap newUpdatableMap(Integer[] keys, Character[] values, int expectedSize)
           
 HashIntCharMap newUpdatableMap(Iterable<Integer> keys, Iterable<Character> values)
           
 HashIntCharMap newUpdatableMap(Iterable<Integer> keys, Iterable<Character> values, int expectedSize)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map1, Map<Integer,Character> map2)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, int expectedSize)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, int expectedSize)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, int expectedSize)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, Map<Integer,Character> map5)
           
 HashIntCharMap newUpdatableMap(Map<Integer,Character> map1, Map<Integer,Character> map2, Map<Integer,Character> map3, Map<Integer,Character> map4, Map<Integer,Character> map5, int expectedSize)
           
 HashIntCharMap newUpdatableMapOf(int k1, char v1)
           
 HashIntCharMap newUpdatableMapOf(int k1, char v1, int k2, char v2)
           
 HashIntCharMap newUpdatableMapOf(int k1, char v1, int k2, char v2, int k3, char v3)
           
 HashIntCharMap newUpdatableMapOf(int k1, char v1, int k2, char v2, int k3, char v3, int k4, char v4)
           
 HashIntCharMap newUpdatableMapOf(int k1, char v1, int k2, char v2, int k3, char v3, int k4, char v4, int k5, char v5)
           
 HashIntCharMapFactory withDefaultValue(char defaultValue)
           
 
Methods inherited from interface net.openhft.collect.map.IntCharMapFactory
getDefaultValue
 
Methods inherited from interface net.openhft.collect.hash.IntHashFactory
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement
 
Methods inherited from interface net.openhft.collect.hash.HashContainerFactory
getDefaultExpectedSize, getHashConfig, withDefaultExpectedSize, withHashConfig
 

Method Detail

withDefaultValue

HashIntCharMapFactory withDefaultValue(char defaultValue)
Specified by:
withDefaultValue in interface IntCharMapFactory
See Also:
IntCharMap.defaultValue()

newMutableMap

HashIntCharMap newMutableMap()
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map1,
                             Map<Integer,Character> map2,
                             int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map1,
                             Map<Integer,Character> map2,
                             Map<Integer,Character> map3,
                             int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map1,
                             Map<Integer,Character> map2,
                             Map<Integer,Character> map3,
                             Map<Integer,Character> map4,
                             int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map1,
                             Map<Integer,Character> map2,
                             Map<Integer,Character> map3,
                             Map<Integer,Character> map4,
                             Map<Integer,Character> map5,
                             int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map1,
                             Map<Integer,Character> map2)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map1,
                             Map<Integer,Character> map2,
                             Map<Integer,Character> map3)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map1,
                             Map<Integer,Character> map2,
                             Map<Integer,Character> map3,
                             Map<Integer,Character> map4)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Map<Integer,Character> map1,
                             Map<Integer,Character> map2,
                             Map<Integer,Character> map3,
                             Map<Integer,Character> map4,
                             Map<Integer,Character> map5)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Consumer<IntCharConsumer> entriesSupplier)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Consumer<IntCharConsumer> entriesSupplier,
                             int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(int[] keys,
                             char[] values)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(int[] keys,
                             char[] values,
                             int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Integer[] keys,
                             Character[] values)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Integer[] keys,
                             Character[] values,
                             int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Iterable<Integer> keys,
                             Iterable<Character> values)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMap

HashIntCharMap newMutableMap(Iterable<Integer> keys,
                             Iterable<Character> values,
                             int expectedSize)
Specified by:
newMutableMap in interface IntCharMapFactory

newMutableMapOf

HashIntCharMap newMutableMapOf(int k1,
                               char v1)
Specified by:
newMutableMapOf in interface IntCharMapFactory

newMutableMapOf

HashIntCharMap newMutableMapOf(int k1,
                               char v1,
                               int k2,
                               char v2)
Specified by:
newMutableMapOf in interface IntCharMapFactory

newMutableMapOf

HashIntCharMap newMutableMapOf(int k1,
                               char v1,
                               int k2,
                               char v2,
                               int k3,
                               char v3)
Specified by:
newMutableMapOf in interface IntCharMapFactory

newMutableMapOf

HashIntCharMap newMutableMapOf(int k1,
                               char v1,
                               int k2,
                               char v2,
                               int k3,
                               char v3,
                               int k4,
                               char v4)
Specified by:
newMutableMapOf in interface IntCharMapFactory

newMutableMapOf

HashIntCharMap newMutableMapOf(int k1,
                               char v1,
                               int k2,
                               char v2,
                               int k3,
                               char v3,
                               int k4,
                               char v4,
                               int k5,
                               char v5)
Specified by:
newMutableMapOf in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap()
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               Map<Integer,Character> map4,
                               int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               Map<Integer,Character> map4,
                               Map<Integer,Character> map5,
                               int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               Map<Integer,Character> map4)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               Map<Integer,Character> map4,
                               Map<Integer,Character> map5)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Consumer<IntCharConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Consumer<IntCharConsumer> entriesSupplier,
                               int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(int[] keys,
                               char[] values)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(int[] keys,
                               char[] values,
                               int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Integer[] keys,
                               Character[] values)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Integer[] keys,
                               Character[] values,
                               int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Iterable<Integer> keys,
                               Iterable<Character> values)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMap

HashIntCharMap newUpdatableMap(Iterable<Integer> keys,
                               Iterable<Character> values,
                               int expectedSize)
Specified by:
newUpdatableMap in interface IntCharMapFactory

newUpdatableMapOf

HashIntCharMap newUpdatableMapOf(int k1,
                                 char v1)
Specified by:
newUpdatableMapOf in interface IntCharMapFactory

newUpdatableMapOf

HashIntCharMap newUpdatableMapOf(int k1,
                                 char v1,
                                 int k2,
                                 char v2)
Specified by:
newUpdatableMapOf in interface IntCharMapFactory

newUpdatableMapOf

HashIntCharMap newUpdatableMapOf(int k1,
                                 char v1,
                                 int k2,
                                 char v2,
                                 int k3,
                                 char v3)
Specified by:
newUpdatableMapOf in interface IntCharMapFactory

newUpdatableMapOf

HashIntCharMap newUpdatableMapOf(int k1,
                                 char v1,
                                 int k2,
                                 char v2,
                                 int k3,
                                 char v3,
                                 int k4,
                                 char v4)
Specified by:
newUpdatableMapOf in interface IntCharMapFactory

newUpdatableMapOf

HashIntCharMap newUpdatableMapOf(int k1,
                                 char v1,
                                 int k2,
                                 char v2,
                                 int k3,
                                 char v3,
                                 int k4,
                                 char v4,
                                 int k5,
                                 char v5)
Specified by:
newUpdatableMapOf in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               int expectedSize)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               int expectedSize)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               Map<Integer,Character> map4,
                               int expectedSize)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               Map<Integer,Character> map4,
                               Map<Integer,Character> map5,
                               int expectedSize)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               Map<Integer,Character> map4)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Map<Integer,Character> map1,
                               Map<Integer,Character> map2,
                               Map<Integer,Character> map3,
                               Map<Integer,Character> map4,
                               Map<Integer,Character> map5)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Consumer<IntCharConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Consumer<IntCharConsumer> entriesSupplier,
                               int expectedSize)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(int[] keys,
                               char[] values)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(int[] keys,
                               char[] values,
                               int expectedSize)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Integer[] keys,
                               Character[] values)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Integer[] keys,
                               Character[] values,
                               int expectedSize)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Iterable<Integer> keys,
                               Iterable<Character> values)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMap

HashIntCharMap newImmutableMap(Iterable<Integer> keys,
                               Iterable<Character> values,
                               int expectedSize)
Specified by:
newImmutableMap in interface IntCharMapFactory

newImmutableMapOf

HashIntCharMap newImmutableMapOf(int k1,
                                 char v1)
Specified by:
newImmutableMapOf in interface IntCharMapFactory

newImmutableMapOf

HashIntCharMap newImmutableMapOf(int k1,
                                 char v1,
                                 int k2,
                                 char v2)
Specified by:
newImmutableMapOf in interface IntCharMapFactory

newImmutableMapOf

HashIntCharMap newImmutableMapOf(int k1,
                                 char v1,
                                 int k2,
                                 char v2,
                                 int k3,
                                 char v3)
Specified by:
newImmutableMapOf in interface IntCharMapFactory

newImmutableMapOf

HashIntCharMap newImmutableMapOf(int k1,
                                 char v1,
                                 int k2,
                                 char v2,
                                 int k3,
                                 char v3,
                                 int k4,
                                 char v4)
Specified by:
newImmutableMapOf in interface IntCharMapFactory

newImmutableMapOf

HashIntCharMap newImmutableMapOf(int k1,
                                 char v1,
                                 int k2,
                                 char v2,
                                 int k3,
                                 char v3,
                                 int k4,
                                 char v4,
                                 int k5,
                                 char v5)
Specified by:
newImmutableMapOf in interface IntCharMapFactory