net.openhft.collect.map.hash
Interface HashIntObjMapFactory<V>

All Superinterfaces:
HashContainerFactory<HashIntObjMapFactory<V>>, IntHashFactory<HashIntObjMapFactory<V>>, IntObjMapFactory<V>

public interface HashIntObjMapFactory<V>
extends IntObjMapFactory<V>, IntHashFactory<HashIntObjMapFactory<V>>

An immutable factory of HashIntObjMaps

See Also:
HashIntObjMap, HashIntObjMaps.getDefaultFactory()

Method Summary
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(int[] keys, V2[] values)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(int[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Integer[] keys, V2[] values)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Integer[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Iterable<Integer> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Iterable<Integer> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<V2>
newImmutableMapOf(int k1, V2 v1)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMapOf(int k1, V2 v1, int k2, V2 v2)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3)
           
<V2 extends V>
HashIntObjMap<V2>
newImmutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4)
           
<V2 extends V>
HashIntObjMap<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>
HashIntObjMap<V2>
newMutableMap()
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(int[] keys, V2[] values)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(int[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Integer[] keys, V2[] values)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Integer[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Iterable<Integer> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Iterable<Integer> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<V2>
newMutableMapOf(int k1, V2 v1)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMapOf(int k1, V2 v1, int k2, V2 v2)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3)
           
<V2 extends V>
HashIntObjMap<V2>
newMutableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4)
           
<V2 extends V>
HashIntObjMap<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>
HashIntObjMap<V2>
newUpdatableMap()
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(int[] keys, V2[] values)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(int[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Integer[] keys, V2[] values)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Integer[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Iterable<Integer> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Iterable<Integer> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMap(Map<Integer,? extends V2> map1, Map<Integer,? extends V2> map2, Map<Integer,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<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>
HashIntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1, int k2, V2 v2)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4)
           
<V2 extends V>
HashIntObjMap<V2>
newUpdatableMapOf(int k1, V2 v1, int k2, V2 v2, int k3, V2 v3, int k4, V2 v4, int k5, V2 v5)
           
<VE> HashIntObjMapFactory<VE>
withValueEquivalence(Equivalence<VE> valueEquivalence)
           
 
Methods inherited from interface net.openhft.collect.map.IntObjMapFactory
getValueEquivalence
 
Methods inherited from interface net.openhft.collect.hash.IntHashFactory
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement
 
Methods inherited from interface net.openhft.collect.hash.HashContainerFactory
getDefaultExpectedSize, getHashConfig, withDefaultExpectedSize, withHashConfig
 

Method Detail

withValueEquivalence

<VE> HashIntObjMapFactory<VE> withValueEquivalence(@Nullable
                                                   Equivalence<VE> valueEquivalence)
Specified by:
withValueEquivalence in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap()
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                               Map<Integer,? extends V2> map2,
                                               int expectedSize)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                               Map<Integer,? extends V2> map2,
                                               Map<Integer,? extends V2> map3,
                                               int expectedSize)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                               Map<Integer,? extends V2> map2,
                                               Map<Integer,? extends V2> map3,
                                               Map<Integer,? extends V2> map4,
                                               int expectedSize)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<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)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                               Map<Integer,? extends V2> map2)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                               Map<Integer,? extends V2> map2,
                                               Map<Integer,? extends V2> map3)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Map<Integer,? extends V2> map1,
                                               Map<Integer,? extends V2> map2,
                                               Map<Integer,? extends V2> map3,
                                               Map<Integer,? extends V2> map4)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<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)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
                                               int expectedSize)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(int[] keys,
                                               V2[] values)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(int[] keys,
                                               V2[] values,
                                               int expectedSize)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Integer[] keys,
                                               V2[] values)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Integer[] keys,
                                               V2[] values,
                                               int expectedSize)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Iterable<Integer> keys,
                                               Iterable<? extends V2> values)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMap

<V2 extends V> HashIntObjMap<V2> newMutableMap(Iterable<Integer> keys,
                                               Iterable<? extends V2> values,
                                               int expectedSize)
Specified by:
newMutableMap in interface IntObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashIntObjMap<V2> newMutableMapOf(int k1,
                                                 V2 v1)
Specified by:
newMutableMapOf in interface IntObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashIntObjMap<V2> newMutableMapOf(int k1,
                                                 V2 v1,
                                                 int k2,
                                                 V2 v2)
Specified by:
newMutableMapOf in interface IntObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashIntObjMap<V2> newMutableMapOf(int k1,
                                                 V2 v1,
                                                 int k2,
                                                 V2 v2,
                                                 int k3,
                                                 V2 v3)
Specified by:
newMutableMapOf in interface IntObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashIntObjMap<V2> newMutableMapOf(int k1,
                                                 V2 v1,
                                                 int k2,
                                                 V2 v2,
                                                 int k3,
                                                 V2 v3,
                                                 int k4,
                                                 V2 v4)
