Uses of Interface
com.koloboke.collect.map.hash.HashShortByteMap

Packages that use HashShortByteMap
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
 

Uses of HashShortByteMap in com.koloboke.collect.map.hash
 

Methods in com.koloboke.collect.map.hash that return HashShortByteMap
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Consumer<ShortByteConsumer> entriesSupplier)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Consumer<ShortByteConsumer> entriesSupplier)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Consumer<ShortByteConsumer> entriesSupplier, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Consumer<ShortByteConsumer> entriesSupplier, int expectedSize)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Iterable<Short> keys, Iterable<Byte> values)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Iterable<Short> keys, Iterable<Byte> values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Iterable<Short> keys, Iterable<Byte> values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Iterable<Short> keys, Iterable<Byte> values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map)
          Constructs a new immutable map with the same mappings as the specified map.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(short[] keys, byte[] values)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(short[] keys, byte[] values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Short[] keys, Byte[] values)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Short[] keys, Byte[] values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(short[] keys, byte[] values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(short[] keys, byte[] values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newImmutableMap(Short[] keys, Byte[] values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newImmutableMap(Short[] keys, Byte[] values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newImmutableMapOf(short k1, byte v1)
           
static HashShortByteMap HashShortByteMaps.newImmutableMapOf(short k1, byte v1)
          Constructs a new immutable map of the single specified mapping.
 HashShortByteMap HashShortByteMapFactory.newImmutableMapOf(short k1, byte v1, short k2, byte v2)
           
static HashShortByteMap HashShortByteMaps.newImmutableMapOf(short k1, byte v1, short k2, byte v2)
          Constructs a new immutable map of the two specified mappings.
 HashShortByteMap HashShortByteMapFactory.newImmutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3)
           
static HashShortByteMap HashShortByteMaps.newImmutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3)
          Constructs a new immutable map of the three specified mappings.
 HashShortByteMap HashShortByteMapFactory.newImmutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4)
           
static HashShortByteMap HashShortByteMaps.newImmutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4)
          Constructs a new immutable map of the four specified mappings.
 HashShortByteMap HashShortByteMapFactory.newImmutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4, short k5, byte v5)
           
static HashShortByteMap HashShortByteMaps.newImmutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4, short k5, byte v5)
          Constructs a new immutable map of the five specified mappings.
 HashShortByteMap HashShortByteMapFactory.newMutableMap()
           
static HashShortByteMap HashShortByteMaps.newMutableMap()
          Constructs a new empty mutable map of the default expected size.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Consumer<ShortByteConsumer> entriesSupplier)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Consumer<ShortByteConsumer> entriesSupplier)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Consumer<ShortByteConsumer> entriesSupplier, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Consumer<ShortByteConsumer> entriesSupplier, int expectedSize)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(int expectedSize)
          Constructs a new empty mutable map of the given expected size.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Iterable<Short> keys, Iterable<Byte> values)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Iterable<Short> keys, Iterable<Byte> values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Iterable<Short> keys, Iterable<Byte> values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Iterable<Short> keys, Iterable<Byte> values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map)
          Constructs a new mutable map with the same mappings as the specified map.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(short[] keys, byte[] values)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(short[] keys, byte[] values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Short[] keys, Byte[] values)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Short[] keys, Byte[] values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(short[] keys, byte[] values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(short[] keys, byte[] values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newMutableMap(Short[] keys, Byte[] values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newMutableMap(Short[] keys, Byte[] values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newMutableMapOf(short k1, byte v1)
           
static HashShortByteMap HashShortByteMaps.newMutableMapOf(short k1, byte v1)
          Constructs a new mutable map of the single specified mapping.
 HashShortByteMap HashShortByteMapFactory.newMutableMapOf(short k1, byte v1, short k2, byte v2)
           
static HashShortByteMap HashShortByteMaps.newMutableMapOf(short k1, byte v1, short k2, byte v2)
          Constructs a new mutable map of the two specified mappings.
 HashShortByteMap HashShortByteMapFactory.newMutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3)
           
static HashShortByteMap HashShortByteMaps.newMutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3)
          Constructs a new mutable map of the three specified mappings.
 HashShortByteMap HashShortByteMapFactory.newMutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4)
           
static HashShortByteMap HashShortByteMaps.newMutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4)
          Constructs a new mutable map of the four specified mappings.
 HashShortByteMap HashShortByteMapFactory.newMutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4, short k5, byte v5)
           
static HashShortByteMap HashShortByteMaps.newMutableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4, short k5, byte v5)
          Constructs a new mutable map of the five specified mappings.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap()
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap()
          Constructs a new empty updatable map of the default expected size.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Consumer<ShortByteConsumer> entriesSupplier)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Consumer<ShortByteConsumer> entriesSupplier)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Consumer<ShortByteConsumer> entriesSupplier, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Consumer<ShortByteConsumer> entriesSupplier, int expectedSize)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(int expectedSize)
          Constructs a new empty updatable map of the given expected size.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Iterable<Short> keys, Iterable<Byte> values)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Iterable<Short> keys, Iterable<Byte> values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Iterable<Short> keys, Iterable<Byte> values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Iterable<Short> keys, Iterable<Byte> values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map)
          Constructs a new updatable map with the same mappings as the specified map.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Map<Short,Byte> map1, Map<Short,Byte> map2, Map<Short,Byte> map3, Map<Short,Byte> map4, Map<Short,Byte> map5, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(short[] keys, byte[] values)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(short[] keys, byte[] values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Short[] keys, Byte[] values)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Short[] keys, Byte[] values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(short[] keys, byte[] values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(short[] keys, byte[] values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMap(Short[] keys, Byte[] values, int expectedSize)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMap(Short[] keys, Byte[] values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMapOf(short k1, byte v1)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMapOf(short k1, byte v1)
          Constructs a new updatable map of the single specified mapping.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMapOf(short k1, byte v1, short k2, byte v2)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMapOf(short k1, byte v1, short k2, byte v2)
          Constructs a new updatable map of the two specified mappings.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3)
          Constructs a new updatable map of the three specified mappings.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4)
          Constructs a new updatable map of the four specified mappings.
 HashShortByteMap HashShortByteMapFactory.newUpdatableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4, short k5, byte v5)
           
static HashShortByteMap HashShortByteMaps.newUpdatableMapOf(short k1, byte v1, short k2, byte v2, short k3, byte v3, short k4, byte v4, short k5, byte v5)
          Constructs a new updatable map of the five specified mappings.