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