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