MutableFloatObjectMapFactorypublic enum MutableFloatObjectMapFactoryImpl extends java.lang.Enum<MutableFloatObjectMapFactoryImpl> implements MutableFloatObjectMapFactory
MutableFloatObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
<V> MutableFloatObjectMap<V> |
empty() |
|
<V> MutableFloatObjectMap<V> |
of() |
Same as
MutableFloatObjectMapFactory.empty(). |
<V> MutableFloatObjectMap<V> |
ofAll(FloatObjectMap<? extends V> map) |
|
static MutableFloatObjectMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableFloatObjectMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<V> MutableFloatObjectMap<V> |
with() |
Same as
MutableFloatObjectMapFactory.empty(). |
<V> MutableFloatObjectMap<V> |
withAll(FloatObjectMap<? extends V> map) |
public static final MutableFloatObjectMapFactoryImpl INSTANCE
public static MutableFloatObjectMapFactoryImpl[] values()
for (MutableFloatObjectMapFactoryImpl c : MutableFloatObjectMapFactoryImpl.values()) System.out.println(c);
public static MutableFloatObjectMapFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic <V> MutableFloatObjectMap<V> empty()
empty in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> of()
MutableFloatObjectMapFactoryMutableFloatObjectMapFactory.empty().of in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> with()
MutableFloatObjectMapFactoryMutableFloatObjectMapFactory.empty().with in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> ofAll(FloatObjectMap<? extends V> map)
MutableFloatObjectMapFactoryofAll in interface MutableFloatObjectMapFactorypublic <V> MutableFloatObjectMap<V> withAll(FloatObjectMap<? extends V> map)
withAll in interface MutableFloatObjectMapFactoryCopyright © 2004–2017. All rights reserved.