Serializable, Comparable<MutableCharDoubleMapFactoryImpl>, MutableCharDoubleMapFactorypublic enum MutableCharDoubleMapFactoryImpl extends Enum<MutableCharDoubleMapFactoryImpl> implements MutableCharDoubleMapFactory
MutableCharDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableCharDoubleMapFactoryImpl INSTANCE
public static MutableCharDoubleMapFactoryImpl[] values()
for (MutableCharDoubleMapFactoryImpl c : MutableCharDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableCharDoubleMapFactoryImpl 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 MutableCharDoubleMap empty()
empty in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap of()
MutableCharDoubleMapFactoryMutableCharDoubleMapFactory.empty().of in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap with()
MutableCharDoubleMapFactoryMutableCharDoubleMapFactory.empty().with in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap ofInitialCapacity(int capacity)
MutableCharDoubleMapFactoryMutableCharDoubleMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap withInitialCapacity(int capacity)
MutableCharDoubleMapFactoryMutableCharDoubleMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap ofAll(CharDoubleMap map)
MutableCharDoubleMapFactoryofAll in interface MutableCharDoubleMapFactorypublic MutableCharDoubleMap withAll(CharDoubleMap map)
withAll in interface MutableCharDoubleMapFactorypublic <T> MutableCharDoubleMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableCharDoubleMapFactoryMutableCharDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableCharDoubleMapFactoryCopyright © 2004–2019. All rights reserved.