net.openhft.collect.map
Interface IntObjMapFactory<V>

All Known Subinterfaces:
HashIntObjMapFactory<V>

public interface IntObjMapFactory<V>

An immutable factory of IntObjMaps.

See Also:
IntObjMap

Method Summary
 Equivalence<V> getValueEquivalence()
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(int[] keys, V2[] values)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(int[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Integer[] keys, V2[] values)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Integer[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Iterable<Integer> keys, Iterable<? extends V2> values)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Iterable<Integer> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, Map<Integer,? extends V2> map5)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, Map<Integer,? extends V2> map5, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMapOf(int k1, V2 v1)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMapOf(int k1, V2 v1, int k2, V2 v2)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4)
           
<V2 extends V>
IntObjMap<V2>
newImmutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4, int k5, V2 v5)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap()
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(int[] keys, V2[] values)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(int[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Integer[] keys, V2[] values)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Integer[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Iterable<Integer> keys, Iterable<? extends V2> values)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Iterable<Integer> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, Map<Integer,? extends V2> map5)
           
<V2 extends V>
IntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, Map<Integer,? extends V2> map5, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newMutableMapOf(int k1, V2 v1)
           
<V2 extends V>
IntObjMap<V2>
newMutableMapOf(int k1, V2 v1, int k2, V2 v2)
           
<V2 extends V>
IntObjMap<V2>
newMutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3)
           
<V2 extends V>
IntObjMap<V2>
newMutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4)
           
<V2 extends V>
IntObjMap<V2>
newMutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4, int k5, V2 v5)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap()
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(int[] keys, V2[] values)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(int[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Integer[] keys, V2[] values)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Integer[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Iterable<Integer> keys, Iterable<? extends V2> values)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Iterable<Integer> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, Map<Integer,? extends V2> map5)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, Map<Integer,? extends V2> map4, Map<Integer,? extends V2> map5, int expectedSize)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1, int k2, V2 v2)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4)
           
<V2 extends V>
IntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4, int k5, V2 v5)
           
<VE> IntObjMapFactory<VE>
withValueEquivalence(Equivalence<VE> valueEquivalence)
           
 

Method Detail

getValueEquivalence

@Nullable
Equivalence<V> getValueEquivalence()

withValueEquivalence

<VE> IntObjMapFactory<VE> withValueEquivalence(@Nullable
                                               Equivalence<VE> valueEquivalence)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap()

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(int expectedSize)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                           Map<Integer,? extends V2> map2,
                                           int expectedSize)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                           Map<Integer,? extends V2> map2,
                                           Map<Integer,? extends V2> map3,
                                           int expectedSize)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                           Map<Integer,? extends V2> map2,
                                           Map<Integer,? extends V2> map3,
                                           Map<Integer,? extends V2> map4,
                                           int expectedSize)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                           Map<Integer,? extends V2> map2,
                                           Map<Integer,? extends V2> map3,
                                           Map<Integer,? extends V2> map4,
                                           Map<Integer,? extends V2> map5,
                                           int expectedSize)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                           Map<Integer,? extends V2> map2)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                           Map<Integer,? extends V2> map2,
                                           Map<Integer,? extends V2> map3)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                           Map<Integer,? extends V2> map2,
                                           Map<Integer,? extends V2> map3,
                                           Map<Integer,? extends V2> map4)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                           Map<Integer,? extends V2> map2,
                                           Map<Integer,? extends V2> map3,
                                           Map<Integer,? extends V2> map4,
                                           Map<Integer,? extends V2> map5)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
                                           int expectedSize)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(int[] keys,
                                           V2[] values)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(int[] keys,
                                           V2[] values,
                                           int expectedSize)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Integer[] keys,
                                           V2[] values)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Integer[] keys,
                                           V2[] values,
                                           int expectedSize)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Iterable<Integer> keys,
                                           Iterable<? extends V2> values)

newMutableMap

<V2 extends V> IntObjMap<V2> newMutableMap(Iterable<Integer> keys,
                                           Iterable<? extends V2> values,
                                           int expectedSize)

newMutableMapOf

<V2 extends V> IntObjMap<V2> newMutableMapOf(int k1,
                                             V2 v1)

newMutableMapOf

<V2 extends V> IntObjMap<V2> newMutableMapOf(int k1,
                                             V2 v1,
                                             int k2,
                                             V2 v2)

newMutableMapOf

<V2 extends V> IntObjMap<V2> newMutableMapOf(int k1,
                                             V2 v1,
                                             int k2,
                                             V2 v2,
                                             int k3,
                                             V2 v3)

newMutableMapOf

