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