|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HashFloatCharMapFactory
An immutable factory of HashFloatCharMaps.
HashFloatCharMap,
HashFloatCharMaps.getDefaultFactory(),
@KolobokeMap| Method Summary | |
|---|---|
HashFloatCharMap |
newImmutableMap(Consumer<FloatCharConsumer> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
HashFloatCharMap |
newImmutableMap(Consumer<FloatCharConsumer> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
HashFloatCharMap |
newImmutableMap(float[] keys,
char[] values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newImmutableMap(float[] keys,
char[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newImmutableMap(Float[] keys,
Character[] values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newImmutableMap(Float[] keys,
Character[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newImmutableMap(Iterable<Float> keys,
Iterable<Character> values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
HashFloatCharMap |
newImmutableMap(Iterable<Float> keys,
Iterable<Character> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map)
Constructs a new immutable map with the same mappings as the specified map. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map1,
Map<Float,Character> map2)
Constructs a new immutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3)
Constructs a new immutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4)
Constructs a new immutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
Map<Float,Character> map5)
Constructs a new immutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newImmutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
Map<Float,Character> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newImmutableMapOf(float k1,
char v1)
Constructs a new immutable map of the single specified mapping. |
HashFloatCharMap |
newImmutableMapOf(float k1,
char v1,
float k2,
char v2)
Constructs a new immutable map of the two specified mappings. |
HashFloatCharMap |
newImmutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3)
Constructs a new immutable map of the three specified mappings. |
HashFloatCharMap |
newImmutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4)
Constructs a new immutable map of the four specified mappings. |
HashFloatCharMap |
newImmutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4,
float k5,
char v5)
Constructs a new immutable map of the five specified mappings. |
HashFloatCharMap |
newMutableMap()
Constructs a new empty mutable map of the default expected size. |
HashFloatCharMap |
newMutableMap(Consumer<FloatCharConsumer> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
HashFloatCharMap |
newMutableMap(Consumer<FloatCharConsumer> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
HashFloatCharMap |
newMutableMap(float[] keys,
char[] values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newMutableMap(float[] keys,
char[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newMutableMap(Float[] keys,
Character[] values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newMutableMap(Float[] keys,
Character[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size. |
HashFloatCharMap |
newMutableMap(Iterable<Float> keys,
Iterable<Character> values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
HashFloatCharMap |
newMutableMap(Iterable<Float> keys,
Iterable<Character> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map)
Constructs a new mutable map with the same mappings as the specified map. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map1,
Map<Float,Character> map2)
Constructs a new mutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3)
Constructs a new mutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4)
Constructs a new mutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
Map<Float,Character> map5)
Constructs a new mutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newMutableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
Map<Float,Character> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newMutableMapOf(float k1,
char v1)
Constructs a new mutable map of the single specified mapping. |
HashFloatCharMap |
newMutableMapOf(float k1,
char v1,
float k2,
char v2)
Constructs a new mutable map of the two specified mappings. |
HashFloatCharMap |
newMutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3)
Constructs a new mutable map of the three specified mappings. |
HashFloatCharMap |
newMutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4)
Constructs a new mutable map of the four specified mappings. |
HashFloatCharMap |
newMutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4,
float k5,
char v5)
Constructs a new mutable map of the five specified mappings. |
HashFloatCharMap |
newUpdatableMap()
Constructs a new empty updatable map of the default expected size. |
HashFloatCharMap |
newUpdatableMap(Consumer<FloatCharConsumer> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
HashFloatCharMap |
newUpdatableMap(Consumer<FloatCharConsumer> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
HashFloatCharMap |
newUpdatableMap(float[] keys,
char[] values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newUpdatableMap(float[] keys,
char[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newUpdatableMap(Float[] keys,
Character[] values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newUpdatableMap(Float[] keys,
Character[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
HashFloatCharMap |
newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size. |
HashFloatCharMap |
newUpdatableMap(Iterable<Float> keys,
Iterable<Character> values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
HashFloatCharMap |
newUpdatableMap(Iterable<Float> keys,
Iterable<Character> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map)
Constructs a new updatable map with the same mappings as the specified map. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map1,
Map<Float,Character> map2)
Constructs a new updatable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3)
Constructs a new updatable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4)
Constructs a new updatable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
Map<Float,Character> map5)
Constructs a new updatable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newUpdatableMap(Map<Float,Character> map1,
Map<Float,Character> map2,
Map<Float,Character> map3,
Map<Float,Character> map4,
Map<Float,Character> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
HashFloatCharMap |
newUpdatableMapOf(float k1,
char v1)
Constructs a new updatable map of the single specified mapping. |
HashFloatCharMap |
newUpdatableMapOf(float k1,
char v1,
float k2,
char v2)
Constructs a new updatable map of the two specified mappings. |
HashFloatCharMap |
newUpdatableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3)
Constructs a new updatable map of the three specified mappings. |
HashFloatCharMap |
newUpdatableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4)
Constructs a new updatable map of the four specified mappings. |
HashFloatCharMap |
newUpdatableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4,
float k5,
char v5)
Constructs a new updatable map of the five specified mappings. |
| Methods inherited from interface com.koloboke.collect.map.FloatCharMapFactory |
|---|
getDefaultValue, withDefaultValue |
| Methods inherited from interface com.koloboke.collect.hash.HashContainerFactory |
|---|
getHashConfig, withHashConfig |
| Methods inherited from interface com.koloboke.collect.ContainerFactory |
|---|
getDefaultExpectedSize, withDefaultExpectedSize |
| Method Detail |
|---|
@Nonnull HashFloatCharMap newMutableMap()
FloatCharMapFactory
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>@Nonnull HashFloatCharMap newMutableMap(int expectedSize)
FloatCharMapFactory
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>expectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
int expectedSize)
FloatCharMapFactorymap2 have priority over mappings from the map1 with
the same keys.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
int expectedSize)
FloatCharMapFactory
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
int expectedSize)
FloatCharMapFactory
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
@Nonnull
Map<Float,Character> map5,
int expectedSize)
FloatCharMapFactory
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergemap5 - the fifth map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Consumer<FloatCharConsumer> entriesSupplier,
int expectedSize)
FloatCharMapFactoryExample: TODO
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>entriesSupplier - the function which supply mappings for the returned map via
the callback passed inexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
float[] keys,
@Nonnull
char[] values,
int expectedSize)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same indexexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Float[] keys,
@Nonnull
Character[] values,
int expectedSize)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same indexexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Iterable<Float> keys,
@Nonnull
Iterable<Character> values,
int expectedSize)
FloatCharMapFactorykeys and values iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys iterable at the same iteration positionexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map)
FloatCharMapFactorymap.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map - the map whose mappings are to be placed in the returned map
map
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2)
FloatCharMapFactorymap2 have priority over mappings from the map1 with
the same keys.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to merge
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3)
FloatCharMapFactory
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to merge
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4)
FloatCharMapFactory
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to merge
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
@Nonnull
Map<Float,Character> map5)
FloatCharMapFactory
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergemap5 - the fifth map to merge
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Consumer<FloatCharConsumer> entriesSupplier)
FloatCharMapFactoryExample: TODO
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>entriesSupplier - the function which supply mappings for the returned map via
the callback passed in
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
float[] keys,
@Nonnull
char[] values)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same index
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Float[] keys,
@Nonnull
Character[] values)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same index
@Nonnull
HashFloatCharMap newMutableMap(@Nonnull
Iterable<Float> keys,
@Nonnull
Iterable<Character> values)
FloatCharMapFactorykeys and values iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.
newMutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys iterable at the same iteration position
@Nonnull
HashFloatCharMap newMutableMapOf(float k1,
char v1)
FloatCharMapFactory
newMutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the sole mappingv1 - the value of the sole mapping
@Nonnull
HashFloatCharMap newMutableMapOf(float k1,
char v1,
float k2,
char v2)
FloatCharMapFactory
newMutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mapping
@Nonnull
HashFloatCharMap newMutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3)
FloatCharMapFactory
newMutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mapping
@Nonnull
HashFloatCharMap newMutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4)
FloatCharMapFactory
newMutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mappingk4 - the key of the fourth mappingv4 - the value of the fourth mapping
@Nonnull
HashFloatCharMap newMutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4,
float k5,
char v5)
FloatCharMapFactory
newMutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mappingk4 - the key of the fourth mappingv4 - the value of the fourth mappingk5 - the key of the fifth mappingv5 - the value of the fifth mapping
@Nonnull HashFloatCharMap newUpdatableMap()
FloatCharMapFactory
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>@Nonnull HashFloatCharMap newUpdatableMap(int expectedSize)
FloatCharMapFactory
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>expectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
int expectedSize)
FloatCharMapFactorymap2 have priority over mappings from the map1 with
the same keys.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
int expectedSize)
FloatCharMapFactory
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
int expectedSize)
FloatCharMapFactory
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
@Nonnull
Map<Float,Character> map5,
int expectedSize)
FloatCharMapFactory
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergemap5 - the fifth map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Consumer<FloatCharConsumer> entriesSupplier,
int expectedSize)
FloatCharMapFactoryExample: TODO
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>entriesSupplier - the function which supply mappings for the returned map via
the callback passed inexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
float[] keys,
@Nonnull
char[] values,
int expectedSize)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same indexexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Float[] keys,
@Nonnull
Character[] values,
int expectedSize)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same indexexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Iterable<Float> keys,
@Nonnull
Iterable<Character> values,
int expectedSize)
FloatCharMapFactorykeys and values iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys iterable at the same iteration positionexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map)
FloatCharMapFactorymap.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map - the map whose mappings are to be placed in the returned map
map
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2)
FloatCharMapFactorymap2 have priority over mappings from the map1 with
the same keys.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to merge
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3)
FloatCharMapFactory
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to merge
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4)
FloatCharMapFactory
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to merge
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
@Nonnull
Map<Float,Character> map5)
FloatCharMapFactory
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergemap5 - the fifth map to merge
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Consumer<FloatCharConsumer> entriesSupplier)
FloatCharMapFactoryExample: TODO
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>entriesSupplier - the function which supply mappings for the returned map via
the callback passed in
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
float[] keys,
@Nonnull
char[] values)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same index
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Float[] keys,
@Nonnull
Character[] values)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same index
@Nonnull
HashFloatCharMap newUpdatableMap(@Nonnull
Iterable<Float> keys,
@Nonnull
Iterable<Character> values)
FloatCharMapFactorykeys and values iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.
newUpdatableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys iterable at the same iteration position
@Nonnull
HashFloatCharMap newUpdatableMapOf(float k1,
char v1)
FloatCharMapFactory
newUpdatableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the sole mappingv1 - the value of the sole mapping
@Nonnull
HashFloatCharMap newUpdatableMapOf(float k1,
char v1,
float k2,
char v2)
FloatCharMapFactory
newUpdatableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mapping
@Nonnull
HashFloatCharMap newUpdatableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3)
FloatCharMapFactory
newUpdatableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mapping
@Nonnull
HashFloatCharMap newUpdatableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4)
FloatCharMapFactory
newUpdatableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mappingk4 - the key of the fourth mappingv4 - the value of the fourth mapping
@Nonnull
HashFloatCharMap newUpdatableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4,
float k5,
char v5)
FloatCharMapFactory
newUpdatableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mappingk4 - the key of the fourth mappingv4 - the value of the fourth mappingk5 - the key of the fifth mappingv5 - the value of the fifth mapping
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
int expectedSize)
FloatCharMapFactorymap2 have priority over mappings from the map1 with
the same keys.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
int expectedSize)
FloatCharMapFactory
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
int expectedSize)
FloatCharMapFactory
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
@Nonnull
Map<Float,Character> map5,
int expectedSize)
FloatCharMapFactory
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergemap5 - the fifth map to mergeexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Consumer<FloatCharConsumer> entriesSupplier,
int expectedSize)
FloatCharMapFactoryExample: TODO
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>entriesSupplier - the function which supply mappings for the returned map via
the callback passed inexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
float[] keys,
@Nonnull
char[] values,
int expectedSize)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same indexexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Float[] keys,
@Nonnull
Character[] values,
int expectedSize)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same indexexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Iterable<Float> keys,
@Nonnull
Iterable<Character> values,
int expectedSize)
FloatCharMapFactorykeys and values iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys iterable at the same iteration positionexpectedSize - the expected size of the returned map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map)
FloatCharMapFactorymap.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map - the map whose mappings are to be placed in the returned map
map
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2)
FloatCharMapFactorymap2 have priority over mappings from the map1 with
the same keys.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to merge
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3)
FloatCharMapFactory
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to merge
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4)
FloatCharMapFactory
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to merge
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Map<Float,Character> map1,
@Nonnull
Map<Float,Character> map2,
@Nonnull
Map<Float,Character> map3,
@Nonnull
Map<Float,Character> map4,
@Nonnull
Map<Float,Character> map5)
FloatCharMapFactory
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>map1 - the first map to mergemap2 - the second map to mergemap3 - the third map to mergemap4 - the fourth map to mergemap5 - the fifth map to merge
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Consumer<FloatCharConsumer> entriesSupplier)
FloatCharMapFactoryExample: TODO
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>entriesSupplier - the function which supply mappings for the returned map via
the callback passed in
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
float[] keys,
@Nonnull
char[] values)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same index
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Float[] keys,
@Nonnull
Character[] values)
FloatCharMapFactorykeys and values arrays at the same index. If keys array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys array at the same index
@Nonnull
HashFloatCharMap newImmutableMap(@Nonnull
Iterable<Float> keys,
@Nonnull
Iterable<Character> values)
FloatCharMapFactorykeys and values iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.
newImmutableMap in interface FloatCharMapFactory<HashFloatCharMapFactory>keys - the keys of the returned mapvalues - the values of the returned map, each value is associated with the element
of the keys iterable at the same iteration position
@Nonnull
HashFloatCharMap newImmutableMapOf(float k1,
char v1)
FloatCharMapFactory
newImmutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the sole mappingv1 - the value of the sole mapping
@Nonnull
HashFloatCharMap newImmutableMapOf(float k1,
char v1,
float k2,
char v2)
FloatCharMapFactory
newImmutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mapping
@Nonnull
HashFloatCharMap newImmutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3)
FloatCharMapFactory
newImmutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mapping
@Nonnull
HashFloatCharMap newImmutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4)
FloatCharMapFactory
newImmutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mappingk4 - the key of the fourth mappingv4 - the value of the fourth mapping
@Nonnull
HashFloatCharMap newImmutableMapOf(float k1,
char v1,
float k2,
char v2,
float k3,
char v3,
float k4,
char v4,
float k5,
char v5)
FloatCharMapFactory
newImmutableMapOf in interface FloatCharMapFactory<HashFloatCharMapFactory>k1 - the key of the first mappingv1 - the value of the first mappingk2 - the key of the second mappingv2 - the value of the second mappingk3 - the key of the third mappingv3 - the value of the third mappingk4 - the key of the fourth mappingv4 - the value of the fourth mappingk5 - the key of the fifth mappingv5 - the value of the fifth mapping
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||