net.openhft.collect.map.hash
Interface HashLongByteMapFactory

All Superinterfaces:
HashContainerFactory<HashLongByteMapFactory>, LongByteMapFactory, LongHashFactory<HashLongByteMapFactory>

public interface HashLongByteMapFactory
extends LongByteMapFactory, LongHashFactory<HashLongByteMapFactory>

An immutable factory of HashLongByteMaps

See Also:
HashLongByteMap, HashLongByteMaps.getDefaultFactory()

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

Method Detail

withDefaultValue

HashLongByteMapFactory withDefaultValue(byte defaultValue)
Specified by:
withDefaultValue in interface LongByteMapFactory
See Also:
LongByteMap.defaultValue()

newMutableMap

HashLongByteMap newMutableMap()
Specified by:
newMutableMap in interface LongByteMapFactory

newMutableMap

HashLongByteMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface LongByteMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

HashLongByteMap newMutableMap(Map<Long,Byte> map)
Specified by:
newMutableMap in interface LongByteMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

HashLongByteMap newMutableMap(Consumer<LongByteConsumer> entriesSupplier)
Specified by:
newMutableMap in interface LongByteMapFactory

newMutableMap

HashLongByteMap newMutableMap(Consumer<LongByteConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newMutableMap in interface LongByteMapFactory

newMutableMap

HashLongByteMap newMutableMap(long[] keys,
                              byte[] values)
Specified by:
newMutableMap in interface LongByteMapFactory

newMutableMap

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

newMutableMap

HashLongByteMap newMutableMap(Long[] keys,
                              Byte[] values)
Specified by:
newMutableMap in interface LongByteMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

HashLongByteMap newMutableMapOf(long k1,
                                byte v1)
Specified by:
newMutableMapOf in interface LongByteMapFactory

newMutableMapOf

HashLongByteMap newMutableMapOf(long k1,
                                byte v1,
                                long k2,
                                byte v2)
Specified by:
newMutableMapOf in interface LongByteMapFactory

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

HashLongByteMap newUpdatableMap()
Specified by:
newUpdatableMap in interface LongByteMapFactory

newUpdatableMap

HashLongByteMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface LongByteMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

HashLongByteMap newUpdatableMap(Map<Long,Byte> map)
Specified by:
newUpdatableMap in interface LongByteMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

HashLongByteMap newUpdatableMap(Consumer<LongByteConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface LongByteMapFactory

newUpdatableMap

HashLongByteMap newUpdatableMap(Consumer<LongByteConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongByteMapFactory

newUpdatableMap

HashLongByteMap newUpdatableMap(long[] keys,
                                byte[] values)
Specified by:
newUpdatableMap in interface LongByteMapFactory

newUpdatableMap

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

newUpdatableMap

HashLongByteMap newUpdatableMap(Long[] keys,
                                Byte[] values)
Specified by:
newUpdatableMap in interface LongByteMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

HashLongByteMap newUpdatableMapOf(long k1,
                                  byte v1)
Specified by:
newUpdatableMapOf in interface LongByteMapFactory

newUpdatableMapOf

HashLongByteMap newUpdatableMapOf(long k1,
                                  byte v1,
                                  long k2,
                                  byte v2)
Specified by:
newUpdatableMapOf in interface LongByteMapFactory

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

HashLongByteMap newImmutableMap(Map<Long,Byte> map)
Specified by:
newImmutableMap in interface LongByteMapFactory

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

HashLongByteMap newImmutableMap(Consumer<LongByteConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface LongByteMapFactory

newImmutableMap

HashLongByteMap newImmutableMap(Consumer<LongByteConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongByteMapFactory

newImmutableMap

HashLongByteMap newImmutableMap(long[] keys,
                                byte[] values)
Specified by:
newImmutableMap in interface LongByteMapFactory

newImmutableMap

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

newImmutableMap

HashLongByteMap newImmutableMap(Long[] keys,
                                Byte[] values)
Specified by:
newImmutableMap in interface LongByteMapFactory

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

HashLongByteMap newImmutableMapOf(long k1,
                                  byte v1)
Specified by:
newImmutableMapOf in interface LongByteMapFactory

newImmutableMapOf

HashLongByteMap newImmutableMapOf(long k1,
                                  byte v1,
                                  long k2,
                                  byte v2)
Specified by:
newImmutableMapOf in interface LongByteMapFactory

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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