public enum MutableObjectDoubleMapFactoryImpl extends Enum<MutableObjectDoubleMapFactoryImpl> implements MutableObjectDoubleMapFactory
MutableObjectDoubleMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectDoubleMap<K> |
empty() |
<T,K> MutableObjectDoubleMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
DoubleFunction<? super T> valueFunction) |
<K> MutableObjectDoubleMap<K> |
of() |
<K> MutableObjectDoubleMap<K> |
ofAll(ObjectDoubleMap<? extends K> map) |
<K> MutableObjectDoubleMap<K> |
ofInitialCapacity(int capacity) |
static MutableObjectDoubleMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableObjectDoubleMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<K> MutableObjectDoubleMap<K> |
with() |
<K> MutableObjectDoubleMap<K> |
withAll(ObjectDoubleMap<? extends K> map) |
<K> MutableObjectDoubleMap<K> |
withInitialCapacity(int capacity) |
public static final MutableObjectDoubleMapFactoryImpl INSTANCE
public static MutableObjectDoubleMapFactoryImpl[] values()
for (MutableObjectDoubleMapFactoryImpl c : MutableObjectDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableObjectDoubleMapFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic <K> MutableObjectDoubleMap<K> empty()
empty in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> of()
of in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> with()
with in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> withInitialCapacity(int capacity)
withInitialCapacity in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> ofAll(ObjectDoubleMap<? extends K> map)
ofAll in interface MutableObjectDoubleMapFactorypublic <K> MutableObjectDoubleMap<K> withAll(ObjectDoubleMap<? extends K> map)
withAll in interface MutableObjectDoubleMapFactorypublic <T,K> MutableObjectDoubleMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, DoubleFunction<? super T> valueFunction)
from in interface MutableObjectDoubleMapFactoryCopyright © 2004–2021. All rights reserved.