Serializable, Comparable<MutableFloatShortMapFactoryImpl>, MutableFloatShortMapFactorypublic enum MutableFloatShortMapFactoryImpl extends Enum<MutableFloatShortMapFactoryImpl> implements MutableFloatShortMapFactory
MutableFloatShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableFloatShortMapFactoryImpl INSTANCE
public static MutableFloatShortMapFactoryImpl[] values()
for (MutableFloatShortMapFactoryImpl c : MutableFloatShortMapFactoryImpl.values()) System.out.println(c);
public static MutableFloatShortMapFactoryImpl 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 MutableFloatShortMap empty()
empty in interface MutableFloatShortMapFactorypublic MutableFloatShortMap of()
MutableFloatShortMapFactoryMutableFloatShortMapFactory.empty().of in interface MutableFloatShortMapFactorypublic MutableFloatShortMap with()
MutableFloatShortMapFactoryMutableFloatShortMapFactory.empty().with in interface MutableFloatShortMapFactorypublic MutableFloatShortMap ofInitialCapacity(int capacity)
MutableFloatShortMapFactoryMutableFloatShortMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableFloatShortMapFactorypublic MutableFloatShortMap withInitialCapacity(int capacity)
MutableFloatShortMapFactoryMutableFloatShortMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableFloatShortMapFactorypublic MutableFloatShortMap ofAll(FloatShortMap map)
MutableFloatShortMapFactoryofAll in interface MutableFloatShortMapFactorypublic MutableFloatShortMap withAll(FloatShortMap map)
withAll in interface MutableFloatShortMapFactorypublic <T> MutableFloatShortMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
MutableFloatShortMapFactoryMutableFloatShortMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableFloatShortMapFactoryCopyright © 2004–2019. All rights reserved.