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