net.openhft.collect.map.hash
Interface HashByteIntMapFactory

All Superinterfaces:
ByteHashFactory<HashByteIntMapFactory>, ByteIntMapFactory, HashContainerFactory<HashByteIntMapFactory>

public interface HashByteIntMapFactory
extends ByteIntMapFactory, ByteHashFactory<HashByteIntMapFactory>

An immutable factory of HashByteIntMaps

See Also:
HashByteIntMap, HashByteIntMaps.getDefaultFactory()

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

HashByteIntMapFactory withDefaultValue(int defaultValue)
Specified by:
withDefaultValue in interface ByteIntMapFactory
See Also:
ByteIntMap.defaultValue()

newMutableMap

HashByteIntMap newMutableMap()
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
                             Map<Byte,Integer> map2,
                             int expectedSize)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
                             Map<Byte,Integer> map2,
                             Map<Byte,Integer> map3,
                             int expectedSize)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
                             Map<Byte,Integer> map2,
                             Map<Byte,Integer> map3,
                             Map<Byte,Integer> map4,
                             int expectedSize)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

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

newMutableMap

HashByteIntMap newMutableMap(Map<Byte,Integer> map)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
                             Map<Byte,Integer> map2)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
                             Map<Byte,Integer> map2,
                             Map<Byte,Integer> map3)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
                             Map<Byte,Integer> map2,
                             Map<Byte,Integer> map3,
                             Map<Byte,Integer> map4)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Map<Byte,Integer> map1,
                             Map<Byte,Integer> map2,
                             Map<Byte,Integer> map3,
                             Map<Byte,Integer> map4,
                             Map<Byte,Integer> map5)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Consumer<ByteIntConsumer> entriesSupplier)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Consumer<ByteIntConsumer> entriesSupplier,
                             int expectedSize)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(byte[] keys,
                             int[] values)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

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

newMutableMap

HashByteIntMap newMutableMap(Byte[] keys,
                             Integer[] values)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Byte[] keys,
                             Integer[] values,
                             int expectedSize)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Iterable<Byte> keys,
                             Iterable<Integer> values)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMap

HashByteIntMap newMutableMap(Iterable<Byte> keys,
                             Iterable<Integer> values,
                             int expectedSize)
Specified by:
newMutableMap in interface ByteIntMapFactory

newMutableMapOf

HashByteIntMap newMutableMapOf(byte k1,
                               int v1)
Specified by:
newMutableMapOf in interface ByteIntMapFactory

newMutableMapOf

HashByteIntMap newMutableMapOf(byte k1,
                               int v1,
                               byte k2,
                               int v2)
Specified by:
newMutableMapOf in interface ByteIntMapFactory

newMutableMapOf

HashByteIntMap newMutableMapOf(byte k1,
                               int v1,
                               byte k2,
                               int v2,
                               byte k3,
                               int v3)
Specified by:
newMutableMapOf in interface ByteIntMapFactory

newMutableMapOf

HashByteIntMap newMutableMapOf(byte k1,
                               int v1,
                               byte k2,
                               int v2,
                               byte k3,
                               int v3,
                               byte k4,
                               int v4)
Specified by:
newMutableMapOf in interface ByteIntMapFactory

newMutableMapOf

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

newUpdatableMap

HashByteIntMap newUpdatableMap()
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               int expectedSize)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3,
                               int expectedSize)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3,
                               Map<Byte,Integer> map4,
                               int expectedSize)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

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

newUpdatableMap

HashByteIntMap newUpdatableMap(Map<Byte,Integer> map)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3,
                               Map<Byte,Integer> map4)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3,
                               Map<Byte,Integer> map4,
                               Map<Byte,Integer> map5)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Consumer<ByteIntConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Consumer<ByteIntConsumer> entriesSupplier,
                               int expectedSize)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(byte[] keys,
                               int[] values)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

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

newUpdatableMap

HashByteIntMap newUpdatableMap(Byte[] keys,
                               Integer[] values)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Byte[] keys,
                               Integer[] values,
                               int expectedSize)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Iterable<Byte> keys,
                               Iterable<Integer> values)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMap

HashByteIntMap newUpdatableMap(Iterable<Byte> keys,
                               Iterable<Integer> values,
                               int expectedSize)
Specified by:
newUpdatableMap in interface ByteIntMapFactory

newUpdatableMapOf

HashByteIntMap newUpdatableMapOf(byte k1,
                                 int v1)
Specified by:
newUpdatableMapOf in interface ByteIntMapFactory

newUpdatableMapOf

HashByteIntMap newUpdatableMapOf(byte k1,
                                 int v1,
                                 byte k2,
                                 int v2)
Specified by:
newUpdatableMapOf in interface ByteIntMapFactory

newUpdatableMapOf

HashByteIntMap newUpdatableMapOf(byte k1,
                                 int v1,
                                 byte k2,
                                 int v2,
                                 byte k3,
                                 int v3)
Specified by:
newUpdatableMapOf in interface ByteIntMapFactory

newUpdatableMapOf

HashByteIntMap newUpdatableMapOf(byte k1,
                                 int v1,
                                 byte k2,
                                 int v2,
                                 byte k3,
                                 int v3,
                                 byte k4,
                                 int v4)
Specified by:
newUpdatableMapOf in interface ByteIntMapFactory

newUpdatableMapOf

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

newImmutableMap

HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               int expectedSize)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3,
                               int expectedSize)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3,
                               Map<Byte,Integer> map4,
                               int expectedSize)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

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

newImmutableMap

HashByteIntMap newImmutableMap(Map<Byte,Integer> map)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3,
                               Map<Byte,Integer> map4)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Map<Byte,Integer> map1,
                               Map<Byte,Integer> map2,
                               Map<Byte,Integer> map3,
                               Map<Byte,Integer> map4,
                               Map<Byte,Integer> map5)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Consumer<ByteIntConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Consumer<ByteIntConsumer> entriesSupplier,
                               int expectedSize)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(byte[] keys,
                               int[] values)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

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

newImmutableMap

HashByteIntMap newImmutableMap(Byte[] keys,
                               Integer[] values)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Byte[] keys,
                               Integer[] values,
                               int expectedSize)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Iterable<Byte> keys,
                               Iterable<Integer> values)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMap

HashByteIntMap newImmutableMap(Iterable<Byte> keys,
                               Iterable<Integer> values,
                               int expectedSize)
Specified by:
newImmutableMap in interface ByteIntMapFactory

newImmutableMapOf

HashByteIntMap newImmutableMapOf(byte k1,
                                 int v1)
Specified by:
newImmutableMapOf in interface ByteIntMapFactory

newImmutableMapOf

HashByteIntMap newImmutableMapOf(byte k1,
                                 int v1,
                                 byte k2,
                                 int v2)
Specified by:
newImmutableMapOf in interface ByteIntMapFactory

newImmutableMapOf

HashByteIntMap newImmutableMapOf(byte k1,
                                 int v1,
                                 byte k2,
                                 int v2,
                                 byte k3,
                                 int v3)
Specified by:
newImmutableMapOf in interface ByteIntMapFactory

newImmutableMapOf

HashByteIntMap newImmutableMapOf(byte k1,
                                 int v1,
                                 byte k2,
                                 int v2,
                                 byte k3,
                                 int v3,
                                 byte k4,
                                 int v4)
Specified by:
newImmutableMapOf in interface ByteIntMapFactory

newImmutableMapOf

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