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