|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.openhft.collect.map.hash.HashObjIntMaps
public final class HashObjIntMaps
This class consists only of static factory methods to construct HashObjIntMaps, and
the default HashObjIntMapFactory static provider (getDefaultFactory()).
HashObjIntMap| Method Summary | ||
|---|---|---|
static HashObjIntMapFactory<Object> |
getDefaultFactory()
|
|
static
|
newImmutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)
|
|
static
|
newImmutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
int expectedSize)
|
|
static
|
newImmutableMap(Iterable<? extends K> keys,
Iterable<Integer> values)
|
|
static
|
newImmutableMap(Iterable<? extends K> keys,
Iterable<Integer> values,
int expectedSize)
|
|
static
|
newImmutableMap(K[] keys,
int[] values)
|
|
static
|
newImmutableMap(K[] keys,
int[] values,
int expectedSize)
|
|
static
|
newImmutableMap(K[] keys,
Integer[] values)
|
|
static
|
newImmutableMap(K[] keys,
Integer[] values,
int expectedSize)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map,
int expectedSize)
If the specified map doesn't have specific key equivalence, expectedSize is ignored. |
|
static
|
newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
int expectedSize)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
int expectedSize)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
int expectedSize)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5)
|
|
static
|
newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5,
int expectedSize)
|
|
static
|
newImmutableMapOf(K k1,
int v1)
|
|
static
|
newImmutableMapOf(K k1,
int v1,
K k2,
int v2)
|
|
static
|
newImmutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3)
|
|
static
|
newImmutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4)
|
|
static
|
newImmutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4,
K k5,
int v5)
|
|
static
|
newMutableMap()
|
|
static
|
newMutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)
|
|
static
|
newMutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
int expectedSize)
|
|
static
|
newMutableMap(int expectedSize)
|
|
static
|
newMutableMap(Iterable<? extends K> keys,
Iterable<Integer> values)
|
|
static
|
newMutableMap(Iterable<? extends K> keys,
Iterable<Integer> values,
int expectedSize)
|
|
static
|
newMutableMap(K[] keys,
int[] values)
|
|
static
|
newMutableMap(K[] keys,
int[] values,
int expectedSize)
|
|
static
|
newMutableMap(K[] keys,
Integer[] values)
|
|
static
|
newMutableMap(K[] keys,
Integer[] values,
int expectedSize)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map,
int expectedSize)
If the specified map doesn't have specific key equivalence, expectedSize is ignored. |
|
static
|
newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
int expectedSize)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
int expectedSize)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
int expectedSize)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5)
|
|
static
|
newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5,
int expectedSize)
|
|
static
|
newMutableMapOf(K k1,
int v1)
|
|
static
|
newMutableMapOf(K k1,
int v1,
K k2,
int v2)
|
|
static
|
newMutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3)
|
|
static
|
newMutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4)
|
|
static
|
newMutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4,
K k5,
int v5)
|
|
static
|
newUpdatableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)
|
|
static
|
newUpdatableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
int expectedSize)
|
|
static
|
newUpdatableMap(Iterable<? extends K> keys,
Iterable<Integer> values)
|
|
static
|
newUpdatableMap(Iterable<? extends K> keys,
Iterable<Integer> values,
int expectedSize)
|
|
static
|
newUpdatableMap(K[] keys,
int[] values)
|
|
static
|
newUpdatableMap(K[] keys,
int[] values,
int expectedSize)
|
|
static
|
newUpdatableMap(K[] keys,
Integer[] values)
|
|
static
|
newUpdatableMap(K[] keys,
Integer[] values,
int expectedSize)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map,
int expectedSize)
If the specified map doesn't have specific key equivalence, expectedSize is ignored. |
|
static
|
newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
int expectedSize)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
int expectedSize)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
int expectedSize)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5)
|
|
static
|
newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5,
int expectedSize)
|
|
static
|
newUpdatableMapOf(K k1,
int v1)
|
|
static
|
newUpdatableMapOf(K k1,
int v1,
K k2,
int v2)
|
|
static
|
newUpdatableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3)
|
|
static
|
newUpdatableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4)
|
|
static
|
newUpdatableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4,
K k5,
int v5)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HashObjIntMapFactory<Object> getDefaultFactory()
public static <K> HashObjIntMap<K> newMutableMap()
public static <K> HashObjIntMap<K> newMutableMap(int expectedSize)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map,
int expectedSize)
expectedSize is ignored.
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
int expectedSize)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
int expectedSize)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
int expectedSize)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5,
int expectedSize)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4)
public static <K> HashObjIntMap<K> newMutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5)
public static <K> HashObjIntMap<K> newMutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)
public static <K> HashObjIntMap<K> newMutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
int expectedSize)
public static <K> HashObjIntMap<K> newMutableMap(K[] keys,
int[] values)
public static <K> HashObjIntMap<K> newMutableMap(K[] keys,
int[] values,
int expectedSize)
public static <K> HashObjIntMap<K> newMutableMap(K[] keys,
Integer[] values)
public static <K> HashObjIntMap<K> newMutableMap(K[] keys,
Integer[] values,
int expectedSize)
public static <K> HashObjIntMap<K> newMutableMap(Iterable<? extends K> keys,
Iterable<Integer> values)
public static <K> HashObjIntMap<K> newMutableMap(Iterable<? extends K> keys,
Iterable<Integer> values,
int expectedSize)
public static <K> HashObjIntMap<K> newMutableMapOf(K k1,
int v1)
public static <K> HashObjIntMap<K> newMutableMapOf(K k1,
int v1,
K k2,
int v2)
public static <K> HashObjIntMap<K> newMutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3)
public static <K> HashObjIntMap<K> newMutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4)
public static <K> HashObjIntMap<K> newMutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4,
K k5,
int v5)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map,
int expectedSize)
expectedSize is ignored.
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
int expectedSize)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
int expectedSize)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
int expectedSize)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5,
int expectedSize)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4)
public static <K> HashObjIntMap<K> newUpdatableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5)
public static <K> HashObjIntMap<K> newUpdatableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)
public static <K> HashObjIntMap<K> newUpdatableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
int expectedSize)
public static <K> HashObjIntMap<K> newUpdatableMap(K[] keys,
int[] values)
public static <K> HashObjIntMap<K> newUpdatableMap(K[] keys,
int[] values,
int expectedSize)
public static <K> HashObjIntMap<K> newUpdatableMap(K[] keys,
Integer[] values)
public static <K> HashObjIntMap<K> newUpdatableMap(K[] keys,
Integer[] values,
int expectedSize)
public static <K> HashObjIntMap<K> newUpdatableMap(Iterable<? extends K> keys,
Iterable<Integer> values)
public static <K> HashObjIntMap<K> newUpdatableMap(Iterable<? extends K> keys,
Iterable<Integer> values,
int expectedSize)
public static <K> HashObjIntMap<K> newUpdatableMapOf(K k1,
int v1)
public static <K> HashObjIntMap<K> newUpdatableMapOf(K k1,
int v1,
K k2,
int v2)
public static <K> HashObjIntMap<K> newUpdatableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3)
public static <K> HashObjIntMap<K> newUpdatableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4)
public static <K> HashObjIntMap<K> newUpdatableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4,
K k5,
int v5)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map,
int expectedSize)
expectedSize is ignored.
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
int expectedSize)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
int expectedSize)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
int expectedSize)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5,
int expectedSize)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4)
public static <K> HashObjIntMap<K> newImmutableMap(Map<? extends K,Integer> map1,
Map<? extends K,Integer> map2,
Map<? extends K,Integer> map3,
Map<? extends K,Integer> map4,
Map<? extends K,Integer> map5)
public static <K> HashObjIntMap<K> newImmutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier)
public static <K> HashObjIntMap<K> newImmutableMap(Consumer<ObjIntConsumer<K>> entriesSupplier,
int expectedSize)
public static <K> HashObjIntMap<K> newImmutableMap(K[] keys,
int[] values)
public static <K> HashObjIntMap<K> newImmutableMap(K[] keys,
int[] values,
int expectedSize)
public static <K> HashObjIntMap<K> newImmutableMap(K[] keys,
Integer[] values)
public static <K> HashObjIntMap<K> newImmutableMap(K[] keys,
Integer[] values,
int expectedSize)
public static <K> HashObjIntMap<K> newImmutableMap(Iterable<? extends K> keys,
Iterable<Integer> values)
public static <K> HashObjIntMap<K> newImmutableMap(Iterable<? extends K> keys,
Iterable<Integer> values,
int expectedSize)
public static <K> HashObjIntMap<K> newImmutableMapOf(K k1,
int v1)
public static <K> HashObjIntMap<K> newImmutableMapOf(K k1,
int v1,
K k2,
int v2)
public static <K> HashObjIntMap<K> newImmutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3)
public static <K> HashObjIntMap<K> newImmutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4)
public static <K> HashObjIntMap<K> newImmutableMapOf(K k1,
int v1,
K k2,
int v2,
K k3,
int v3,
K k4,
int v4,
K k5,
int v5)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||