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

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

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

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