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