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

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

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

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