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