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