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

All Known Subinterfaces:
HashShortObjMapFactory<V>

public interface ShortObjMapFactory<V>

An immutable factory of ShortObjMaps.

See Also:
ShortObjMap

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

Method Detail

getValueEquivalence

@Nullable
Equivalence<V> getValueEquivalence()

withValueEquivalence

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

newMutableMap

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

newMutableMap

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

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                             Map<Short,? extends V2> map2,
                                             int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map)

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                             Map<Short,? extends V2> map2)

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                             Map<Short,? extends V2> map2,
                                             Map<Short,? extends V2> map3)

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Map<Short,? extends V2> map1,
                                             Map<Short,? extends V2> map2,
                                             Map<Short,? extends V2> map3,
                                             Map<Short,? extends V2> map4)

newMutableMap

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

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
                                             int expectedSize)

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(short[] keys,
                                             V2[] values)

newMutableMap

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

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Short[] keys,
                                             V2[] values)

newMutableMap

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

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Iterable<Short> keys,
                                             Iterable<? extends V2> values)

newMutableMap

<V2 extends V> ShortObjMap<V2> newMutableMap(Iterable<Short> keys,
                                             Iterable<? extends V2> values,
                                             int expectedSize)

newMutableMapOf

<V2 extends V> ShortObjMap<V2> newMutableMapOf(short k1,
                                               V2 v1)

newMutableMapOf

<V2 extends V> ShortObjMap<V2> newMutableMapOf(short k1,
                                               V2 v1,
                                               short k2,
                                               V2 v2)

newMutableMapOf

<V2 extends V> ShortObjMap<V2> newMutableMapOf(short k1,
                                               V2 v1,
                                               short k2,
                                               V2 v2,
                                               short k3,
                                               V2 v3)

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                               Map<Short,? extends V2> map2,
                                               int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map)

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                               Map<Short,? extends V2> map2)

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                               Map<Short,? extends V2> map2,
                                               Map<Short,? extends V2> map3)

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Map<Short,? extends V2> map1,
                                               Map<Short,? extends V2> map2,
                                               Map<Short,? extends V2> map3,
                                               Map<Short,? extends V2> map4)

newUpdatableMap

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

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
                                               int expectedSize)

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(short[] keys,
                                               V2[] values)

newUpdatableMap

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

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Short[] keys,
                                               V2[] values)

newUpdatableMap

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

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Iterable<Short> keys,
                                               Iterable<? extends V2> values)

newUpdatableMap

<V2 extends V> ShortObjMap<V2> newUpdatableMap(Iterable<Short> keys,
                                               Iterable<? extends V2> values,
                                               int expectedSize)

newUpdatableMapOf

<V2 extends V> ShortObjMap<V2> newUpdatableMapOf(short k1,
                                                 V2 v1)

newUpdatableMapOf

<V2 extends V> ShortObjMap<V2> newUpdatableMapOf(short k1,
                                                 V2 v1,
                                                 short k2,
                                                 V2 v2)

newUpdatableMapOf

<V2 extends V> ShortObjMap<V2> newUpdatableMapOf(short k1,
                                                 V2 v1,
                                                 short k2,
                                                 V2 v2,
                                                 short k3,
                                                 V2 v3)

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                               Map<Short,? extends V2> map2,
                                               int expectedSize)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map)

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                               Map<Short,? extends V2> map2)

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                               Map<Short,? extends V2> map2,
                                               Map<Short,? extends V2> map3)

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Map<Short,? extends V2> map1,
                                               Map<Short,? extends V2> map2,
                                               Map<Short,? extends V2> map3,
                                               Map<Short,? extends V2> map4)

newImmutableMap

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

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier)

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
                                               int expectedSize)

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(short[] keys,
                                               V2[] values)

newImmutableMap

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

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Short[] keys,
                                               V2[] values)

newImmutableMap

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

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Iterable<Short> keys,
                                               Iterable<? extends V2> values)

newImmutableMap

<V2 extends V> ShortObjMap<V2> newImmutableMap(Iterable<Short> keys,
                                               Iterable<? extends V2> values,
                                               int expectedSize)

newImmutableMapOf

<V2 extends V> ShortObjMap<V2> newImmutableMapOf(short k1,
                                                 V2 v1)

newImmutableMapOf

<V2 extends V> ShortObjMap<V2> newImmutableMapOf(short k1,
                                                 V2 v1,
                                                 short k2,
                                                 V2 v2)

newImmutableMapOf

<V2 extends V> ShortObjMap<V2> newImmutableMapOf(short k1,
                                                 V2 v1,
                                                 short k2,
                                                 V2 v2,
                                                 short k3,
                                                 V2 v3)

newImmutableMapOf

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

newImmutableMapOf

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