MutableFloatObjectMapFactoryImplpublic interface MutableFloatObjectMapFactory
MutableFloatObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<V> MutableFloatObjectMap<V> |
empty() |
|
<T,V> MutableFloatObjectMap<V> |
from(java.lang.Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
Creates an
MutableFloatObjectMap from an Iterable<T> by applying keyFunction and valueFunction. |
<V> MutableFloatObjectMap<V> |
of() |
Same as
empty(). |
<V> MutableFloatObjectMap<V> |
ofAll(FloatObjectMap<? extends V> map) |
Same as
withAll(FloatObjectMap). |
<V> MutableFloatObjectMap<V> |
ofInitialCapacity(int capacity) |
Same as
empty(). |
<V> MutableFloatObjectMap<V> |
with() |
Same as
empty(). |
<V> MutableFloatObjectMap<V> |
withAll(FloatObjectMap<? extends V> map) |
|
<V> MutableFloatObjectMap<V> |
withInitialCapacity(int capacity) |
Same as
empty(). |
<V> MutableFloatObjectMap<V> empty()
<V> MutableFloatObjectMap<V> of()
empty().<V> MutableFloatObjectMap<V> with()
empty().<V> MutableFloatObjectMap<V> ofInitialCapacity(int capacity)
empty(). but takes in an initial capacity<V> MutableFloatObjectMap<V> withInitialCapacity(int capacity)
empty(). but takes in an initial capacity<V> MutableFloatObjectMap<V> ofAll(FloatObjectMap<? extends V> map)
withAll(FloatObjectMap).<V> MutableFloatObjectMap<V> withAll(FloatObjectMap<? extends V> map)
<T,V> MutableFloatObjectMap<V> from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
MutableFloatObjectMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.