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