net.openhft.collect.map.hash
Interface HashIntIntMapFactory

All Superinterfaces:
HashContainerFactory<HashIntIntMapFactory>, IntHashFactory<HashIntIntMapFactory>, IntIntMapFactory

public interface HashIntIntMapFactory
extends IntIntMapFactory, IntHashFactory<HashIntIntMapFactory>

An immutable factory of HashIntIntMaps

See Also:
HashIntIntMap, HashIntIntMaps.getDefaultFactory()

Method Summary
 HashIntIntMap newImmutableMap(Consumer<IntIntConsumer> entriesSupplier)
           
 HashIntIntMap newImmutableMap(Consumer<IntIntConsumer> entriesSupplier, int expectedSize)
           
 HashIntIntMap newImmutableMap(int[] keys, int[] values)
           
 HashIntIntMap newImmutableMap(int[] keys, int[] values, int expectedSize)
           
 HashIntIntMap newImmutableMap(Integer[] keys, Integer[] values)
           
 HashIntIntMap newImmutableMap(Integer[] keys, Integer[] values, int expectedSize)
           
 HashIntIntMap newImmutableMap(Iterable<Integer> keys, Iterable<Integer> values)
           
 HashIntIntMap newImmutableMap(Iterable<Integer> keys, Iterable<Integer> values, int expectedSize)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, int expectedSize)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, int expectedSize)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, int expectedSize)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, Map<Integer,Integer> map5)
           
 HashIntIntMap newImmutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, Map<Integer,Integer> map5, int expectedSize)
           
 HashIntIntMap newImmutableMapOf(int k1, int v1)
           
 HashIntIntMap newImmutableMapOf(int k1, int v1, int k2, int v2)
           
 HashIntIntMap newImmutableMapOf(int k1, int v1, int k2, int v2, int k3, int v3)
           
 HashIntIntMap newImmutableMapOf(int k1, int v1, int k2, int v2, int k3, int v3, int k4, int v4)
           
 HashIntIntMap newImmutableMapOf(int k1, int v1, int k2, int v2, int k3, int v3, int k4, int v4, int k5, int v5)
           
 HashIntIntMap newMutableMap()
           
 HashIntIntMap newMutableMap(Consumer<IntIntConsumer> entriesSupplier)
           
 HashIntIntMap newMutableMap(Consumer<IntIntConsumer> entriesSupplier, int expectedSize)
           
 HashIntIntMap newMutableMap(int expectedSize)
           
 HashIntIntMap newMutableMap(int[] keys, int[] values)
           
 HashIntIntMap newMutableMap(int[] keys, int[] values, int expectedSize)
           
 HashIntIntMap newMutableMap(Integer[] keys, Integer[] values)
           
 HashIntIntMap newMutableMap(Integer[] keys, Integer[] values, int expectedSize)
           
 HashIntIntMap newMutableMap(Iterable<Integer> keys, Iterable<Integer> values)
           
 HashIntIntMap newMutableMap(Iterable<Integer> keys, Iterable<Integer> values, int expectedSize)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, int expectedSize)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, int expectedSize)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, int expectedSize)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, Map<Integer,Integer> map5)
           
 HashIntIntMap newMutableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, Map<Integer,Integer> map5, int expectedSize)
           
 HashIntIntMap newMutableMapOf(int k1, int v1)
           
 HashIntIntMap newMutableMapOf(int k1, int v1, int k2, int v2)
           
 HashIntIntMap newMutableMapOf(int k1, int v1, int k2, int v2, int k3, int v3)
           
 HashIntIntMap newMutableMapOf(int k1, int v1, int k2, int v2, int k3, int v3, int k4, int v4)
           
 HashIntIntMap newMutableMapOf(int k1, int v1, int k2, int v2, int k3, int v3, int k4, int v4, int k5, int v5)
           
 HashIntIntMap newUpdatableMap()
           
 HashIntIntMap newUpdatableMap(Consumer<IntIntConsumer> entriesSupplier)
           
 HashIntIntMap newUpdatableMap(Consumer<IntIntConsumer> entriesSupplier, int expectedSize)
           
 HashIntIntMap newUpdatableMap(int expectedSize)
           
 HashIntIntMap newUpdatableMap(int[] keys, int[] values)
           
 HashIntIntMap newUpdatableMap(int[] keys, int[] values, int expectedSize)
           
 HashIntIntMap newUpdatableMap(Integer[] keys, Integer[] values)
           
 HashIntIntMap newUpdatableMap(Integer[] keys, Integer[] values, int expectedSize)
           
 HashIntIntMap newUpdatableMap(Iterable<Integer> keys, Iterable<Integer> values)
           
 HashIntIntMap newUpdatableMap(Iterable<Integer> keys, Iterable<Integer> values, int expectedSize)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, int expectedSize)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, int expectedSize)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, int expectedSize)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, Map<Integer,Integer> map5)
           
 HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1, Map<Integer,Integer> map2, Map<Integer,Integer> map3, Map<Integer,Integer> map4, Map<Integer,Integer> map5, int expectedSize)
           
 HashIntIntMap newUpdatableMapOf(int k1, int v1)
           
 HashIntIntMap newUpdatableMapOf(int k1, int v1, int k2, int v2)
           
 HashIntIntMap newUpdatableMapOf(int k1, int v1, int k2, int v2, int k3, int v3)
           
 HashIntIntMap newUpdatableMapOf(int k1, int v1, int k2, int v2, int k3, int v3, int k4, int v4)
           
 HashIntIntMap newUpdatableMapOf(int k1, int v1, int k2, int v2, int k3, int v3, int k4, int v4, int k5, int v5)
           
 HashIntIntMapFactory withDefaultValue(int defaultValue)
           
 
