net.openhft.collect.map.hash
Interface HashByteShortMapFactory

All Superinterfaces:
ByteHashFactory<HashByteShortMapFactory>, ByteShortMapFactory, HashContainerFactory<HashByteShortMapFactory>

public interface HashByteShortMapFactory
extends ByteShortMapFactory, ByteHashFactory<HashByteShortMapFactory>

An immutable factory of HashByteShortMaps

See Also:
HashByteShortMap, HashByteShortMaps.getDefaultFactory()

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

HashByteShortMapFactory withDefaultValue(short defaultValue)
Specified by:
withDefaultValue in interface ByteShortMapFactory
See Also:
ByteShortMap.defaultValue()

newMutableMap

HashByteShortMap newMutableMap()
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Map<Byte,Short> map1,
                               Map<Byte,Short> map2,
                               int expectedSize)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Map<Byte,Short> map1,
                               Map<Byte,Short> map2,
                               Map<Byte,Short> map3,
                               int expectedSize)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Map<Byte,Short> map1,
                               Map<Byte,Short> map2,
                               Map<Byte,Short> map3,
                               Map<Byte,Short> map4,
                               int expectedSize)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

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

newMutableMap

HashByteShortMap newMutableMap(Map<Byte,Short> map)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Map<Byte,Short> map1,
                               Map<Byte,Short> map2)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Map<Byte,Short> map1,
                               Map<Byte,Short> map2,
                               Map<Byte,Short> map3)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Map<Byte,Short> map1,
                               Map<Byte,Short> map2,
                               Map<Byte,Short> map3,
                               Map<Byte,Short> map4)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Map<Byte,Short> map1,
                               Map<Byte,Short> map2,
                               Map<Byte,Short> map3,
                               Map<Byte,Short> map4,
                               Map<Byte,Short> map5)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Consumer<ByteShortConsumer> entriesSupplier)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Consumer<ByteShortConsumer> entriesSupplier,
                               int expectedSize)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(byte[] keys,
                               short[] values)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(byte[] keys,
                               short[] values,
                               int expectedSize)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Byte[] keys,
                               Short[] values)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Byte[] keys,
                               Short[] values,
                               int expectedSize)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Iterable<Byte> keys,
                               Iterable<Short> values)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMap

HashByteShortMap newMutableMap(Iterable<Byte> keys,
                               Iterable<Short> values,
                               int expectedSize)
Specified by:
newMutableMap in interface ByteShortMapFactory

newMutableMapOf

HashByteShortMap newMutableMapOf(byte k1,
                                 short v1)
Specified by:
newMutableMapOf in interface ByteShortMapFactory

newMutableMapOf

HashByteShortMap newMutableMapOf(byte k1,
                                 short v1,
                                 byte k2,
                                 short v2)
Specified by:
newMutableMapOf in interface ByteShortMapFactory

newMutableMapOf

HashByteShortMap newMutableMapOf(byte k1,
                                 short v1,
                                 byte k2,
                                 short v2,
                                 byte k3,
                                 short v3)
Specified by:
newMutableMapOf in interface ByteShortMapFactory

newMutableMapOf

HashByteShortMap newMutableMapOf(byte k1,
                                 short v1,
                                 byte k2,
                                 short v2,
                                 byte k3,
                                 short v3,
                                 byte k4,
                                 short v4)
Specified by:
newMutableMapOf in interface ByteShortMapFactory

newMutableMapOf

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

newUpdatableMap

HashByteShortMap newUpdatableMap()
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3,
                                 Map<Byte,Short> map4,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

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

newUpdatableMap

HashByteShortMap newUpdatableMap(Map<Byte,Short> map)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3,
                                 Map<Byte,Short> map4)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3,
                                 Map<Byte,Short> map4,
                                 Map<Byte,Short> map5)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Consumer<ByteShortConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Consumer<ByteShortConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(byte[] keys,
                                 short[] values)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(byte[] keys,
                                 short[] values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Byte[] keys,
                                 Short[] values)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Byte[] keys,
                                 Short[] values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Iterable<Byte> keys,
                                 Iterable<Short> values)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMap

HashByteShortMap newUpdatableMap(Iterable<Byte> keys,
                                 Iterable<Short> values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface ByteShortMapFactory

newUpdatableMapOf

HashByteShortMap newUpdatableMapOf(byte k1,
                                   short v1)
Specified by:
newUpdatableMapOf in interface ByteShortMapFactory

newUpdatableMapOf

HashByteShortMap newUpdatableMapOf(byte k1,
                                   short v1,
                                   byte k2,
                                   short v2)
Specified by:
newUpdatableMapOf in interface ByteShortMapFactory

newUpdatableMapOf

HashByteShortMap newUpdatableMapOf(byte k1,
                                   short v1,
                                   byte k2,
                                   short v2,
                                   byte k3,
                                   short v3)
Specified by:
newUpdatableMapOf in interface ByteShortMapFactory

newUpdatableMapOf

HashByteShortMap newUpdatableMapOf(byte k1,
                                   short v1,
                                   byte k2,
                                   short v2,
                                   byte k3,
                                   short v3,
                                   byte k4,
                                   short v4)
Specified by:
newUpdatableMapOf in interface ByteShortMapFactory

newUpdatableMapOf

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

newImmutableMap

HashByteShortMap newImmutableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3,
                                 Map<Byte,Short> map4,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

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

newImmutableMap

HashByteShortMap newImmutableMap(Map<Byte,Short> map)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3,
                                 Map<Byte,Short> map4)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Map<Byte,Short> map1,
                                 Map<Byte,Short> map2,
                                 Map<Byte,Short> map3,
                                 Map<Byte,Short> map4,
                                 Map<Byte,Short> map5)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Consumer<ByteShortConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Consumer<ByteShortConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(byte[] keys,
                                 short[] values)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(byte[] keys,
                                 short[] values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Byte[] keys,
                                 Short[] values)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Byte[] keys,
                                 Short[] values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Iterable<Byte> keys,
                                 Iterable<Short> values)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMap

HashByteShortMap newImmutableMap(Iterable<Byte> keys,
                                 Iterable<Short> values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface ByteShortMapFactory

newImmutableMapOf

HashByteShortMap newImmutableMapOf(byte k1,
                                   short v1)
Specified by:
newImmutableMapOf in interface ByteShortMapFactory

newImmutableMapOf

HashByteShortMap newImmutableMapOf(byte k1,
                                   short v1,
                                   byte k2,
                                   short v2)
Specified by:
newImmutableMapOf in interface ByteShortMapFactory

newImmutableMapOf

HashByteShortMap newImmutableMapOf(byte k1,
                                   short v1,
                                   byte k2,
                                   short v2,
                                   byte k3,
                                   short v3)
Specified by:
newImmutableMapOf in interface ByteShortMapFactory

newImmutableMapOf

HashByteShortMap newImmutableMapOf(byte k1,
                                   short v1,
                                   byte k2,
                                   short v2,
                                   byte k3,
                                   short v3,
                                   byte k4,
                                   short v4)
Specified by:
newImmutableMapOf in interface ByteShortMapFactory

newImmutableMapOf

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