MutableFloatObjectMapFactoryImplpublic interface MutableFloatObjectMapFactory
MutableFloatObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<V> MutableFloatObjectMap<V> |
empty() |
|
<V> MutableFloatObjectMap<V> |
of() |
Same as
empty(). |
<V> MutableFloatObjectMap<V> |
ofAll(FloatObjectMap<? extends V> map) |
Same as
withAll(FloatObjectMap). |
<V> MutableFloatObjectMap<V> |
with() |
Same as
empty(). |
<V> MutableFloatObjectMap<V> |
withAll(FloatObjectMap<? extends V> map) |
<V> MutableFloatObjectMap<V> empty()
<V> MutableFloatObjectMap<V> of()
empty().<V> MutableFloatObjectMap<V> with()
empty().<V> MutableFloatObjectMap<V> ofAll(FloatObjectMap<? extends V> map)
withAll(FloatObjectMap).<V> MutableFloatObjectMap<V> withAll(FloatObjectMap<? extends V> map)
Copyright © 2004–2017. All rights reserved.