net.openhft.collect.map.hash
Class HashObjByteMaps

java.lang.Object
  extended by net.openhft.collect.map.hash.HashObjByteMaps

public final class HashObjByteMaps
extends Object

This class consists only of static factory methods to construct HashObjByteMaps, and the default HashObjByteMapFactory static provider (getDefaultFactory()).

See Also:
HashObjByteMap

Method Summary
static HashObjByteMapFactory<Object> getDefaultFactory()
           
static
<K> HashObjByteMap<K>
newImmutableMap(Consumer<ObjByteConsumer<K>> entriesSupplier)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Consumer<ObjByteConsumer<K>> entriesSupplier, int expectedSize)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Iterable<? extends K> keys, Iterable<Byte> values)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Iterable<? extends K> keys, Iterable<Byte> values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newImmutableMap(K[] keys, byte[] values)
           
static
<K> HashObjByteMap<K>
newImmutableMap(K[] keys, Byte[] values)
           
static
<K> HashObjByteMap<K>
newImmutableMap(K[] keys, byte[] values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newImmutableMap(K[] keys, Byte[] values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map, int expectedSize)
          If the specified map doesn't have specific key equivalence, expectedSize is ignored.
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, int expectedSize)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, int expectedSize)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, int expectedSize)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, Map<? extends K,Byte> map5)
           
static
<K> HashObjByteMap<K>
newImmutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, Map<? extends K,Byte> map5, int expectedSize)
           
static
<K> HashObjByteMap<K>
newImmutableMapOf(K k1, byte v1)
           
static
<K> HashObjByteMap<K>
newImmutableMapOf(K k1, byte v1, K k2, byte v2)
           
static
<K> HashObjByteMap<K>
newImmutableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3)
           
static
<K> HashObjByteMap<K>
newImmutableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3, K k4, byte v4)
           
static
<K> HashObjByteMap<K>
newImmutableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3, K k4, byte v4, K k5, byte v5)
           
static
<K> HashObjByteMap<K>
newMutableMap()
           
static
<K> HashObjByteMap<K>
newMutableMap(Consumer<ObjByteConsumer<K>> entriesSupplier)
           
static
<K> HashObjByteMap<K>
newMutableMap(Consumer<ObjByteConsumer<K>> entriesSupplier, int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMap(int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMap(Iterable<? extends K> keys, Iterable<Byte> values)
           
static
<K> HashObjByteMap<K>
newMutableMap(Iterable<? extends K> keys, Iterable<Byte> values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMap(K[] keys, byte[] values)
           
static
<K> HashObjByteMap<K>
newMutableMap(K[] keys, Byte[] values)
           
static
<K> HashObjByteMap<K>
newMutableMap(K[] keys, byte[] values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMap(K[] keys, Byte[] values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map, int expectedSize)
          If the specified map doesn't have specific key equivalence, expectedSize is ignored.
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, Map<? extends K,Byte> map5)
           
static
<K> HashObjByteMap<K>
newMutableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, Map<? extends K,Byte> map5, int expectedSize)
           
static
<K> HashObjByteMap<K>
newMutableMapOf(K k1, byte v1)
           
static
<K> HashObjByteMap<K>
newMutableMapOf(K k1, byte v1, K k2, byte v2)
           
static
<K> HashObjByteMap<K>
newMutableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3)
           
static
<K> HashObjByteMap<K>
newMutableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3, K k4, byte v4)
           
static
<K> HashObjByteMap<K>
newMutableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3, K k4, byte v4, K k5, byte v5)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Consumer<ObjByteConsumer<K>> entriesSupplier)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Consumer<ObjByteConsumer<K>> entriesSupplier, int expectedSize)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Iterable<? extends K> keys, Iterable<Byte> values)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Iterable<? extends K> keys, Iterable<Byte> values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(K[] keys, byte[] values)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(K[] keys, Byte[] values)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(K[] keys, byte[] values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(K[] keys, Byte[] values, int expectedSize)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map, int expectedSize)
          If the specified map doesn't have specific key equivalence, expectedSize is ignored.
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, int expectedSize)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, int expectedSize)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, int expectedSize)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, Map<? extends K,Byte> map5)
           
static
<K> HashObjByteMap<K>
newUpdatableMap(Map<? extends K,Byte> map1, Map<? extends K,Byte> map2, Map<? extends K,Byte> map3, Map<? extends K,Byte> map4, Map<? extends K,Byte> map5, int expectedSize)
           
