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