Serializable, Comparable<MutableLongFloatMapFactoryImpl>, MutableLongFloatMapFactorypublic enum MutableLongFloatMapFactoryImpl extends Enum<MutableLongFloatMapFactoryImpl> implements MutableLongFloatMapFactory
MutableLongFloatMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableLongFloatMapFactoryImpl INSTANCE
public static MutableLongFloatMapFactoryImpl[] values()
for (MutableLongFloatMapFactoryImpl c : MutableLongFloatMapFactoryImpl.values()) System.out.println(c);
public static MutableLongFloatMapFactoryImpl 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 MutableLongFloatMap empty()
empty in interface MutableLongFloatMapFactorypublic MutableLongFloatMap of()
MutableLongFloatMapFactoryMutableLongFloatMapFactory.empty().of in interface MutableLongFloatMapFactorypublic MutableLongFloatMap with()
MutableLongFloatMapFactoryMutableLongFloatMapFactory.empty().with in interface MutableLongFloatMapFactorypublic MutableLongFloatMap ofInitialCapacity(int capacity)
MutableLongFloatMapFactoryMutableLongFloatMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableLongFloatMapFactorypublic MutableLongFloatMap withInitialCapacity(int capacity)
MutableLongFloatMapFactoryMutableLongFloatMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableLongFloatMapFactorypublic MutableLongFloatMap ofAll(LongFloatMap map)
MutableLongFloatMapFactoryofAll in interface MutableLongFloatMapFactorypublic MutableLongFloatMap withAll(LongFloatMap map)
withAll in interface MutableLongFloatMapFactorypublic <T> MutableLongFloatMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
MutableLongFloatMapFactoryMutableLongFloatMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableLongFloatMapFactoryCopyright © 2004–2019. All rights reserved.