net.openhft.collect.map.hash
Interface HashDoubleObjMapFactory<V>
- All Superinterfaces:
- DoubleObjMapFactory<V>, HashContainerFactory<HashDoubleObjMapFactory<V>>
public interface HashDoubleObjMapFactory<V>
- extends DoubleObjMapFactory<V>, HashContainerFactory<HashDoubleObjMapFactory<V>>
An immutable factory of HashDoubleObjMaps
- See Also:
HashDoubleObjMap,
HashDoubleObjMaps.getDefaultFactory()
|
Method Summary |
|
newImmutableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier)
|
|
newImmutableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
newImmutableMap(double[] keys,
V2[] values)
|
|
newImmutableMap(Double[] keys,
V2[] values)
|
|
newImmutableMap(double[] keys,
V2[] values,
int expectedSize)
|
|
newImmutableMap(Double[] keys,
V2[] values,
int expectedSize)
|
|
newImmutableMap(Iterable<Double> keys,
Iterable<? extends V2> values)
|
|
newImmutableMap(Iterable<Double> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
newImmutableMap(Map<Double,? extends V2> map)
|
|
newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2)
|
|
newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
int expectedSize)
|
|
newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3)
|
|
newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
int expectedSize)
|
|
newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4)
|
|
newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
int expectedSize)
|
|
newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5)
|
|
newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5,
int expectedSize)
|
|
newImmutableMapOf(double k1,
V2 v1)
|
|
newImmutableMapOf(double k1,
V2 v1,
double k2,
V2 v2)
|
|
newImmutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3)
|
|
newImmutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4)
|
|
newImmutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4,
double k5,
V2 v5)
|
|
newMutableMap()
|
|
newMutableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier)
|
|
newMutableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
newMutableMap(double[] keys,
V2[] values)
|
|
newMutableMap(Double[] keys,
V2[] values)
|
|
newMutableMap(double[] keys,
V2[] values,
int expectedSize)
|
|
newMutableMap(Double[] keys,
V2[] values,
int expectedSize)
|
|
newMutableMap(int expectedSize)
|
|
newMutableMap(Iterable<Double> keys,
Iterable<? extends V2> values)
|
|
newMutableMap(Iterable<Double> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
newMutableMap(Map<Double,? extends V2> map)
|
|
newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2)
|
|
newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
int expectedSize)
|
|
newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3)
|
|
newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
int expectedSize)
|
|
newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4)
|
|
newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
int expectedSize)
|
|
newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5)
|
|
newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5,
int expectedSize)
|
|
newMutableMapOf(double k1,
V2 v1)
|
|
newMutableMapOf(double k1,
V2 v1,
double k2,
V2 v2)
|
|
newMutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3)
|
|
newMutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4)
|
|
newMutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4,
double k5,
V2 v5)
|
|
newUpdatableMap()
|
|
newUpdatableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier)
|
|
newUpdatableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
newUpdatableMap(double[] keys,
V2[] values)
|
|
newUpdatableMap(Double[] keys,
V2[] values)
|
|
newUpdatableMap(double[] keys,
V2[] values,
int expectedSize)
|
|
newUpdatableMap(Double[] keys,
V2[] values,
int expectedSize)
|
|
newUpdatableMap(int expectedSize)
|
|
newUpdatableMap(Iterable<Double> keys,
Iterable<? extends V2> values)
|
|
newUpdatableMap(Iterable<Double> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
newUpdatableMap(Map<Double,? extends V2> map)
|
|
newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2)
|
|
newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
int expectedSize)
|
|
newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3)
|
|
newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
int expectedSize)
|
|
newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4)
|
|
newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
int expectedSize)
|
|
newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5)
|
|
newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5,
int expectedSize)
|
|
newUpdatableMapOf(double k1,
V2 v1)
|
|
newUpdatableMapOf(double k1,
V2 v1,
double k2,
V2 v2)
|
|
newUpdatableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3)
|
|
newUpdatableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4)
|
|
newUpdatableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4,
double k5,
V2 v5)
|
|
withValueEquivalence(Equivalence<VE> valueEquivalence)
|
withValueEquivalence
<VE> HashDoubleObjMapFactory<VE> withValueEquivalence(@Nullable
Equivalence<VE> valueEquivalence)
- Specified by:
withValueEquivalence in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap()
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(double[] keys,
V2[] values)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(double[] keys,
V2[] values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Double[] keys,
V2[] values)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Double[] keys,
V2[] values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Iterable<Double> keys,
Iterable<? extends V2> values)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMap
<V2 extends V> HashDoubleObjMap<V2> newMutableMap(Iterable<Double> keys,
Iterable<? extends V2> values,
int expectedSize)
- Specified by:
newMutableMap in interface DoubleObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newMutableMapOf(double k1,
V2 v1)
- Specified by:
newMutableMapOf in interface DoubleObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newMutableMapOf(double k1,
V2 v1,
double k2,
V2 v2)
- Specified by:
newMutableMapOf in interface DoubleObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newMutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3)
- Specified by:
newMutableMapOf in interface DoubleObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newMutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4)
- Specified by:
newMutableMapOf in interface DoubleObjMapFactory<V>
newMutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newMutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4,
double k5,
V2 v5)
- Specified by:
newMutableMapOf in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap()
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(double[] keys,
V2[] values)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(double[] keys,
V2[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Double[] keys,
V2[] values)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Double[] keys,
V2[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Iterable<Double> keys,
Iterable<? extends V2> values)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMap
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMap(Iterable<Double> keys,
Iterable<? extends V2> values,
int expectedSize)
- Specified by:
newUpdatableMap in interface DoubleObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMapOf(double k1,
V2 v1)
- Specified by:
newUpdatableMapOf in interface DoubleObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMapOf(double k1,
V2 v1,
double k2,
V2 v2)
- Specified by:
newUpdatableMapOf in interface DoubleObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3)
- Specified by:
newUpdatableMapOf in interface DoubleObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4)
- Specified by:
newUpdatableMapOf in interface DoubleObjMapFactory<V>
newUpdatableMapOf
<V2 extends V> HashDoubleObjMap<V2> newUpdatableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4,
double k5,
V2 v5)
- Specified by:
newUpdatableMapOf in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Map<Double,? extends V2> map1,
Map<Double,? extends V2> map2,
Map<Double,? extends V2> map3,
Map<Double,? extends V2> map4,
Map<Double,? extends V2> map5)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Consumer<DoubleObjConsumer<V2>> entriesSupplier,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(double[] keys,
V2[] values)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(double[] keys,
V2[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Double[] keys,
V2[] values)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Double[] keys,
V2[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Iterable<Double> keys,
Iterable<? extends V2> values)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMap
<V2 extends V> HashDoubleObjMap<V2> newImmutableMap(Iterable<Double> keys,
Iterable<? extends V2> values,
int expectedSize)
- Specified by:
newImmutableMap in interface DoubleObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newImmutableMapOf(double k1,
V2 v1)
- Specified by:
newImmutableMapOf in interface DoubleObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newImmutableMapOf(double k1,
V2 v1,
double k2,
V2 v2)
- Specified by:
newImmutableMapOf in interface DoubleObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newImmutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3)
- Specified by:
newImmutableMapOf in interface DoubleObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newImmutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4)
- Specified by:
newImmutableMapOf in interface DoubleObjMapFactory<V>
newImmutableMapOf
<V2 extends V> HashDoubleObjMap<V2> newImmutableMapOf(double k1,
V2 v1,
double k2,
V2 v2,
double k3,
V2 v3,
double k4,
V2 v4,
double k5,
V2 v5)
- Specified by:
newImmutableMapOf in interface DoubleObjMapFactory<V>