Methods inherited from interface net.openhft.collect.map.IntIntMapFactory
getDefaultValue
 
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

withDefaultValue

HashIntIntMapFactory withDefaultValue(int defaultValue)
Specified by:
withDefaultValue in interface IntIntMapFactory
See Also:
IntIntMap.defaultValue()

newMutableMap

HashIntIntMap newMutableMap()
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
                            Map<Integer,Integer> map2,
                            int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
                            Map<Integer,Integer> map2,
                            Map<Integer,Integer> map3,
                            int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
                            Map<Integer,Integer> map2,
                            Map<Integer,Integer> map3,
                            Map<Integer,Integer> map4,
                            int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
                            Map<Integer,Integer> map2,
                            Map<Integer,Integer> map3,
                            Map<Integer,Integer> map4,
                            Map<Integer,Integer> map5,
                            int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
                            Map<Integer,Integer> map2)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
                            Map<Integer,Integer> map2,
                            Map<Integer,Integer> map3)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
                            Map<Integer,Integer> map2,
                            Map<Integer,Integer> map3,
                            Map<Integer,Integer> map4)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
                            Map<Integer,Integer> map2,
                            Map<Integer,Integer> map3,
                            Map<Integer,Integer> map4,
                            Map<Integer,Integer> map5)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Consumer<IntIntConsumer> entriesSupplier)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Consumer<IntIntConsumer> entriesSupplier,
                            int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(int[] keys,
                            int[] values)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(int[] keys,
                            int[] values,
                            int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Integer[] keys,
                            Integer[] values)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Integer[] keys,
                            Integer[] values,
                            int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Iterable<Integer> keys,
                            Iterable<Integer> values)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMap

HashIntIntMap newMutableMap(Iterable<Integer> keys,
                            Iterable<Integer> values,
                            int expectedSize)
Specified by:
newMutableMap in interface IntIntMapFactory

newMutableMapOf

HashIntIntMap newMutableMapOf(int k1,
                              int v1)
Specified by:
newMutableMapOf in interface IntIntMapFactory

newMutableMapOf

HashIntIntMap newMutableMapOf(int k1,
                              int v1,
                              int k2,
                              int v2)
Specified by:
newMutableMapOf in interface IntIntMapFactory

newMutableMapOf

HashIntIntMap newMutableMapOf(int k1,
                              int v1,
                              int k2,
                              int v2,
                              int k3,
                              int v3)
Specified by:
newMutableMapOf in interface IntIntMapFactory

newMutableMapOf

HashIntIntMap newMutableMapOf(int k1,
                              int v1,
                              int k2,
                              int v2,
                              int k3,
                              int v3,
                              int k4,
                              int v4)
Specified by:
newMutableMapOf in interface IntIntMapFactory

newMutableMapOf

HashIntIntMap newMutableMapOf(int k1,
                              int v1,
                              int k2,
                              int v2,
                              int k3,
                              int v3,
                              int k4,
                              int v4,
                              int k5,
                              int v5)
