net.openhft.collect.map.hash
Interface HashByteByteMapFactory

All Superinterfaces:
ByteByteMapFactory, ByteHashFactory<HashByteByteMapFactory>, HashContainerFactory<HashByteByteMapFactory>

public interface HashByteByteMapFactory
extends ByteByteMapFactory, ByteHashFactory<HashByteByteMapFactory>

An immutable factory of HashByteByteMaps

See Also:
HashByteByteMap, HashByteByteMaps.getDefaultFactory()

Method Summary
 HashByteByteMap newImmutableMap(byte[] keys, byte[] values)
           
 HashByteByteMap newImmutableMap(Byte[] keys, Byte[] values)
           
 HashByteByteMap newImmutableMap(byte[] keys, byte[] values, int expectedSize)
           
 HashByteByteMap newImmutableMap(Byte[] keys, Byte[] values, int expectedSize)
           
 HashByteByteMap newImmutableMap(Consumer<ByteByteConsumer> entriesSupplier)
           
 HashByteByteMap newImmutableMap(Consumer<ByteByteConsumer> entriesSupplier, int expectedSize)
           
 HashByteByteMap newImmutableMap(Iterable<Byte> keys, Iterable<Byte> values)
           
 HashByteByteMap newImmutableMap(Iterable<Byte> keys, Iterable<Byte> values, int expectedSize)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, int expectedSize)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, int expectedSize)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, int expectedSize)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, Map<Byte,Byte> map5)
           
 HashByteByteMap newImmutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, Map<Byte,Byte> map5, int expectedSize)
           
 HashByteByteMap newImmutableMapOf(byte k1, byte v1)
           
 HashByteByteMap newImmutableMapOf(byte k1, byte v1, byte k2, byte v2)
           
 HashByteByteMap newImmutableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3)
           
 HashByteByteMap newImmutableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3, byte k4, byte v4)
           
 HashByteByteMap newImmutableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3, byte k4, byte v4, byte k5, byte v5)
           
 HashByteByteMap newMutableMap()
           
 HashByteByteMap newMutableMap(byte[] keys, byte[] values)
           
 HashByteByteMap newMutableMap(Byte[] keys, Byte[] values)
           
 HashByteByteMap newMutableMap(byte[] keys, byte[] values, int expectedSize)
           
 HashByteByteMap newMutableMap(Byte[] keys, Byte[] values, int expectedSize)
           
 HashByteByteMap newMutableMap(Consumer<ByteByteConsumer> entriesSupplier)
           
 HashByteByteMap newMutableMap(Consumer<ByteByteConsumer> entriesSupplier, int expectedSize)
           
 HashByteByteMap newMutableMap(int expectedSize)
           
 HashByteByteMap newMutableMap(Iterable<Byte> keys, Iterable<Byte> values)
           
 HashByteByteMap newMutableMap(Iterable<Byte> keys, Iterable<Byte> values, int expectedSize)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, int expectedSize)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, int expectedSize)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, int expectedSize)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, Map<Byte,Byte> map5)
           
 HashByteByteMap newMutableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, Map<Byte,Byte> map5, int expectedSize)
           
 HashByteByteMap newMutableMapOf(byte k1, byte v1)
           
 HashByteByteMap newMutableMapOf(byte k1, byte v1, byte k2, byte v2)
           
 HashByteByteMap newMutableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3)
           
 HashByteByteMap newMutableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3, byte k4, byte v4)
           
 HashByteByteMap newMutableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3, byte k4, byte v4, byte k5, byte v5)
           
 HashByteByteMap newUpdatableMap()
           
 HashByteByteMap newUpdatableMap(byte[] keys, byte[] values)
           
 HashByteByteMap newUpdatableMap(Byte[] keys, Byte[] values)
           
 HashByteByteMap newUpdatableMap(byte[] keys, byte[] values, int expectedSize)
           
 HashByteByteMap newUpdatableMap(Byte[] keys, Byte[] values, int expectedSize)
           
 HashByteByteMap newUpdatableMap(Consumer<ByteByteConsumer> entriesSupplier)
           
 HashByteByteMap newUpdatableMap(Consumer<ByteByteConsumer> entriesSupplier, int expectedSize)
           
 HashByteByteMap newUpdatableMap(int expectedSize)
           
 HashByteByteMap newUpdatableMap(Iterable<Byte> keys, Iterable<Byte> values)
           
 HashByteByteMap newUpdatableMap(Iterable<Byte> keys, Iterable<Byte> values, int expectedSize)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, int expectedSize)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, int expectedSize)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, int expectedSize)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, Map<Byte,Byte> map5)
           
 HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1, Map<Byte,Byte> map2, Map<Byte,Byte> map3, Map<Byte,Byte> map4, Map<Byte,Byte> map5, int expectedSize)
           
 HashByteByteMap newUpdatableMapOf(byte k1, byte v1)
           
 HashByteByteMap newUpdatableMapOf(byte k1, byte v1, byte k2, byte v2)
           
 HashByteByteMap newUpdatableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3)
           
 HashByteByteMap newUpdatableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3, byte k4, byte v4)
           
 HashByteByteMap newUpdatableMapOf(byte k1, byte v1, byte k2, byte v2, byte k3, byte v3, byte k4, byte v4, byte k5, byte v5)
           
 HashByteByteMapFactory withDefaultValue(byte defaultValue)
           
 
