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

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

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

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