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