Methods inherited from interface net.openhft.collect.map.ByteByteMapFactory
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

HashByteByteMapFactory withDefaultValue(byte defaultValue)
Specified by:
withDefaultValue in interface ByteByteMapFactory
See Also:
ByteByteMap.defaultValue()

newMutableMap

HashByteByteMap newMutableMap()
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                              Map<Byte,Byte> map2,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                              Map<Byte,Byte> map2,
                              Map<Byte,Byte> map3,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                              Map<Byte,Byte> map2,
                              Map<Byte,Byte> map3,
                              Map<Byte,Byte> map4,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

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

newMutableMap

HashByteByteMap newMutableMap(Map<Byte,Byte> map)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                              Map<Byte,Byte> map2)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                              Map<Byte,Byte> map2,
                              Map<Byte,Byte> map3)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                              Map<Byte,Byte> map2,
                              Map<Byte,Byte> map3,
                              Map<Byte,Byte> map4)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Map<Byte,Byte> map1,
                              Map<Byte,Byte> map2,
                              Map<Byte,Byte> map3,
                              Map<Byte,Byte> map4,
                              Map<Byte,Byte> map5)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Consumer<ByteByteConsumer> entriesSupplier)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Consumer<ByteByteConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(byte[] keys,
                              byte[] values)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(byte[] keys,
                              byte[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Byte[] keys,
                              Byte[] values)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Byte[] keys,
                              Byte[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Iterable<Byte> keys,
                              Iterable<Byte> values)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMap

HashByteByteMap newMutableMap(Iterable<Byte> keys,
                              Iterable<Byte> values,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteByteMapFactory

newMutableMapOf

HashByteByteMap newMutableMapOf(byte k1,
                                byte v1)
Specified by:
newMutableMapOf in interface ByteByteMapFactory

newMutableMapOf

HashByteByteMap newMutableMapOf(byte k1,
                                byte v1,
                                byte k2,
                                byte v2)
Specified by:
newMutableMapOf in interface ByteByteMapFactory

newMutableMapOf

HashByteByteMap newMutableMapOf(byte k1,
                                byte v1,
                                byte k2,
                                byte v2,
                                byte k3,
                                byte v3)
Specified by:
newMutableMapOf in interface ByteByteMapFactory

newMutableMapOf

HashByteByteMap newMutableMapOf(byte k1,
                                byte v1,
                                byte k2,
                                byte v2,
                                byte k3,
                                byte v3,
                                byte k4,
                                byte v4)
Specified by:
newMutableMapOf in interface ByteByteMapFactory

newMutableMapOf

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

newUpdatableMap

HashByteByteMap newUpdatableMap()
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3,
                                Map<Byte,Byte> map4,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

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

newUpdatableMap

HashByteByteMap newUpdatableMap(Map<Byte,Byte> map)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3,
                                Map<Byte,Byte> map4)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3,
                                Map<Byte,Byte> map4,
                                Map<Byte,Byte> map5)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Consumer<ByteByteConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Consumer<ByteByteConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(byte[] keys,
                                byte[] values)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(byte[] keys,
                                byte[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Byte[] keys,
                                Byte[] values)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Byte[] keys,
                                Byte[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Iterable<Byte> keys,
                                Iterable<Byte> values)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMap

HashByteByteMap newUpdatableMap(Iterable<Byte> keys,
                                Iterable<Byte> values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteByteMapFactory

newUpdatableMapOf

HashByteByteMap newUpdatableMapOf(byte k1,
                                  byte v1)
Specified by:
newUpdatableMapOf in interface ByteByteMapFactory

newUpdatableMapOf

HashByteByteMap newUpdatableMapOf(byte k1,
                                  byte v1,
                                  byte k2,
                                  byte v2)
Specified by:
newUpdatableMapOf in interface ByteByteMapFactory

newUpdatableMapOf

HashByteByteMap newUpdatableMapOf(byte k1,
                                  byte v1,
                                  byte k2,
                                  byte v2,
                                  byte k3,
                                  byte v3)
Specified by:
newUpdatableMapOf in interface ByteByteMapFactory

newUpdatableMapOf

HashByteByteMap newUpdatableMapOf(byte k1,
                                  byte v1,
                                  byte k2,
                                  byte v2,
                                  byte k3,
                                  byte v3,
                                  byte k4,
                                  byte v4)
Specified by:
newUpdatableMapOf in interface ByteByteMapFactory

newUpdatableMapOf

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

newImmutableMap

HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3,
                                Map<Byte,Byte> map4,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

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

newImmutableMap

HashByteByteMap newImmutableMap(Map<Byte,Byte> map)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3,
                                Map<Byte,Byte> map4)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Map<Byte,Byte> map1,
                                Map<Byte,Byte> map2,
                                Map<Byte,Byte> map3,
                                Map<Byte,Byte> map4,
                                Map<Byte,Byte> map5)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Consumer<ByteByteConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Consumer<ByteByteConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(byte[] keys,
                                byte[] values)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(byte[] keys,
                                byte[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Byte[] keys,
                                Byte[] values)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Byte[] keys,
                                Byte[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Iterable<Byte> keys,
                                Iterable<Byte> values)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMap

HashByteByteMap newImmutableMap(Iterable<Byte> keys,
                                Iterable<Byte> values,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteByteMapFactory

newImmutableMapOf

HashByteByteMap newImmutableMapOf(byte k1,
                                  byte v1)
Specified by:
newImmutableMapOf in interface ByteByteMapFactory

newImmutableMapOf

HashByteByteMap newImmutableMapOf(byte k1,
                                  byte v1,
                                  byte k2,
                                  byte v2)
Specified by:
newImmutableMapOf in interface ByteByteMapFactory

newImmutableMapOf

HashByteByteMap newImmutableMapOf(byte k1,
                                  byte v1,
                                  byte k2,
                                  byte v2,
                                  byte k3,
                                  byte v3)
Specified by:
newImmutableMapOf in interface ByteByteMapFactory

newImmutableMapOf

HashByteByteMap newImmutableMapOf(byte k1,
                                  byte v1,
                                  byte k2,
                                  byte v2,
                                  byte k3,
                                  byte v3,
                                  byte k4,
                                  byte v4)
Specified by:
newImmutableMapOf in interface ByteByteMapFactory

newImmutableMapOf

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