net.openhft.collect.map.hash
Class HashIntIntMaps
java.lang.Object
net.openhft.collect.map.hash.HashIntIntMaps
public final class HashIntIntMaps
- extends Object
This class consists only of static factory methods to construct HashIntIntMaps, and
the default HashIntIntMapFactory static provider (getDefaultFactory()).
- See Also:
HashIntIntMap
|
Method Summary |
static HashIntIntMapFactory |
getDefaultFactory()
|
static HashIntIntMap |
newImmutableMap(Consumer<IntIntConsumer> entriesSupplier)
|
static HashIntIntMap |
newImmutableMap(Consumer<IntIntConsumer> entriesSupplier,
int expectedSize)
|
static HashIntIntMap |
newImmutableMap(int[] keys,
int[] values)
|
static HashIntIntMap |
newImmutableMap(int[] keys,
int[] values,
int expectedSize)
|
static HashIntIntMap |
newImmutableMap(Integer[] keys,
Integer[] values)
|
static HashIntIntMap |
newImmutableMap(Integer[] keys,
Integer[] values,
int expectedSize)
|
static HashIntIntMap |
newImmutableMap(Iterable<Integer> keys,
Iterable<Integer> values)
|
static HashIntIntMap |
newImmutableMap(Iterable<Integer> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
int expectedSize)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
int expectedSize)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
int expectedSize)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5)
|
static HashIntIntMap |
newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5,
int expectedSize)
|
static HashIntIntMap |
newImmutableMapOf(int k1,
int v1)
|
static HashIntIntMap |
newImmutableMapOf(int k1,
int v1,
int k2,
int v2)
|
static HashIntIntMap |
newImmutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3)
|
static HashIntIntMap |
newImmutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4)
|
static HashIntIntMap |
newImmutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4,
int k5,
int v5)
|
static HashIntIntMap |
newMutableMap()
|
static HashIntIntMap |
newMutableMap(Consumer<IntIntConsumer> entriesSupplier)
|
static HashIntIntMap |
newMutableMap(Consumer<IntIntConsumer> entriesSupplier,
int expectedSize)
|
static HashIntIntMap |
newMutableMap(int expectedSize)
|
static HashIntIntMap |
newMutableMap(int[] keys,
int[] values)
|
static HashIntIntMap |
newMutableMap(int[] keys,
int[] values,
int expectedSize)
|
static HashIntIntMap |
newMutableMap(Integer[] keys,
Integer[] values)
|
static HashIntIntMap |
newMutableMap(Integer[] keys,
Integer[] values,
int expectedSize)
|
static HashIntIntMap |
newMutableMap(Iterable<Integer> keys,
Iterable<Integer> values)
|
static HashIntIntMap |
newMutableMap(Iterable<Integer> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
int expectedSize)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
int expectedSize)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
int expectedSize)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5)
|
static HashIntIntMap |
newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5,
int expectedSize)
|
static HashIntIntMap |
newMutableMapOf(int k1,
int v1)
|
static HashIntIntMap |
newMutableMapOf(int k1,
int v1,
int k2,
int v2)
|
static HashIntIntMap |
newMutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3)
|
static HashIntIntMap |
newMutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4)
|
static HashIntIntMap |
newMutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4,
int k5,
int v5)
|
static HashIntIntMap |
newUpdatableMap(Consumer<IntIntConsumer> entriesSupplier)
|
static HashIntIntMap |
newUpdatableMap(Consumer<IntIntConsumer> entriesSupplier,
int expectedSize)
|
static HashIntIntMap |
newUpdatableMap(int[] keys,
int[] values)
|
static HashIntIntMap |
newUpdatableMap(int[] keys,
int[] values,
int expectedSize)
|
static HashIntIntMap |
newUpdatableMap(Integer[] keys,
Integer[] values)
|
static HashIntIntMap |
newUpdatableMap(Integer[] keys,
Integer[] values,
int expectedSize)
|
static HashIntIntMap |
newUpdatableMap(Iterable<Integer> keys,
Iterable<Integer> values)
|
static HashIntIntMap |
newUpdatableMap(Iterable<Integer> keys,
Iterable<Integer> values,
int expectedSize)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
int expectedSize)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
int expectedSize)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
int expectedSize)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5)
|
static HashIntIntMap |
newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5,
int expectedSize)
|
static HashIntIntMap |
newUpdatableMapOf(int k1,
int v1)
|
static HashIntIntMap |
newUpdatableMapOf(int k1,
int v1,
int k2,
int v2)
|
static HashIntIntMap |
newUpdatableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3)
|
static HashIntIntMap |
newUpdatableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4)
|
static HashIntIntMap |
newUpdatableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4,
int k5,
int v5)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDefaultFactory
public static HashIntIntMapFactory getDefaultFactory()
newMutableMap
public static HashIntIntMap newMutableMap()
newMutableMap
public static HashIntIntMap newMutableMap(int expectedSize)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
int expectedSize)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
int expectedSize)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
int expectedSize)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5,
int expectedSize)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4)
newMutableMap
public static HashIntIntMap newMutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5)
newMutableMap
public static HashIntIntMap newMutableMap(Consumer<IntIntConsumer> entriesSupplier)
newMutableMap
public static HashIntIntMap newMutableMap(Consumer<IntIntConsumer> entriesSupplier,
int expectedSize)
newMutableMap
public static HashIntIntMap newMutableMap(int[] keys,
int[] values)
newMutableMap
public static HashIntIntMap newMutableMap(int[] keys,
int[] values,
int expectedSize)
newMutableMap
public static HashIntIntMap newMutableMap(Integer[] keys,
Integer[] values)
newMutableMap
public static HashIntIntMap newMutableMap(Integer[] keys,
Integer[] values,
int expectedSize)
newMutableMap
public static HashIntIntMap newMutableMap(Iterable<Integer> keys,
Iterable<Integer> values)
newMutableMap
public static HashIntIntMap newMutableMap(Iterable<Integer> keys,
Iterable<Integer> values,
int expectedSize)
newMutableMapOf
public static HashIntIntMap newMutableMapOf(int k1,
int v1)
newMutableMapOf
public static HashIntIntMap newMutableMapOf(int k1,
int v1,
int k2,
int v2)
newMutableMapOf
public static HashIntIntMap newMutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3)
newMutableMapOf
public static HashIntIntMap newMutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4)
newMutableMapOf
public static HashIntIntMap newMutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4,
int k5,
int v5)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
int expectedSize)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
int expectedSize)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
int expectedSize)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5,
int expectedSize)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Consumer<IntIntConsumer> entriesSupplier)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Consumer<IntIntConsumer> entriesSupplier,
int expectedSize)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(int[] keys,
int[] values)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(int[] keys,
int[] values,
int expectedSize)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Integer[] keys,
Integer[] values)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Integer[] keys,
Integer[] values,
int expectedSize)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Iterable<Integer> keys,
Iterable<Integer> values)
newUpdatableMap
public static HashIntIntMap newUpdatableMap(Iterable<Integer> keys,
Iterable<Integer> values,
int expectedSize)
newUpdatableMapOf
public static HashIntIntMap newUpdatableMapOf(int k1,
int v1)
newUpdatableMapOf
public static HashIntIntMap newUpdatableMapOf(int k1,
int v1,
int k2,
int v2)
newUpdatableMapOf
public static HashIntIntMap newUpdatableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3)
newUpdatableMapOf
public static HashIntIntMap newUpdatableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4)
newUpdatableMapOf
public static HashIntIntMap newUpdatableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4,
int k5,
int v5)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
int expectedSize)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
int expectedSize)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
int expectedSize)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5,
int expectedSize)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4)
newImmutableMap
public static HashIntIntMap newImmutableMap(Map<Integer,Integer> map1,
Map<Integer,Integer> map2,
Map<Integer,Integer> map3,
Map<Integer,Integer> map4,
Map<Integer,Integer> map5)
newImmutableMap
public static HashIntIntMap newImmutableMap(Consumer<IntIntConsumer> entriesSupplier)
newImmutableMap
public static HashIntIntMap newImmutableMap(Consumer<IntIntConsumer> entriesSupplier,
int expectedSize)
newImmutableMap
public static HashIntIntMap newImmutableMap(int[] keys,
int[] values)
newImmutableMap
public static HashIntIntMap newImmutableMap(int[] keys,
int[] values,
int expectedSize)
newImmutableMap
public static HashIntIntMap newImmutableMap(Integer[] keys,
Integer[] values)
newImmutableMap
public static HashIntIntMap newImmutableMap(Integer[] keys,
Integer[] values,
int expectedSize)
newImmutableMap
public static HashIntIntMap newImmutableMap(Iterable<Integer> keys,
Iterable<Integer> values)
newImmutableMap
public static HashIntIntMap newImmutableMap(Iterable<Integer> keys,
Iterable<Integer> values,
int expectedSize)
newImmutableMapOf
public static HashIntIntMap newImmutableMapOf(int k1,
int v1)
newImmutableMapOf
public static HashIntIntMap newImmutableMapOf(int k1,
int v1,
int k2,
int v2)
newImmutableMapOf
public static HashIntIntMap newImmutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3)
newImmutableMapOf
public static HashIntIntMap newImmutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4)
newImmutableMapOf
public static HashIntIntMap newImmutableMapOf(int k1,
int v1,
int k2,
int v2,
int k3,
int v3,
int k4,
int v4,
int k5,
int v5)