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