java.io.Serializable, java.lang.Comparable<MutableDoubleDoubleMapFactoryImpl>, MutableDoubleDoubleMapFactorypublic 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() |
|
<T> MutableDoubleDoubleMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
DoubleFunction<? super T> valueFunction) |
Creates an
MutableDoubleDoubleMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableDoubleDoubleMap |
of() |
|
MutableDoubleDoubleMap |
ofAll(DoubleDoubleMap map) |
|
MutableDoubleDoubleMap |
ofInitialCapacity(int capacity) |
|
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) |
|
MutableDoubleDoubleMap |
withInitialCapacity(int capacity) |
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 MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap of()
MutableDoubleDoubleMapFactoryof in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap with()
MutableDoubleDoubleMapFactorywith in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap ofInitialCapacity(int capacity)
MutableDoubleDoubleMapFactoryMutableDoubleDoubleMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap withInitialCapacity(int capacity)
MutableDoubleDoubleMapFactoryMutableDoubleDoubleMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap ofAll(DoubleDoubleMap map)
MutableDoubleDoubleMapFactoryofAll in interface MutableDoubleDoubleMapFactorypublic MutableDoubleDoubleMap withAll(DoubleDoubleMap map)
withAll in interface MutableDoubleDoubleMapFactorypublic <T> MutableDoubleDoubleMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableDoubleDoubleMapFactoryMutableDoubleDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableDoubleDoubleMapFactoryCopyright © 2004–2020. All rights reserved.