net.openhft.collect.map.hash
Interface HashCharByteMapFactory

All Superinterfaces:
CharByteMapFactory, CharHashFactory<HashCharByteMapFactory>, HashContainerFactory<HashCharByteMapFactory>

public interface HashCharByteMapFactory
extends CharByteMapFactory, CharHashFactory<HashCharByteMapFactory>

An immutable factory of HashCharByteMaps

See Also:
HashCharByteMap, HashCharByteMaps.getDefaultFactory()

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

Method Detail

withDefaultValue

HashCharByteMapFactory withDefaultValue(byte defaultValue)
Specified by:
withDefaultValue in interface CharByteMapFactory
See Also:
CharByteMap.defaultValue()

newMutableMap

HashCharByteMap newMutableMap()
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map1,
                              Map<Character,Byte> map2,
                              int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map1,
                              Map<Character,Byte> map2,
                              Map<Character,Byte> map3,
                              int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map1,
                              Map<Character,Byte> map2,
                              Map<Character,Byte> map3,
                              Map<Character,Byte> map4,
                              int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map1,
                              Map<Character,Byte> map2,
                              Map<Character,Byte> map3,
                              Map<Character,Byte> map4,
                              Map<Character,Byte> map5,
                              int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map1,
                              Map<Character,Byte> map2)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map1,
                              Map<Character,Byte> map2,
                              Map<Character,Byte> map3)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map1,
                              Map<Character,Byte> map2,
                              Map<Character,Byte> map3,
                              Map<Character,Byte> map4)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Map<Character,Byte> map1,
                              Map<Character,Byte> map2,
                              Map<Character,Byte> map3,
                              Map<Character,Byte> map4,
                              Map<Character,Byte> map5)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Consumer<CharByteConsumer> entriesSupplier)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Consumer<CharByteConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(char[] keys,
                              byte[] values)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(char[] keys,
                              byte[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Character[] keys,
                              Byte[] values)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Character[] keys,
                              Byte[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Iterable<Character> keys,
                              Iterable<Byte> values)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMap

HashCharByteMap newMutableMap(Iterable<Character> keys,
                              Iterable<Byte> values,
                              int expectedSize)
Specified by:
newMutableMap in interface CharByteMapFactory

newMutableMapOf

HashCharByteMap newMutableMapOf(char k1,
                                byte v1)
Specified by:
newMutableMapOf in interface CharByteMapFactory

newMutableMapOf

HashCharByteMap newMutableMapOf(char k1,
                                byte v1,
                                char k2,
                                byte v2)
Specified by:
newMutableMapOf in interface CharByteMapFactory

newMutableMapOf

HashCharByteMap newMutableMapOf(char k1,
                                byte v1,
                                char k2,
                                byte v2,
                                char k3,
                                byte v3)
Specified by:
newMutableMapOf in interface CharByteMapFactory

newMutableMapOf

HashCharByteMap newMutableMapOf(char k1,
                                byte v1,
                                char k2,
                                byte v2,
                                char k3,
                                byte v3,
                                char k4,
                                byte v4)
Specified by:
newMutableMapOf in interface CharByteMapFactory

newMutableMapOf

HashCharByteMap newMutableMapOf(char k1,
                                byte v1,
                                char k2,
                                byte v2,
                                char k3,
                                byte v3,
                                char k4,
                                byte v4,
                                char k5,
                                byte v5)
Specified by:
newMutableMapOf in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap()
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                Map<Character,Byte> map4,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                Map<Character,Byte> map4,
                                Map<Character,Byte> map5,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                Map<Character,Byte> map4)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                Map<Character,Byte> map4,
                                Map<Character,Byte> map5)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Consumer<CharByteConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Consumer<CharByteConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(char[] keys,
                                byte[] values)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(char[] keys,
                                byte[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Character[] keys,
                                Byte[] values)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Character[] keys,
                                Byte[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Iterable<Character> keys,
                                Iterable<Byte> values)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMap

HashCharByteMap newUpdatableMap(Iterable<Character> keys,
                                Iterable<Byte> values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharByteMapFactory

newUpdatableMapOf

HashCharByteMap newUpdatableMapOf(char k1,
                                  byte v1)
Specified by:
newUpdatableMapOf in interface CharByteMapFactory

newUpdatableMapOf

HashCharByteMap newUpdatableMapOf(char k1,
                                  byte v1,
                                  char k2,
                                  byte v2)
Specified by:
newUpdatableMapOf in interface CharByteMapFactory

newUpdatableMapOf

HashCharByteMap newUpdatableMapOf(char k1,
                                  byte v1,
                                  char k2,
                                  byte v2,
                                  char k3,
                                  byte v3)
Specified by:
newUpdatableMapOf in interface CharByteMapFactory

newUpdatableMapOf

HashCharByteMap newUpdatableMapOf(char k1,
                                  byte v1,
                                  char k2,
                                  byte v2,
                                  char k3,
                                  byte v3,
                                  char k4,
                                  byte v4)
Specified by:
newUpdatableMapOf in interface CharByteMapFactory

newUpdatableMapOf

HashCharByteMap newUpdatableMapOf(char k1,
                                  byte v1,
                                  char k2,
                                  byte v2,
                                  char k3,
                                  byte v3,
                                  char k4,
                                  byte v4,
                                  char k5,
                                  byte v5)
Specified by:
newUpdatableMapOf in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                Map<Character,Byte> map4,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                Map<Character,Byte> map4,
                                Map<Character,Byte> map5,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                Map<Character,Byte> map4)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Map<Character,Byte> map1,
                                Map<Character,Byte> map2,
                                Map<Character,Byte> map3,
                                Map<Character,Byte> map4,
                                Map<Character,Byte> map5)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Consumer<CharByteConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Consumer<CharByteConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(char[] keys,
                                byte[] values)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(char[] keys,
                                byte[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Character[] keys,
                                Byte[] values)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Character[] keys,
                                Byte[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Iterable<Character> keys,
                                Iterable<Byte> values)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMap

HashCharByteMap newImmutableMap(Iterable<Character> keys,
                                Iterable<Byte> values,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharByteMapFactory

newImmutableMapOf

HashCharByteMap newImmutableMapOf(char k1,
                                  byte v1)
Specified by:
newImmutableMapOf in interface CharByteMapFactory

newImmutableMapOf

HashCharByteMap newImmutableMapOf(char k1,
                                  byte v1,
                                  char k2,
                                  byte v2)
Specified by:
newImmutableMapOf in interface CharByteMapFactory

newImmutableMapOf

HashCharByteMap newImmutableMapOf(char k1,
                                  byte v1,
                                  char k2,
                                  byte v2,
                                  char k3,
                                  byte v3)
Specified by:
newImmutableMapOf in interface CharByteMapFactory

newImmutableMapOf

HashCharByteMap newImmutableMapOf(char k1,
                                  byte v1,
                                  char k2,
                                  byte v2,
                                  char k3,
                                  byte v3,
                                  char k4,
                                  byte v4)
Specified by:
newImmutableMapOf in interface CharByteMapFactory

newImmutableMapOf

HashCharByteMap newImmutableMapOf(char k1,
                                  byte v1,
                                  char k2,
                                  byte v2,
                                  char k3,
                                  byte v3,
                                  char k4,
                                  byte v4,
                                  char k5,
                                  byte v5)
Specified by:
newImmutableMapOf in interface CharByteMapFactory