static
<K> HashObjByteMap<K>
newUpdatableMapOf(K k1, byte v1)
           
static
<K> HashObjByteMap<K>
newUpdatableMapOf(K k1, byte v1, K k2, byte v2)
           
static
<K> HashObjByteMap<K>
newUpdatableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3)
           
static
<K> HashObjByteMap<K>
newUpdatableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3, K k4, byte v4)
           
static
<K> HashObjByteMap<K>
newUpdatableMapOf(K k1, byte v1, K k2, byte v2, K k3, byte v3, K k4, byte v4, K k5, byte v5)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultFactory

public static HashObjByteMapFactory<Object> getDefaultFactory()

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap()

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(int expectedSize)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map,
                                                  int expectedSize)
If the specified map doesn't have specific key equivalence, expectedSize is ignored.


newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map1,
                                                  Map<? extends K,Byte> map2,
                                                  int expectedSize)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map1,
                                                  Map<? extends K,Byte> map2,
                                                  Map<? extends K,Byte> map3,
                                                  int expectedSize)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map1,
                                                  Map<? extends K,Byte> map2,
                                                  Map<? extends K,Byte> map3,
                                                  Map<? extends K,Byte> map4,
                                                  int expectedSize)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map1,
                                                  Map<? extends K,Byte> map2,
                                                  Map<? extends K,Byte> map3,
                                                  Map<? extends K,Byte> map4,
                                                  Map<? extends K,Byte> map5,
                                                  int expectedSize)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map1,
                                                  Map<? extends K,Byte> map2)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map1,
                                                  Map<? extends K,Byte> map2,
                                                  Map<? extends K,Byte> map3)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map1,
                                                  Map<? extends K,Byte> map2,
                                                  Map<? extends K,Byte> map3,
                                                  Map<? extends K,Byte> map4)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Map<? extends K,Byte> map1,
                                                  Map<? extends K,Byte> map2,
                                                  Map<? extends K,Byte> map3,
                                                  Map<? extends K,Byte> map4,
                                                  Map<? extends K,Byte> map5)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Consumer<ObjByteConsumer<K>> entriesSupplier)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Consumer<ObjByteConsumer<K>> entriesSupplier,
                                                  int expectedSize)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(K[] keys,
                                                  byte[] values)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(K[] keys,
                                                  byte[] values,
                                                  int expectedSize)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(K[] keys,
                                                  Byte[] values)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(K[] keys,
                                                  Byte[] values,
                                                  int expectedSize)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Iterable<? extends K> keys,
                                                  Iterable<Byte> values)

newMutableMap

public static <K> HashObjByteMap<K> newMutableMap(Iterable<? extends K> keys,
                                                  Iterable<Byte> values,
                                                  int expectedSize)

newMutableMapOf

public static <K> HashObjByteMap<K> newMutableMapOf(K k1,
                                                    byte v1)

newMutableMapOf

public static <K> HashObjByteMap<K> newMutableMapOf(K k1,
                                                    byte v1,
                                                    K k2,
                                                    byte v2)

newMutableMapOf

public static <K> HashObjByteMap<K> newMutableMapOf(K k1,
                                                    byte v1,
                                                    K k2,
                                                    byte v2,
                                                    K k3,
                                                    byte v3)

newMutableMapOf

public static <K> HashObjByteMap<K> newMutableMapOf(K k1,
                                                    byte v1,
                                                    K k2,
                                                    byte v2,
                                                    K k3,
                                                    byte v3,
                                                    K k4,
                                                    byte v4)

newMutableMapOf

public static <K> HashObjByteMap<K> newMutableMapOf(K k1,
                                                    byte v1,
                                                    K k2,
                                                    byte v2,
                                                    K k3,
                                                    byte v3,
                                                    K k4,
                                                    byte v4,
                                                    K k5,
                                                    byte v5)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map,
                                                    int expectedSize)
If the specified map doesn't have specific key equivalence, expectedSize is ignored.


newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    int expectedSize)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    int expectedSize)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    Map<? extends K,Byte> map4,
                                                    int expectedSize)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    Map<? extends K,Byte> map4,
                                                    Map<? extends K,Byte> map5,
                                                    int expectedSize)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    Map<? extends K,Byte> map4)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    Map<? extends K,Byte> map4,
                                                    Map<? extends K,Byte> map5)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Consumer<ObjByteConsumer<K>> entriesSupplier)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Consumer<ObjByteConsumer<K>> entriesSupplier,
                                                    int expectedSize)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(K[] keys,
                                                    byte[] values)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(K[] keys,
                                                    byte[] values,
                                                    int expectedSize)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(K[] keys,
                                                    Byte[] values)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(K[] keys,
                                                    Byte[] values,
                                                    int expectedSize)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Iterable<? extends K> keys,
                                                    Iterable<Byte> values)

newUpdatableMap

public static <K> HashObjByteMap<K> newUpdatableMap(Iterable<? extends K> keys,
                                                    Iterable<Byte> values,
                                                    int expectedSize)

newUpdatableMapOf

public static <K> HashObjByteMap<K> newUpdatableMapOf(K k1,
                                                      byte v1)

newUpdatableMapOf

public static <K> HashObjByteMap<K> newUpdatableMapOf(K k1,
                                                      byte v1,
                                                      K k2,
                                                      byte v2)

newUpdatableMapOf

public static <K> HashObjByteMap<K> newUpdatableMapOf(K k1,
                                                      byte v1,
                                                      K k2,
                                                      byte v2,
                                                      K k3,
                                                      byte v3)

newUpdatableMapOf

public static <K> HashObjByteMap<K> newUpdatableMapOf(K k1,
                                                      byte v1,
                                                      K k2,
                                                      byte v2,
                                                      K k3,
                                                      byte v3,
                                                      K k4,
                                                      byte v4)

newUpdatableMapOf

public static <K> HashObjByteMap<K> newUpdatableMapOf(K k1,
                                                      byte v1,
                                                      K k2,
                                                      byte v2,
                                                      K k3,
                                                      byte v3,
                                                      K k4,
                                                      byte v4,
                                                      K k5,
                                                      byte v5)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map,
                                                    int expectedSize)
If the specified map doesn't have specific key equivalence, expectedSize is ignored.


newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    int expectedSize)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    int expectedSize)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    Map<? extends K,Byte> map4,
                                                    int expectedSize)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    Map<? extends K,Byte> map4,
                                                    Map<? extends K,Byte> map5,
                                                    int expectedSize)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    Map<? extends K,Byte> map4)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Map<? extends K,Byte> map1,
                                                    Map<? extends K,Byte> map2,
                                                    Map<? extends K,Byte> map3,
                                                    Map<? extends K,Byte> map4,
                                                    Map<? extends K,Byte> map5)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Consumer<ObjByteConsumer<K>> entriesSupplier)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Consumer<ObjByteConsumer<K>> entriesSupplier,
                                                    int expectedSize)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(K[] keys,
                                                    byte[] values)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(K[] keys,
                                                    byte[] values,
                                                    int expectedSize)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(K[] keys,
                                                    Byte[] values)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(K[] keys,
                                                    Byte[] values,
                                                    int expectedSize)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Iterable<? extends K> keys,
                                                    Iterable<Byte> values)

newImmutableMap

public static <K> HashObjByteMap<K> newImmutableMap(Iterable<? extends K> keys,
                                                    Iterable<Byte> values,
                                                    int expectedSize)

newImmutableMapOf

public static <K> HashObjByteMap<K> newImmutableMapOf(K k1,
                                                      byte v1)

newImmutableMapOf

public static <K> HashObjByteMap<K> newImmutableMapOf(K k1,
                                                      byte v1,
                                                      K k2,
                                                      byte v2)

newImmutableMapOf

public static <K> HashObjByteMap<K> newImmutableMapOf(K k1,
                                                      byte v1,
                                                      K k2,
                                                      byte v2,
                                                      K k3,
                                                      byte v3)

newImmutableMapOf

public static <K> HashObjByteMap<K> newImmutableMapOf(K k1,
                                                      byte v1,
                                                      K k2,
                                                      byte v2,
                                                      K k3,
                                                      byte v3,
                                                      K k4,
                                                      byte v4)

newImmutableMapOf

public static <K> HashObjByteMap<K> newImmutableMapOf(K k1,
                                                      byte v1,
                                                      K k2,
                                                      byte v2,
                                                      K k3,
                                                      byte v3,
                                                      K k4,
                                                      byte v4,
                                                      K k5,
                                                      byte v5)