Serializable, Comparable<MutableLongDoubleMapFactoryImpl>, MutableLongDoubleMapFactorypublic enum MutableLongDoubleMapFactoryImpl extends Enum<MutableLongDoubleMapFactoryImpl> implements MutableLongDoubleMapFactory
MutableLongDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableLongDoubleMapFactoryImpl INSTANCE
public static MutableLongDoubleMapFactoryImpl[] values()
for (MutableLongDoubleMapFactoryImpl c : MutableLongDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableLongDoubleMapFactoryImpl 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 MutableLongDoubleMap empty()
empty in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap of()
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty().of in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap with()
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty().with in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap ofInitialCapacity(int capacity)
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap withInitialCapacity(int capacity)
MutableLongDoubleMapFactoryMutableLongDoubleMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap ofAll(LongDoubleMap map)
MutableLongDoubleMapFactoryofAll in interface MutableLongDoubleMapFactorypublic MutableLongDoubleMap withAll(LongDoubleMap map)
withAll in interface MutableLongDoubleMapFactorypublic <T> MutableLongDoubleMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableLongDoubleMapFactoryMutableLongDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableLongDoubleMapFactoryCopyright © 2004–2019. All rights reserved.