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