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