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