Specified by:
newMutableMapOf in interface IntObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashIntObjMap<V2> newMutableMapOf(int k1,
                                                 V2 v1,
                                                 int k2,
                                                 V2 v2,
                                                 int k3,
                                                 V2 v3,
                                                 int k4,
                                                 V2 v4,
                                                 int k5,
                                                 V2 v5)
Specified by:
newMutableMapOf in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap()
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 int expectedSize)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 Map<Integer,? extends V2> map3,
                                                 int expectedSize)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 Map<Integer,? extends V2> map3,
                                                 Map<Integer,? extends V2> map4,
                                                 int expectedSize)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<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)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 Map<Integer,? extends V2> map3)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 Map<Integer,? extends V2> map3,
                                                 Map<Integer,? extends V2> map4)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<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)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
                                                 int expectedSize)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(int[] keys,
                                                 V2[] values)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(int[] keys,
                                                 V2[] values,
                                                 int expectedSize)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Integer[] keys,
                                                 V2[] values)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Integer[] keys,
                                                 V2[] values,
                                                 int expectedSize)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Iterable<Integer> keys,
                                                 Iterable<? extends V2> values)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashIntObjMap<V2> newUpdatableMap(Iterable<Integer> keys,
                                                 Iterable<? extends V2> values,
                                                 int expectedSize)
Specified by:
newUpdatableMap in interface IntObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashIntObjMap<V2> newUpdatableMapOf(int k1,
                                                   V2 v1)
Specified by:
newUpdatableMapOf in interface IntObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashIntObjMap<V2> newUpdatableMapOf(int k1,
                                                   V2 v1,
                                                   int k2,
                                                   V2 v2)
Specified by:
newUpdatableMapOf in interface IntObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashIntObjMap<V2> newUpdatableMapOf(int k1,
                                                   V2 v1,
                                                   int k2,
                                                   V2 v2,
                                                   int k3,
                                                   V2 v3)
Specified by:
newUpdatableMapOf in interface IntObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashIntObjMap<V2> newUpdatableMapOf(int k1,
                                                   V2 v1,
                                                   int k2,
                                                   V2 v2,
                                                   int k3,
                                                   V2 v3,
                                                   int k4,
                                                   V2 v4)
Specified by:
newUpdatableMapOf in interface IntObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashIntObjMap<V2> newUpdatableMapOf(int k1,
                                                   V2 v1,
                                                   int k2,
                                                   V2 v2,
                                                   int k3,
                                                   V2 v3,
                                                   int k4,
                                                   V2 v4,
                                                   int k5,
                                                   V2 v5)
Specified by:
newUpdatableMapOf in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 int expectedSize)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 Map<Integer,? extends V2> map3,
                                                 int expectedSize)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 Map<Integer,? extends V2> map3,
                                                 Map<Integer,? extends V2> map4,
                                                 int expectedSize)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<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)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 Map<Integer,? extends V2> map3)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Map<Integer,? extends V2> map1,
                                                 Map<Integer,? extends V2> map2,
                                                 Map<Integer,? extends V2> map3,
                                                 Map<Integer,? extends V2> map4)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<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)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Consumer<IntObjConsumer<V2>> entriesSupplier,
                                                 int expectedSize)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(int[] keys,
                                                 V2[] values)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(int[] keys,
                                                 V2[] values,
                                                 int expectedSize)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Integer[] keys,
                                                 V2[] values)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Integer[] keys,
                                                 V2[] values,
                                                 int expectedSize)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Iterable<Integer> keys,
                                                 Iterable<? extends V2> values)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMap

<V2 extends V> HashIntObjMap<V2> newImmutableMap(Iterable<Integer> keys,
                                                 Iterable<? extends V2> values,
                                                 int expectedSize)
Specified by:
newImmutableMap in interface IntObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashIntObjMap<V2> newImmutableMapOf(int k1,
                                                   V2 v1)
Specified by:
newImmutableMapOf in interface IntObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashIntObjMap<V2> newImmutableMapOf(int k1,
                                                   V2 v1,
                                                   int k2,
                                                   V2 v2)
Specified by:
newImmutableMapOf in interface IntObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashIntObjMap<V2> newImmutableMapOf(int k1,
                                                   V2 v1,
                                                   int k2,
                                                   V2 v2,
                                                   int k3,
                                                   V2 v3)
Specified by:
newImmutableMapOf in interface IntObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashIntObjMap<V2> newImmutableMapOf(int k1,
                                                   V2 v1,
                                                   int k2,
                                                   V2 v2,
                                                   int k3,
                                                   V2 v3,
                                                   int k4,
                                                   V2 v4)
Specified by:
newImmutableMapOf in interface IntObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashIntObjMap<V2> newImmutableMapOf(int k1,
                                                   V2 v1,
                                                   int k2,
                                                   V2 v2,
                                                   int k3,
                                                   V2 v3,
                                                   int k4,
                                                   V2 v4,
                                                   int k5,
                                                   V2 v5)
Specified by:
newImmutableMapOf in interface IntObjMapFactory<V>