net.openhft.collect.map.hash
Interface HashShortCharMapFactory

All Superinterfaces:
HashContainerFactory<HashShortCharMapFactory>, ShortCharMapFactory, ShortHashFactory<HashShortCharMapFactory>

public interface HashShortCharMapFactory
extends ShortCharMapFactory, ShortHashFactory<HashShortCharMapFactory>

An immutable factory of HashShortCharMaps

See Also:
HashShortCharMap, HashShortCharMaps.getDefaultFactory()

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

Method Detail

withDefaultValue

HashShortCharMapFactory withDefaultValue(char defaultValue)
Specified by:
withDefaultValue in interface ShortCharMapFactory
See Also:
ShortCharMap.defaultValue()

newMutableMap

HashShortCharMap newMutableMap()
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map1,
                               Map<Short,Character> map2,
                               int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map1,
                               Map<Short,Character> map2,
                               Map<Short,Character> map3,
                               int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map1,
                               Map<Short,Character> map2,
                               Map<Short,Character> map3,
                               Map<Short,Character> map4,
                               int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map1,
                               Map<Short,Character> map2,
                               Map<Short,Character> map3,
                               Map<Short,Character> map4,
                               Map<Short,Character> map5,
                               int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map1,
                               Map<Short,Character> map2)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map1,
                               Map<Short,Character> map2,
                               Map<Short,Character> map3)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map1,
                               Map<Short,Character> map2,
                               Map<Short,Character> map3,
                               Map<Short,Character> map4)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Map<Short,Character> map1,
                               Map<Short,Character> map2,
                               Map<Short,Character> map3,
                               Map<Short,Character> map4,
                               Map<Short,Character> map5)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Consumer<ShortCharConsumer> entriesSupplier)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Consumer<ShortCharConsumer> entriesSupplier,
                               int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(short[] keys,
                               char[] values)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(short[] keys,
                               char[] values,
                               int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Short[] keys,
                               Character[] values)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Short[] keys,
                               Character[] values,
                               int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Iterable<Short> keys,
                               Iterable<Character> values)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMap

HashShortCharMap newMutableMap(Iterable<Short> keys,
                               Iterable<Character> values,
                               int expectedSize)
Specified by:
newMutableMap in interface ShortCharMapFactory

newMutableMapOf

HashShortCharMap newMutableMapOf(short k1,
                                 char v1)
Specified by:
newMutableMapOf in interface ShortCharMapFactory

newMutableMapOf

HashShortCharMap newMutableMapOf(short k1,
                                 char v1,
                                 short k2,
                                 char v2)
Specified by:
newMutableMapOf in interface ShortCharMapFactory

newMutableMapOf

HashShortCharMap newMutableMapOf(short k1,
                                 char v1,
                                 short k2,
                                 char v2,
                                 short k3,
                                 char v3)
Specified by:
newMutableMapOf in interface ShortCharMapFactory

newMutableMapOf

HashShortCharMap newMutableMapOf(short k1,
                                 char v1,
                                 short k2,
                                 char v2,
                                 short k3,
                                 char v3,
                                 short k4,
                                 char v4)
Specified by:
newMutableMapOf in interface ShortCharMapFactory

newMutableMapOf

HashShortCharMap newMutableMapOf(short k1,
                                 char v1,
                                 short k2,
                                 char v2,
                                 short k3,
                                 char v3,
                                 short k4,
                                 char v4,
                                 short k5,
                                 char v5)
Specified by:
newMutableMapOf in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap()
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 Map<Short,Character> map4,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 Map<Short,Character> map4,
                                 Map<Short,Character> map5,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 Map<Short,Character> map4)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 Map<Short,Character> map4,
                                 Map<Short,Character> map5)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Consumer<ShortCharConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Consumer<ShortCharConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(short[] keys,
                                 char[] values)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(short[] keys,
                                 char[] values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Short[] keys,
                                 Character[] values)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Short[] keys,
                                 Character[] values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Iterable<Short> keys,
                                 Iterable<Character> values)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMap

HashShortCharMap newUpdatableMap(Iterable<Short> keys,
                                 Iterable<Character> values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ShortCharMapFactory

newUpdatableMapOf

HashShortCharMap newUpdatableMapOf(short k1,
                                   char v1)
Specified by:
newUpdatableMapOf in interface ShortCharMapFactory

newUpdatableMapOf

HashShortCharMap newUpdatableMapOf(short k1,
                                   char v1,
                                   short k2,
                                   char v2)
Specified by:
newUpdatableMapOf in interface ShortCharMapFactory

newUpdatableMapOf

HashShortCharMap newUpdatableMapOf(short k1,
                                   char v1,
                                   short k2,
                                   char v2,
                                   short k3,
                                   char v3)
Specified by:
newUpdatableMapOf in interface ShortCharMapFactory

newUpdatableMapOf

HashShortCharMap newUpdatableMapOf(short k1,
                                   char v1,
                                   short k2,
                                   char v2,
                                   short k3,
                                   char v3,
                                   short k4,
                                   char v4)
Specified by:
newUpdatableMapOf in interface ShortCharMapFactory

newUpdatableMapOf

HashShortCharMap newUpdatableMapOf(short k1,
                                   char v1,
                                   short k2,
                                   char v2,
                                   short k3,
                                   char v3,
                                   short k4,
                                   char v4,
                                   short k5,
                                   char v5)
Specified by:
newUpdatableMapOf in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 Map<Short,Character> map4,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 Map<Short,Character> map4,
                                 Map<Short,Character> map5,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 Map<Short,Character> map4)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Map<Short,Character> map1,
                                 Map<Short,Character> map2,
                                 Map<Short,Character> map3,
                                 Map<Short,Character> map4,
                                 Map<Short,Character> map5)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Consumer<ShortCharConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Consumer<ShortCharConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(short[] keys,
                                 char[] values)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(short[] keys,
                                 char[] values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Short[] keys,
                                 Character[] values)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Short[] keys,
                                 Character[] values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Iterable<Short> keys,
                                 Iterable<Character> values)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMap

HashShortCharMap newImmutableMap(Iterable<Short> keys,
                                 Iterable<Character> values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ShortCharMapFactory

newImmutableMapOf

HashShortCharMap newImmutableMapOf(short k1,
                                   char v1)
Specified by:
newImmutableMapOf in interface ShortCharMapFactory

newImmutableMapOf

HashShortCharMap newImmutableMapOf(short k1,
                                   char v1,
                                   short k2,
                                   char v2)
Specified by:
newImmutableMapOf in interface ShortCharMapFactory

newImmutableMapOf

HashShortCharMap newImmutableMapOf(short k1,
                                   char v1,
                                   short k2,
                                   char v2,
                                   short k3,
                                   char v3)
Specified by:
newImmutableMapOf in interface ShortCharMapFactory

newImmutableMapOf

HashShortCharMap newImmutableMapOf(short k1,
                                   char v1,
                                   short k2,
                                   char v2,
                                   short k3,
                                   char v3,
                                   short k4,
                                   char v4)
Specified by:
newImmutableMapOf in interface ShortCharMapFactory

newImmutableMapOf

HashShortCharMap newImmutableMapOf(short k1,
                                   char v1,
                                   short k2,
                                   char v2,
                                   short k3,
                                   char v3,
                                   short k4,
                                   char v4,
                                   short k5,
                                   char v5)
Specified by:
newImmutableMapOf in interface ShortCharMapFactory