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