MutableObjectFloatMapFactorypublic enum MutableObjectFloatMapFactoryImpl extends java.lang.Enum<MutableObjectFloatMapFactoryImpl> implements MutableObjectFloatMapFactory
MutableObjectFloatMap.
 This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Enum Constant | Description | 
|---|---|
| INSTANCE | 
| Modifier and Type | Method | Description | 
|---|---|---|
| <K> MutableObjectFloatMap<K> | empty() | |
| <K> MutableObjectFloatMap<K> | of() | Same as  MutableObjectFloatMapFactory.empty(). | 
| <K> MutableObjectFloatMap<K> | ofAll(ObjectFloatMap<? extends K> map) | |
| static MutableObjectFloatMapFactoryImpl | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static MutableObjectFloatMapFactoryImpl[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| <K> MutableObjectFloatMap<K> | with() | Same as  MutableObjectFloatMapFactory.empty(). | 
| <K> MutableObjectFloatMap<K> | withAll(ObjectFloatMap<? extends K> map) | 
public static final MutableObjectFloatMapFactoryImpl INSTANCE
public static MutableObjectFloatMapFactoryImpl[] values()
for (MutableObjectFloatMapFactoryImpl c : MutableObjectFloatMapFactoryImpl.values()) System.out.println(c);
public static MutableObjectFloatMapFactoryImpl 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 <K> MutableObjectFloatMap<K> empty()
empty in interface MutableObjectFloatMapFactorypublic <K> MutableObjectFloatMap<K> of()
MutableObjectFloatMapFactoryMutableObjectFloatMapFactory.empty().of in interface MutableObjectFloatMapFactorypublic <K> MutableObjectFloatMap<K> with()
MutableObjectFloatMapFactoryMutableObjectFloatMapFactory.empty().with in interface MutableObjectFloatMapFactorypublic <K> MutableObjectFloatMap<K> ofAll(ObjectFloatMap<? extends K> map)
MutableObjectFloatMapFactoryofAll in interface MutableObjectFloatMapFactorypublic <K> MutableObjectFloatMap<K> withAll(ObjectFloatMap<? extends K> map)
withAll in interface MutableObjectFloatMapFactoryCopyright © 2004–2018. All rights reserved.