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

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

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

Methods in com.koloboke.collect.map.hash that return HashByteLongMap
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(byte[] keys, long[] values)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(byte[] keys, long[] 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.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Byte[] keys, Long[] values)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Byte[] keys, Long[] 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.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(byte[] keys, long[] values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(byte[] keys, long[] 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.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Byte[] keys, Long[] values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Byte[] keys, Long[] 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.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Consumer<ByteLongConsumer> entriesSupplier)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Consumer<ByteLongConsumer> entriesSupplier)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Consumer<ByteLongConsumer> entriesSupplier, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Consumer<ByteLongConsumer> entriesSupplier, int expectedSize)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Iterable<Byte> keys, Iterable<Long> values)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Iterable<Byte> keys, Iterable<Long> 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.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Iterable<Byte> keys, Iterable<Long> values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Iterable<Byte> keys, Iterable<Long> 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.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map)
          Constructs a new immutable map with the same mappings as the specified map.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newImmutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newImmutableMapOf(byte k1, long v1)
           
static HashByteLongMap HashByteLongMaps.newImmutableMapOf(byte k1, long v1)
          Constructs a new immutable map of the single specified mapping.
 HashByteLongMap HashByteLongMapFactory.newImmutableMapOf(byte k1, long v1, byte k2, long v2)
           
static HashByteLongMap HashByteLongMaps.newImmutableMapOf(byte k1, long v1, byte k2, long v2)
          Constructs a new immutable map of the two specified mappings.
 HashByteLongMap HashByteLongMapFactory.newImmutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3)
           
static HashByteLongMap HashByteLongMaps.newImmutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3)
          Constructs a new immutable map of the three specified mappings.
 HashByteLongMap HashByteLongMapFactory.newImmutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4)
           
static HashByteLongMap HashByteLongMaps.newImmutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4)
          Constructs a new immutable map of the four specified mappings.
 HashByteLongMap HashByteLongMapFactory.newImmutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4, byte k5, long v5)
           
static HashByteLongMap HashByteLongMaps.newImmutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4, byte k5, long v5)
          Constructs a new immutable map of the five specified mappings.
 HashByteLongMap HashByteLongMapFactory.newMutableMap()
           
static HashByteLongMap HashByteLongMaps.newMutableMap()
          Constructs a new empty mutable map of the default expected size.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(byte[] keys, long[] values)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(byte[] keys, long[] 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.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Byte[] keys, Long[] values)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Byte[] keys, Long[] 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.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(byte[] keys, long[] values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(byte[] keys, long[] 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.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Byte[] keys, Long[] values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Byte[] keys, Long[] 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.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Consumer<ByteLongConsumer> entriesSupplier)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Consumer<ByteLongConsumer> entriesSupplier)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Consumer<ByteLongConsumer> entriesSupplier, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Consumer<ByteLongConsumer> entriesSupplier, int expectedSize)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(int expectedSize)
          Constructs a new empty mutable map of the given expected size.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Iterable<Byte> keys, Iterable<Long> values)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Iterable<Byte> keys, Iterable<Long> 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.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Iterable<Byte> keys, Iterable<Long> values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Iterable<Byte> keys, Iterable<Long> 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.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map)
          Constructs a new mutable map with the same mappings as the specified map.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newMutableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newMutableMapOf(byte k1, long v1)
           
static HashByteLongMap HashByteLongMaps.newMutableMapOf(byte k1, long v1)
          Constructs a new mutable map of the single specified mapping.
 HashByteLongMap HashByteLongMapFactory.newMutableMapOf(byte k1, long v1, byte k2, long v2)
           
static HashByteLongMap HashByteLongMaps.newMutableMapOf(byte k1, long v1, byte k2, long v2)
          Constructs a new mutable map of the two specified mappings.
 HashByteLongMap HashByteLongMapFactory.newMutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3)
           
static HashByteLongMap HashByteLongMaps.newMutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3)
          Constructs a new mutable map of the three specified mappings.
 HashByteLongMap HashByteLongMapFactory.newMutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4)
           
static HashByteLongMap HashByteLongMaps.newMutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4)
          Constructs a new mutable map of the four specified mappings.
 HashByteLongMap HashByteLongMapFactory.newMutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4, byte k5, long v5)
           
static HashByteLongMap HashByteLongMaps.newMutableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4, byte k5, long v5)
          Constructs a new mutable map of the five specified mappings.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap()
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap()
          Constructs a new empty updatable map of the default expected size.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(byte[] keys, long[] values)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(byte[] keys, long[] 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.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Byte[] keys, Long[] values)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Byte[] keys, Long[] 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.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(byte[] keys, long[] values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(byte[] keys, long[] 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.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Byte[] keys, Long[] values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Byte[] keys, Long[] 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.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Consumer<ByteLongConsumer> entriesSupplier)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Consumer<ByteLongConsumer> entriesSupplier)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Consumer<ByteLongConsumer> entriesSupplier, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Consumer<ByteLongConsumer> entriesSupplier, int expectedSize)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(int expectedSize)
          Constructs a new empty updatable map of the given expected size.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Iterable<Byte> keys, Iterable<Long> values)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Iterable<Byte> keys, Iterable<Long> 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.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Iterable<Byte> keys, Iterable<Long> values, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Iterable<Byte> keys, Iterable<Long> 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.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map)
          Constructs a new updatable map with the same mappings as the specified map.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5, int expectedSize)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMap(Map<Byte,Long> map1, Map<Byte,Long> map2, Map<Byte,Long> map3, Map<Byte,Long> map4, Map<Byte,Long> map5, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMapOf(byte k1, long v1)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMapOf(byte k1, long v1)
          Constructs a new updatable map of the single specified mapping.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMapOf(byte k1, long v1, byte k2, long v2)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMapOf(byte k1, long v1, byte k2, long v2)
          Constructs a new updatable map of the two specified mappings.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3)
          Constructs a new updatable map of the three specified mappings.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4)
          Constructs a new updatable map of the four specified mappings.
 HashByteLongMap HashByteLongMapFactory.newUpdatableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4, byte k5, long v5)
           
static HashByteLongMap HashByteLongMaps.newUpdatableMapOf(byte k1, long v1, byte k2, long v2, byte k3, long v3, byte k4, long v4, byte k5, long v5)
          Constructs a new updatable map of the five specified mappings.