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