Specified by:
newMutableMapOf in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap()
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              Map<Integer,Integer> map4,
                              int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              Map<Integer,Integer> map4,
                              Map<Integer,Integer> map5,
                              int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              Map<Integer,Integer> map4)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              Map<Integer,Integer> map4,
                              Map<Integer,Integer> map5)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Consumer<IntIntConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Consumer<IntIntConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(int[] keys,
                              int[] values)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(int[] keys,
                              int[] values,
                              int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Integer[] keys,
                              Integer[] values)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Integer[] keys,
                              Integer[] values,
                              int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Iterable<Integer> keys,
                              Iterable<Integer> values)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMap

HashIntIntMap newUpdatableMap(Iterable<Integer> keys,
                              Iterable<Integer> values,
                              int expectedSize)
Specified by:
newUpdatableMap in interface IntIntMapFactory

newUpdatableMapOf

HashIntIntMap newUpdatableMapOf(int k1,
                                int v1)
Specified by:
newUpdatableMapOf in interface IntIntMapFactory

newUpdatableMapOf

HashIntIntMap newUpdatableMapOf(int k1,
                                int v1,
                                int k2,
                                int v2)
Specified by:
newUpdatableMapOf in interface IntIntMapFactory

newUpdatableMapOf

HashIntIntMap newUpdatableMapOf(int k1,
                                int v1,
                                int k2,
                                int v2,
                                int k3,
                                int v3)
Specified by:
newUpdatableMapOf in interface IntIntMapFactory

newUpdatableMapOf

HashIntIntMap newUpdatableMapOf(int k1,
                                int v1,
                                int k2,
                                int v2,
                                int k3,
                                int v3,
                                int k4,
                                int v4)
Specified by:
newUpdatableMapOf in interface IntIntMapFactory

newUpdatableMapOf

HashIntIntMap newUpdatableMapOf(int k1,
                                int v1,
                                int k2,
                                int v2,
                                int k3,
                                int v3,
                                int k4,
                                int v4,
                                int k5,
                                int v5)
Specified by:
newUpdatableMapOf in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              int expectedSize)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              int expectedSize)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              Map<Integer,Integer> map4,
                              int expectedSize)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              Map<Integer,Integer> map4,
                              Map<Integer,Integer> map5,
                              int expectedSize)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              Map<Integer,Integer> map4)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
                              Map<Integer,Integer> map2,
                              Map<Integer,Integer> map3,
                              Map<Integer,Integer> map4,
                              Map<Integer,Integer> map5)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Consumer<IntIntConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Consumer<IntIntConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(int[] keys,
                              int[] values)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(int[] keys,
                              int[] values,
                              int expectedSize)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Integer[] keys,
                              Integer[] values)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Integer[] keys,
                              Integer[] values,
                              int expectedSize)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Iterable<Integer> keys,
                              Iterable<Integer> values)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMap

HashIntIntMap newImmutableMap(Iterable<Integer> keys,
                              Iterable<Integer> values,
                              int expectedSize)
Specified by:
newImmutableMap in interface IntIntMapFactory

newImmutableMapOf

HashIntIntMap newImmutableMapOf(int k1,
                                int v1)
Specified by:
newImmutableMapOf in interface IntIntMapFactory

newImmutableMapOf

HashIntIntMap newImmutableMapOf(int k1,
                                int v1,
                                int k2,
                                int v2)
Specified by:
newImmutableMapOf in interface IntIntMapFactory

newImmutableMapOf

HashIntIntMap newImmutableMapOf(int k1,
                                int v1,
                                int k2,
                                int v2,
                                int k3,
                                int v3)
Specified by:
newImmutableMapOf in interface IntIntMapFactory

newImmutableMapOf

HashIntIntMap newImmutableMapOf(int k1,
                                int v1,
                                int k2,
                                int v2,
                                int k3,
                                int v3,
                                int k4,
                                int v4)
Specified by:
newImmutableMapOf in interface IntIntMapFactory

newImmutableMapOf

HashIntIntMap newImmutableMapOf(int k1,
                                int v1,
                                int k2,
                                int v2,
                                int k3,
                                int v3,
                                int k4,
                                int v4,
                                int k5,
                                int v5)
Specified by:
newImmutableMapOf in interface IntIntMapFactory