<V2 extends V> IntObjMap<V2> newMutableMapOf(int k1,
                                             V2 v1,
                                             int k2,
                                             V2 v2,
                                             int k3,
                                             V2 v3,
                                             int k4,
                                             V2 v4)

newMutableMapOf

<V2 extends V> IntObjMap<V2> newMutableMapOf(int k1,
                                             V2 v1,
                                             int k2,
                                             V2 v2,
                                             int k3,
                                             V2 v3,
                                             int k4,
                                             V2 v4,
                                             int k5,
                                             V2 v5)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap()

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(int expectedSize)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             int expectedSize)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             int expectedSize)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             Map<Integer,? extends V2> map4,
                                             int expectedSize)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             Map<Integer,? extends V2> map4,
                                             Map<Integer,? extends V2> map5,
                                             int expectedSize)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             Map<Integer,? extends V2> map4)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             Map<Integer,? extends V2> map4,
                                             Map<Integer,? extends V2> map5)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
                                             int expectedSize)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(int[] keys,
                                             V2[] values)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(int[] keys,
                                             V2[] values,
                                             int expectedSize)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Integer[] keys,
                                             V2[] values)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Integer[] keys,
                                             V2[] values,
                                             int expectedSize)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Iterable<Integer> keys,
                                             Iterable<? extends V2> values)

newUpdatableMap

<V2 extends V> IntObjMap<V2> newUpdatableMap(Iterable<Integer> keys,
                                             Iterable<? extends V2> values,
                                             int expectedSize)

newUpdatableMapOf

<V2 extends V> IntObjMap<V2> newUpdatableMapOf(int k1,
                                               V2 v1)

newUpdatableMapOf

<V2 extends V> IntObjMap<V2> newUpdatableMapOf(int k1,
                                               V2 v1,
                                               int k2,
                                               V2 v2)

newUpdatableMapOf

<V2 extends V> IntObjMap<V2> newUpdatableMapOf(int k1,
                                               V2 v1,
                                               int k2,
                                               V2 v2,
                                               int k3,
                                               V2 v3)

newUpdatableMapOf

<V2 extends V> IntObjMap<V2> newUpdatableMapOf(int k1,
                                               V2 v1,
                                               int k2,
                                               V2 v2,
                                               int k3,
                                               V2 v3,
                                               int k4,
                                               V2 v4)

newUpdatableMapOf

<V2 extends V> IntObjMap<V2> newUpdatableMapOf(int k1,
                                               V2 v1,
                                               int k2,
                                               V2 v2,
                                               int k3,
                                               V2 v3,
                                               int k4,
                                               V2 v4,
                                               int k5,
                                               V2 v5)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             int expectedSize)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             int expectedSize)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             Map<Integer,? extends V2> map4,
                                             int expectedSize)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             Map<Integer,? extends V2> map4,
                                             Map<Integer,? extends V2> map5,
                                             int expectedSize)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             Map<Integer,? extends V2> map4)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                             Map<Integer,? extends V2> map2,
                                             Map<Integer,? extends V2> map3,
                                             Map<Integer,? extends V2> map4,
                                             Map<Integer,? extends V2> map5)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
                                             int expectedSize)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(int[] keys,
                                             V2[] values)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(int[] keys,
                                             V2[] values,
                                             int expectedSize)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Integer[] keys,
                                             V2[] values)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Integer[] keys,
                                             V2[] values,
                                             int expectedSize)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Iterable<Integer> keys,
                                             Iterable<? extends V2> values)

newImmutableMap

<V2 extends V> IntObjMap<V2> newImmutableMap(Iterable<Integer> keys,
                                             Iterable<? extends V2> values,
                                             int expectedSize)

newImmutableMapOf

<V2 extends V> IntObjMap<V2> newImmutableMapOf(int k1,
                                               V2 v1)

newImmutableMapOf

<V2 extends V> IntObjMap<V2> newImmutableMapOf(int k1,
                                               V2 v1,
                                               int k2,
                                               V2 v2)

newImmutableMapOf

<V2 extends V> IntObjMap<V2> newImmutableMapOf(int k1,
                                               V2 v1,
                                               int k2,
                                               V2 v2,
                                               int k3,
                                               V2 v3)

newImmutableMapOf

<V2 extends V> IntObjMap<V2> newImmutableMapOf(int k1,
                                               V2 v1,
                                               int k2,
                                               V2 v2,
                                               int k3,
                                               V2 v3,
                                               int k4,
                                               V2 v4)

newImmutableMapOf

<V2 extends V> IntObjMap<V2> newImmutableMapOf(int k1,
                                               V2 v1,
                                               int k2,
                                               V2 v2,
                                               int k3,
                                               V2 v3,
                                               int k4,
                                               V2 v4,
                                               int k5,
                                               V2 v5)