Serializable, Comparable<MutableCharFloatMapFactoryImpl>, MutableCharFloatMapFactorypublic enum MutableCharFloatMapFactoryImpl extends Enum<MutableCharFloatMapFactoryImpl> implements MutableCharFloatMapFactory
MutableCharFloatMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableCharFloatMapFactoryImpl INSTANCE
public static MutableCharFloatMapFactoryImpl[] values()
for (MutableCharFloatMapFactoryImpl c : MutableCharFloatMapFactoryImpl.values()) System.out.println(c);
public static MutableCharFloatMapFactoryImpl 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 MutableCharFloatMap empty()
empty in interface MutableCharFloatMapFactorypublic MutableCharFloatMap of()
MutableCharFloatMapFactoryMutableCharFloatMapFactory.empty().of in interface MutableCharFloatMapFactorypublic MutableCharFloatMap with()
MutableCharFloatMapFactoryMutableCharFloatMapFactory.empty().with in interface MutableCharFloatMapFactorypublic MutableCharFloatMap ofInitialCapacity(int capacity)
MutableCharFloatMapFactoryMutableCharFloatMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableCharFloatMapFactorypublic MutableCharFloatMap withInitialCapacity(int capacity)
MutableCharFloatMapFactoryMutableCharFloatMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableCharFloatMapFactorypublic MutableCharFloatMap ofAll(CharFloatMap map)
MutableCharFloatMapFactoryofAll in interface MutableCharFloatMapFactorypublic MutableCharFloatMap withAll(CharFloatMap map)
withAll in interface MutableCharFloatMapFactorypublic <T> MutableCharFloatMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
MutableCharFloatMapFactoryMutableCharFloatMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableCharFloatMapFactoryCopyright © 2004–2019. All rights reserved.