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

All Known Subinterfaces:
HashLongObjMapFactory<V>

public interface LongObjMapFactory<V>

An immutable factory of LongObjMaps.

See Also:
LongObjMap

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

Method Detail

getValueEquivalence

@Nullable
Equivalence<V> getValueEquivalence()

withValueEquivalence

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

newMutableMap

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

newMutableMap

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

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Map<Long,? extends V2> map1,
                                            Map<Long,? extends V2> map2,
                                            int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Map<Long,? extends V2> map)

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Map<Long,? extends V2> map1,
                                            Map<Long,? extends V2> map2)

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Map<Long,? extends V2> map1,
                                            Map<Long,? extends V2> map2,
                                            Map<Long,? extends V2> map3)

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Map<Long,? extends V2> map1,
                                            Map<Long,? extends V2> map2,
                                            Map<Long,? extends V2> map3,
                                            Map<Long,? extends V2> map4)

newMutableMap

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

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Consumer<LongObjConsumer<V2>> entriesSupplier)

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Consumer<LongObjConsumer<V2>> entriesSupplier,
                                            int expectedSize)

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(long[] keys,
                                            V2[] values)

newMutableMap

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

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Long[] keys,
                                            V2[] values)

newMutableMap

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

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Iterable<Long> keys,
                                            Iterable<? extends V2> values)

newMutableMap

<V2 extends V> LongObjMap<V2> newMutableMap(Iterable<Long> keys,
                                            Iterable<? extends V2> values,
                                            int expectedSize)

newMutableMapOf

<V2 extends V> LongObjMap<V2> newMutableMapOf(long k1,
                                              V2 v1)

newMutableMapOf

<V2 extends V> LongObjMap<V2> newMutableMapOf(long k1,
                                              V2 v1,
                                              long k2,
                                              V2 v2)

newMutableMapOf

<V2 extends V> LongObjMap<V2> newMutableMapOf(long k1,
                                              V2 v1,
                                              long k2,
                                              V2 v2,
                                              long k3,
                                              V2 v3)

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Map<Long,? extends V2> map1,
                                              Map<Long,? extends V2> map2,
                                              int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Map<Long,? extends V2> map)

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Map<Long,? extends V2> map1,
                                              Map<Long,? extends V2> map2)

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Map<Long,? extends V2> map1,
                                              Map<Long,? extends V2> map2,
                                              Map<Long,? extends V2> map3)

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Map<Long,? extends V2> map1,
                                              Map<Long,? extends V2> map2,
                                              Map<Long,? extends V2> map3,
                                              Map<Long,? extends V2> map4)

newUpdatableMap

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

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Consumer<LongObjConsumer<V2>> entriesSupplier)

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Consumer<LongObjConsumer<V2>> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(long[] keys,
                                              V2[] values)

newUpdatableMap

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

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Long[] keys,
                                              V2[] values)

newUpdatableMap

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

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Iterable<Long> keys,
                                              Iterable<? extends V2> values)

newUpdatableMap

<V2 extends V> LongObjMap<V2> newUpdatableMap(Iterable<Long> keys,
                                              Iterable<? extends V2> values,
                                              int expectedSize)

newUpdatableMapOf

<V2 extends V> LongObjMap<V2> newUpdatableMapOf(long k1,
                                                V2 v1)

newUpdatableMapOf

<V2 extends V> LongObjMap<V2> newUpdatableMapOf(long k1,
                                                V2 v1,
                                                long k2,
                                                V2 v2)

newUpdatableMapOf

<V2 extends V> LongObjMap<V2> newUpdatableMapOf(long k1,
                                                V2 v1,
                                                long k2,
                                                V2 v2,
                                                long k3,
                                                V2 v3)

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Map<Long,? extends V2> map1,
                                              Map<Long,? extends V2> map2,
                                              int expectedSize)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Map<Long,? extends V2> map)

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Map<Long,? extends V2> map1,
                                              Map<Long,? extends V2> map2)

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Map<Long,? extends V2> map1,
                                              Map<Long,? extends V2> map2,
                                              Map<Long,? extends V2> map3)

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Map<Long,? extends V2> map1,
                                              Map<Long,? extends V2> map2,
                                              Map<Long,? extends V2> map3,
                                              Map<Long,? extends V2> map4)

newImmutableMap

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

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Consumer<LongObjConsumer<V2>> entriesSupplier)

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Consumer<LongObjConsumer<V2>> entriesSupplier,
                                              int expectedSize)

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(long[] keys,
                                              V2[] values)

newImmutableMap

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

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Long[] keys,
                                              V2[] values)

newImmutableMap

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

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Iterable<Long> keys,
                                              Iterable<? extends V2> values)

newImmutableMap

<V2 extends V> LongObjMap<V2> newImmutableMap(Iterable<Long> keys,
                                              Iterable<? extends V2> values,
                                              int expectedSize)

newImmutableMapOf

<V2 extends V> LongObjMap<V2> newImmutableMapOf(long k1,
                                                V2 v1)

newImmutableMapOf

<V2 extends V> LongObjMap<V2> newImmutableMapOf(long k1,
                                                V2 v1,
                                                long k2,
                                                V2 v2)

newImmutableMapOf

<V2 extends V> LongObjMap<V2> newImmutableMapOf(long k1,
                                                V2 v1,
                                                long k2,
                                                V2 v2,
                                                long k3,
                                                V2 v3)

newImmutableMapOf

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

newImmutableMapOf

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