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