net.openhft.collect.map.hash
Interface HashByteCharMapFactory

All Superinterfaces:
ByteCharMapFactory, ByteHashFactory<HashByteCharMapFactory>, HashContainerFactory<HashByteCharMapFactory>

public interface HashByteCharMapFactory
extends ByteCharMapFactory, ByteHashFactory<HashByteCharMapFactory>

An immutable factory of HashByteCharMaps

See Also:
HashByteCharMap, HashByteCharMaps.getDefaultFactory()

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

Method Detail

withDefaultValue

HashByteCharMapFactory withDefaultValue(char defaultValue)
Specified by:
withDefaultValue in interface ByteCharMapFactory
See Also:
ByteCharMap.defaultValue()

newMutableMap

HashByteCharMap newMutableMap()
Specified by:
newMutableMap in interface ByteCharMapFactory

newMutableMap

HashByteCharMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface ByteCharMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

HashByteCharMap newMutableMap(Map<Byte,Character> map)
Specified by:
newMutableMap in interface ByteCharMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

HashByteCharMap newMutableMap(Consumer<ByteCharConsumer> entriesSupplier)
Specified by:
newMutableMap in interface ByteCharMapFactory

newMutableMap

HashByteCharMap newMutableMap(Consumer<ByteCharConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteCharMapFactory

newMutableMap

HashByteCharMap newMutableMap(byte[] keys,
                              char[] values)
Specified by:
newMutableMap in interface ByteCharMapFactory

newMutableMap

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

newMutableMap

HashByteCharMap newMutableMap(Byte[] keys,
                              Character[] values)
Specified by:
newMutableMap in interface ByteCharMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

HashByteCharMap newMutableMapOf(byte k1,
                                char v1)
Specified by:
newMutableMapOf in interface ByteCharMapFactory

newMutableMapOf

HashByteCharMap newMutableMapOf(byte k1,
                                char v1,
                                byte k2,
                                char v2)
Specified by:
newMutableMapOf in interface ByteCharMapFactory

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

HashByteCharMap newUpdatableMap()
Specified by:
newUpdatableMap in interface ByteCharMapFactory

newUpdatableMap

HashByteCharMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface ByteCharMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

HashByteCharMap newUpdatableMap(Map<Byte,Character> map)
Specified by:
newUpdatableMap in interface ByteCharMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

HashByteCharMap newUpdatableMap(Consumer<ByteCharConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface ByteCharMapFactory

newUpdatableMap

HashByteCharMap newUpdatableMap(Consumer<ByteCharConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteCharMapFactory

newUpdatableMap

HashByteCharMap newUpdatableMap(byte[] keys,
                                char[] values)
Specified by:
newUpdatableMap in interface ByteCharMapFactory

newUpdatableMap

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

newUpdatableMap

HashByteCharMap newUpdatableMap(Byte[] keys,
                                Character[] values)
Specified by:
newUpdatableMap in interface ByteCharMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

HashByteCharMap newUpdatableMapOf(byte k1,
                                  char v1)
Specified by:
newUpdatableMapOf in interface ByteCharMapFactory

newUpdatableMapOf

HashByteCharMap newUpdatableMapOf(byte k1,
                                  char v1,
                                  byte k2,
                                  char v2)
Specified by:
newUpdatableMapOf in interface ByteCharMapFactory

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

HashByteCharMap newImmutableMap(Map<Byte,Character> map)
Specified by:
newImmutableMap in interface ByteCharMapFactory

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

HashByteCharMap newImmutableMap(Consumer<ByteCharConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface ByteCharMapFactory

newImmutableMap

HashByteCharMap newImmutableMap(Consumer<ByteCharConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteCharMapFactory

newImmutableMap

HashByteCharMap newImmutableMap(byte[] keys,
                                char[] values)
Specified by:
newImmutableMap in interface ByteCharMapFactory

newImmutableMap

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

newImmutableMap

HashByteCharMap newImmutableMap(Byte[] keys,
                                Character[] values)
Specified by:
newImmutableMap in interface ByteCharMapFactory

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

HashByteCharMap newImmutableMapOf(byte k1,
                                  char v1)
Specified by:
newImmutableMapOf in interface ByteCharMapFactory

newImmutableMapOf

HashByteCharMap newImmutableMapOf(byte k1,
                                  char v1,
                                  byte k2,
                                  char v2)
Specified by:
newImmutableMapOf in interface ByteCharMapFactory

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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