MutableLongShortMapFactory
public 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 MutableLongShortMapFactory
public MutableLongShortMap of()
MutableLongShortMapFactory
MutableLongShortMapFactory.empty()
.of
in interface MutableLongShortMapFactory
public MutableLongShortMap with()
MutableLongShortMapFactory
MutableLongShortMapFactory.empty()
.with
in interface MutableLongShortMapFactory
public MutableLongShortMap ofAll(LongShortMap map)
MutableLongShortMapFactory
ofAll
in interface MutableLongShortMapFactory
public MutableLongShortMap withAll(LongShortMap map)
withAll
in interface MutableLongShortMapFactory
Copyright © 2004–2017. All rights reserved.