net.openhft.collect.map.hash
Class HashObjIntMaps

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

public final class HashObjIntMaps
extends Object

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

See Also:
HashObjIntMap

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

Method Detail

getDefaultFactory

public static HashObjIntMapFactory<Object> getDefaultFactory()

newMutableMap

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

newMutableMap

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

newMutableMap

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


newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map)

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
                                                 Map<? extends K,Integer> map2)

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
                                                 Map<? extends K,Integer> map2,
                                                 Map<? extends K,Integer> map3)

newMutableMap

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

newMutableMap

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

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
                                                 int expectedSize)

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(K[] keys,
                                                 int[] values)

newMutableMap

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

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(K[] keys,
                                                 Integer[] values)

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(K[] keys,
                                                 Integer[] values,
                                                 int expectedSize)

newMutableMap

public static <K> HashObjIntMap<K> newMutableMap(Iterable<? extends K> keys,
                                                 Iterable<Integer> values)

newMutableMap

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

newMutableMapOf

public static <K> HashObjIntMap<K> newMutableMapOf(K k1,
                                                   int v1)

newMutableMapOf

public static <K> HashObjIntMap<K> newMutableMapOf(K k1,
                                                   int v1,
                                                   K k2,
                                                   int v2)

newMutableMapOf

public static <K> HashObjIntMap<K> newMutableMapOf(K k1,
                                                   int v1,
                                                   K k2,
                                                   int v2,
                                                   K k3,
                                                   int v3)

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

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


newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map)

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
                                                   Map<? extends K,Integer> map2)

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
                                                   Map<? extends K,Integer> map2,
                                                   Map<? extends K,Integer> map3)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
                                                   int expectedSize)

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(K[] keys,
                                                   int[] values)

newUpdatableMap

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

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(K[] keys,
                                                   Integer[] values)

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(K[] keys,
                                                   Integer[] values,
                                                   int expectedSize)

newUpdatableMap

public static <K> HashObjIntMap<K> newUpdatableMap(Iterable<? extends K> keys,
                                                   Iterable<Integer> values)

newUpdatableMap

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

newUpdatableMapOf

public static <K> HashObjIntMap<K> newUpdatableMapOf(K k1,
                                                     int v1)

newUpdatableMapOf

public static <K> HashObjIntMap<K> newUpdatableMapOf(K k1,
                                                     int v1,
                                                     K k2,
                                                     int v2)

newUpdatableMapOf

public static <K> HashObjIntMap<K> newUpdatableMapOf(K k1,
                                                     int v1,
                                                     K k2,
                                                     int v2,
                                                     K k3,
                                                     int v3)

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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


newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map)

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
                                                   Map<? extends K,Integer> map2)

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
                                                   Map<? extends K,Integer> map2,
                                                   Map<? extends K,Integer> map3)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
                                                   int expectedSize)

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(K[] keys,
                                                   int[] values)

newImmutableMap

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

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(K[] keys,
                                                   Integer[] values)

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(K[] keys,
                                                   Integer[] values,
                                                   int expectedSize)

newImmutableMap

public static <K> HashObjIntMap<K> newImmutableMap(Iterable<? extends K> keys,
                                                   Iterable<Integer> values)

newImmutableMap

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

newImmutableMapOf

public static <K> HashObjIntMap<K> newImmutableMapOf(K k1,
                                                     int v1)

newImmutableMapOf

public static <K> HashObjIntMap<K> newImmutableMapOf(K k1,
                                                     int v1,
                                                     K k2,
                                                     int v2)

newImmutableMapOf

public static <K> HashObjIntMap<K> newImmutableMapOf(K k1,
                                                     int v1,
                                                     K k2,
                                                     int v2,
                                                     K k3,
                                                     int v3)

newImmutableMapOf

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

newImmutableMapOf

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