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