net.openhft.collect.map.hash
Interface HashIntLongMapFactory
- All Superinterfaces:
- HashContainerFactory<HashIntLongMapFactory>, IntHashFactory<HashIntLongMapFactory>, IntLongMapFactory
public interface HashIntLongMapFactory
- extends IntLongMapFactory, IntHashFactory<HashIntLongMapFactory>
An immutable factory of HashIntLongMaps
- See Also:
HashIntLongMap,
HashIntLongMaps.getDefaultFactory()
|
Method Summary |
HashIntLongMap |
newImmutableMap(Consumer<IntLongConsumer> entriesSupplier)
|
HashIntLongMap |
newImmutableMap(Consumer<IntLongConsumer> entriesSupplier,
int expectedSize)
|
HashIntLongMap |
newImmutableMap(int[] keys,
long[] values)
|
HashIntLongMap |
newImmutableMap(int[] keys,
long[] values,
int expectedSize)
|
HashIntLongMap |
newImmutableMap(Integer[] keys,
Long[] values)
|
HashIntLongMap |
newImmutableMap(Integer[] keys,
Long[] values,
int expectedSize)
|
HashIntLongMap |
newImmutableMap(Iterable<Integer> keys,
Iterable<Long> values)
|
HashIntLongMap |
newImmutableMap(Iterable<Integer> keys,
Iterable<Long> values,
int expectedSize)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
int expectedSize)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
int expectedSize)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
int expectedSize)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5)
|
HashIntLongMap |
newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5,
int expectedSize)
|
HashIntLongMap |
newImmutableMapOf(int k1,
long v1)
|
HashIntLongMap |
newImmutableMapOf(int k1,
long v1,
int k2,
long v2)
|
HashIntLongMap |
newImmutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3)
|
HashIntLongMap |
newImmutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4)
|
HashIntLongMap |
newImmutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4,
int k5,
long v5)
|
HashIntLongMap |
newMutableMap()
|
HashIntLongMap |
newMutableMap(Consumer<IntLongConsumer> entriesSupplier)
|
HashIntLongMap |
newMutableMap(Consumer<IntLongConsumer> entriesSupplier,
int expectedSize)
|
HashIntLongMap |
newMutableMap(int expectedSize)
|
HashIntLongMap |
newMutableMap(int[] keys,
long[] values)
|
HashIntLongMap |
newMutableMap(int[] keys,
long[] values,
int expectedSize)
|
HashIntLongMap |
newMutableMap(Integer[] keys,
Long[] values)
|
HashIntLongMap |
newMutableMap(Integer[] keys,
Long[] values,
int expectedSize)
|
HashIntLongMap |
newMutableMap(Iterable<Integer> keys,
Iterable<Long> values)
|
HashIntLongMap |
newMutableMap(Iterable<Integer> keys,
Iterable<Long> values,
int expectedSize)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
int expectedSize)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
int expectedSize)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
int expectedSize)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5)
|
HashIntLongMap |
newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5,
int expectedSize)
|
HashIntLongMap |
newMutableMapOf(int k1,
long v1)
|
HashIntLongMap |
newMutableMapOf(int k1,
long v1,
int k2,
long v2)
|
HashIntLongMap |
newMutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3)
|
HashIntLongMap |
newMutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4)
|
HashIntLongMap |
newMutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4,
int k5,
long v5)
|
HashIntLongMap |
newUpdatableMap()
|
HashIntLongMap |
newUpdatableMap(Consumer<IntLongConsumer> entriesSupplier)
|
HashIntLongMap |
newUpdatableMap(Consumer<IntLongConsumer> entriesSupplier,
int expectedSize)
|
HashIntLongMap |
newUpdatableMap(int expectedSize)
|
HashIntLongMap |
newUpdatableMap(int[] keys,
long[] values)
|
HashIntLongMap |
newUpdatableMap(int[] keys,
long[] values,
int expectedSize)
|
HashIntLongMap |
newUpdatableMap(Integer[] keys,
Long[] values)
|
HashIntLongMap |
newUpdatableMap(Integer[] keys,
Long[] values,
int expectedSize)
|
HashIntLongMap |
newUpdatableMap(Iterable<Integer> keys,
Iterable<Long> values)
|
HashIntLongMap |
newUpdatableMap(Iterable<Integer> keys,
Iterable<Long> values,
int expectedSize)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
int expectedSize)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
int expectedSize)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
int expectedSize)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5)
|
HashIntLongMap |
newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5,
int expectedSize)
|
HashIntLongMap |
newUpdatableMapOf(int k1,
long v1)
|
HashIntLongMap |
newUpdatableMapOf(int k1,
long v1,
int k2,
long v2)
|
HashIntLongMap |
newUpdatableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3)
|
HashIntLongMap |
newUpdatableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4)
|
HashIntLongMap |
newUpdatableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4,
int k5,
long v5)
|
HashIntLongMapFactory |
withDefaultValue(long defaultValue)
|
withDefaultValue
HashIntLongMapFactory withDefaultValue(long defaultValue)
- Specified by:
withDefaultValue in interface IntLongMapFactory
- See Also:
IntLongMap.defaultValue()
newMutableMap
HashIntLongMap newMutableMap()
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5,
int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Consumer<IntLongConsumer> entriesSupplier)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Consumer<IntLongConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(int[] keys,
long[] values)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(int[] keys,
long[] values,
int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Integer[] keys,
Long[] values)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Integer[] keys,
Long[] values,
int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Iterable<Integer> keys,
Iterable<Long> values)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMap
HashIntLongMap newMutableMap(Iterable<Integer> keys,
Iterable<Long> values,
int expectedSize)
- Specified by:
newMutableMap in interface IntLongMapFactory
newMutableMapOf
HashIntLongMap newMutableMapOf(int k1,
long v1)
- Specified by:
newMutableMapOf in interface IntLongMapFactory
newMutableMapOf
HashIntLongMap newMutableMapOf(int k1,
long v1,
int k2,
long v2)
- Specified by:
newMutableMapOf in interface IntLongMapFactory
newMutableMapOf
HashIntLongMap newMutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3)
- Specified by:
newMutableMapOf in interface IntLongMapFactory
newMutableMapOf
HashIntLongMap newMutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4)
- Specified by:
newMutableMapOf in interface IntLongMapFactory
newMutableMapOf
HashIntLongMap newMutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4,
int k5,
long v5)
- Specified by:
newMutableMapOf in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap()
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Consumer<IntLongConsumer> entriesSupplier)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Consumer<IntLongConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(int[] keys,
long[] values)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(int[] keys,
long[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Integer[] keys,
Long[] values)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Integer[] keys,
Long[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Iterable<Integer> keys,
Iterable<Long> values)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMap
HashIntLongMap newUpdatableMap(Iterable<Integer> keys,
Iterable<Long> values,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntLongMapFactory
newUpdatableMapOf
HashIntLongMap newUpdatableMapOf(int k1,
long v1)
- Specified by:
newUpdatableMapOf in interface IntLongMapFactory
newUpdatableMapOf
HashIntLongMap newUpdatableMapOf(int k1,
long v1,
int k2,
long v2)
- Specified by:
newUpdatableMapOf in interface IntLongMapFactory
newUpdatableMapOf
HashIntLongMap newUpdatableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3)
- Specified by:
newUpdatableMapOf in interface IntLongMapFactory
newUpdatableMapOf
HashIntLongMap newUpdatableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4)
- Specified by:
newUpdatableMapOf in interface IntLongMapFactory
newUpdatableMapOf
HashIntLongMap newUpdatableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4,
int k5,
long v5)
- Specified by:
newUpdatableMapOf in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
int expectedSize)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
int expectedSize)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
int expectedSize)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5,
int expectedSize)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Map<Integer,Long> map1,
Map<Integer,Long> map2,
Map<Integer,Long> map3,
Map<Integer,Long> map4,
Map<Integer,Long> map5)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Consumer<IntLongConsumer> entriesSupplier)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Consumer<IntLongConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(int[] keys,
long[] values)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(int[] keys,
long[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Integer[] keys,
Long[] values)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Integer[] keys,
Long[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Iterable<Integer> keys,
Iterable<Long> values)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMap
HashIntLongMap newImmutableMap(Iterable<Integer> keys,
Iterable<Long> values,
int expectedSize)
- Specified by:
newImmutableMap in interface IntLongMapFactory
newImmutableMapOf
HashIntLongMap newImmutableMapOf(int k1,
long v1)
- Specified by:
newImmutableMapOf in interface IntLongMapFactory
newImmutableMapOf
HashIntLongMap newImmutableMapOf(int k1,
long v1,
int k2,
long v2)
- Specified by:
newImmutableMapOf in interface IntLongMapFactory
newImmutableMapOf
HashIntLongMap newImmutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3)
- Specified by:
newImmutableMapOf in interface IntLongMapFactory
newImmutableMapOf
HashIntLongMap newImmutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4)
- Specified by:
newImmutableMapOf in interface IntLongMapFactory
newImmutableMapOf
HashIntLongMap newImmutableMapOf(int k1,
long v1,
int k2,
long v2,
int k3,
long v3,
int k4,
long v4,
int k5,
long v5)
- Specified by:
newImmutableMapOf in interface IntLongMapFactory