net.openhft.collect.map.hash
Interface HashByteLongMapFactory

All Superinterfaces:
ByteHashFactory<HashByteLongMapFactory>, ByteLongMapFactory, HashContainerFactory<HashByteLongMapFactory>

public interface HashByteLongMapFactory
extends ByteLongMapFactory, ByteHashFactory<HashByteLongMapFactory>

An immutable factory of HashByteLongMaps

See Also:
HashByteLongMap, HashByteLongMaps.getDefaultFactory()

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

HashByteLongMapFactory withDefaultValue(long defaultValue)
Specified by:
withDefaultValue in interface ByteLongMapFactory
See Also:
ByteLongMap.defaultValue()

newMutableMap

HashByteLongMap newMutableMap()
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Map<Byte,Long> map1,
                              Map<Byte,Long> map2,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Map<Byte,Long> map1,
                              Map<Byte,Long> map2,
                              Map<Byte,Long> map3,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Map<Byte,Long> map1,
                              Map<Byte,Long> map2,
                              Map<Byte,Long> map3,
                              Map<Byte,Long> map4,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

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

newMutableMap

HashByteLongMap newMutableMap(Map<Byte,Long> map)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Map<Byte,Long> map1,
                              Map<Byte,Long> map2)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Map<Byte,Long> map1,
                              Map<Byte,Long> map2,
                              Map<Byte,Long> map3)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Map<Byte,Long> map1,
                              Map<Byte,Long> map2,
                              Map<Byte,Long> map3,
                              Map<Byte,Long> map4)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Map<Byte,Long> map1,
                              Map<Byte,Long> map2,
                              Map<Byte,Long> map3,
                              Map<Byte,Long> map4,
                              Map<Byte,Long> map5)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Consumer<ByteLongConsumer> entriesSupplier)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Consumer<ByteLongConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(byte[] keys,
                              long[] values)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(byte[] keys,
                              long[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Byte[] keys,
                              Long[] values)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Byte[] keys,
                              Long[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Iterable<Byte> keys,
                              Iterable<Long> values)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMap

HashByteLongMap newMutableMap(Iterable<Byte> keys,
                              Iterable<Long> values,
                              int expectedSize)
Specified by:
newMutableMap in interface ByteLongMapFactory

newMutableMapOf

HashByteLongMap newMutableMapOf(byte k1,
                                long v1)
Specified by:
newMutableMapOf in interface ByteLongMapFactory

newMutableMapOf

HashByteLongMap newMutableMapOf(byte k1,
                                long v1,
                                byte k2,
                                long v2)
Specified by:
newMutableMapOf in interface ByteLongMapFactory

newMutableMapOf

HashByteLongMap newMutableMapOf(byte k1,
                                long v1,
                                byte k2,
                                long v2,
                                byte k3,
                                long v3)
Specified by:
newMutableMapOf in interface ByteLongMapFactory

newMutableMapOf

HashByteLongMap newMutableMapOf(byte k1,
                                long v1,
                                byte k2,
                                long v2,
                                byte k3,
                                long v3,
                                byte k4,
                                long v4)
Specified by:
newMutableMapOf in interface ByteLongMapFactory

newMutableMapOf

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

newUpdatableMap

HashByteLongMap newUpdatableMap()
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3,
                                Map<Byte,Long> map4,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

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

newUpdatableMap

HashByteLongMap newUpdatableMap(Map<Byte,Long> map)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3,
                                Map<Byte,Long> map4)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3,
                                Map<Byte,Long> map4,
                                Map<Byte,Long> map5)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Consumer<ByteLongConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Consumer<ByteLongConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(byte[] keys,
                                long[] values)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(byte[] keys,
                                long[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Byte[] keys,
                                Long[] values)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Byte[] keys,
                                Long[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Iterable<Byte> keys,
                                Iterable<Long> values)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMap

HashByteLongMap newUpdatableMap(Iterable<Byte> keys,
                                Iterable<Long> values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface ByteLongMapFactory

newUpdatableMapOf

HashByteLongMap newUpdatableMapOf(byte k1,
                                  long v1)
Specified by:
newUpdatableMapOf in interface ByteLongMapFactory

newUpdatableMapOf

HashByteLongMap newUpdatableMapOf(byte k1,
                                  long v1,
                                  byte k2,
                                  long v2)
Specified by:
newUpdatableMapOf in interface ByteLongMapFactory

newUpdatableMapOf

HashByteLongMap newUpdatableMapOf(byte k1,
                                  long v1,
                                  byte k2,
                                  long v2,
                                  byte k3,
                                  long v3)
Specified by:
newUpdatableMapOf in interface ByteLongMapFactory

newUpdatableMapOf

HashByteLongMap newUpdatableMapOf(byte k1,
                                  long v1,
                                  byte k2,
                                  long v2,
                                  byte k3,
                                  long v3,
                                  byte k4,
                                  long v4)
Specified by:
newUpdatableMapOf in interface ByteLongMapFactory

newUpdatableMapOf

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

newImmutableMap

HashByteLongMap newImmutableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3,
                                Map<Byte,Long> map4,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

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

newImmutableMap

HashByteLongMap newImmutableMap(Map<Byte,Long> map)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3,
                                Map<Byte,Long> map4)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Map<Byte,Long> map1,
                                Map<Byte,Long> map2,
                                Map<Byte,Long> map3,
                                Map<Byte,Long> map4,
                                Map<Byte,Long> map5)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Consumer<ByteLongConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Consumer<ByteLongConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(byte[] keys,
                                long[] values)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(byte[] keys,
                                long[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Byte[] keys,
                                Long[] values)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Byte[] keys,
                                Long[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Iterable<Byte> keys,
                                Iterable<Long> values)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMap

HashByteLongMap newImmutableMap(Iterable<Byte> keys,
                                Iterable<Long> values,
                                int expectedSize)
Specified by:
newImmutableMap in interface ByteLongMapFactory

newImmutableMapOf

HashByteLongMap newImmutableMapOf(byte k1,
                                  long v1)
Specified by:
newImmutableMapOf in interface ByteLongMapFactory

newImmutableMapOf

HashByteLongMap newImmutableMapOf(byte k1,
                                  long v1,
                                  byte k2,
                                  long v2)
Specified by:
newImmutableMapOf in interface ByteLongMapFactory

newImmutableMapOf

HashByteLongMap newImmutableMapOf(byte k1,
                                  long v1,
                                  byte k2,
                                  long v2,
                                  byte k3,
                                  long v3)
Specified by:
newImmutableMapOf in interface ByteLongMapFactory

newImmutableMapOf

HashByteLongMap newImmutableMapOf(byte k1,
                                  long v1,
                                  byte k2,
                                  long v2,
                                  byte k3,
                                  long v3,
                                  byte k4,
                                  long v4)
Specified by:
newImmutableMapOf in interface ByteLongMapFactory

newImmutableMapOf

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