Serializable, Comparable<MutableIntDoubleMapFactoryImpl>, MutableIntDoubleMapFactorypublic enum MutableIntDoubleMapFactoryImpl extends Enum<MutableIntDoubleMapFactoryImpl> implements MutableIntDoubleMapFactory
MutableIntDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableIntDoubleMapFactoryImpl INSTANCE
public static MutableIntDoubleMapFactoryImpl[] values()
for (MutableIntDoubleMapFactoryImpl c : MutableIntDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableIntDoubleMapFactoryImpl 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 MutableIntDoubleMap empty()
empty in interface MutableIntDoubleMapFactorypublic MutableIntDoubleMap of()
MutableIntDoubleMapFactoryMutableIntDoubleMapFactory.empty().of in interface MutableIntDoubleMapFactorypublic MutableIntDoubleMap with()
MutableIntDoubleMapFactoryMutableIntDoubleMapFactory.empty().with in interface MutableIntDoubleMapFactorypublic MutableIntDoubleMap ofInitialCapacity(int capacity)
MutableIntDoubleMapFactoryMutableIntDoubleMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableIntDoubleMapFactorypublic MutableIntDoubleMap withInitialCapacity(int capacity)
MutableIntDoubleMapFactoryMutableIntDoubleMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableIntDoubleMapFactorypublic MutableIntDoubleMap ofAll(IntDoubleMap map)
MutableIntDoubleMapFactoryofAll in interface MutableIntDoubleMapFactorypublic MutableIntDoubleMap withAll(IntDoubleMap map)
withAll in interface MutableIntDoubleMapFactorypublic <T> MutableIntDoubleMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableIntDoubleMapFactoryMutableIntDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableIntDoubleMapFactoryCopyright © 2004–2019. All rights reserved.