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

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

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

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