java.io.Serializable, java.lang.Comparable<MutableShortDoubleMapFactoryImpl>, MutableShortDoubleMapFactorypublic enum MutableShortDoubleMapFactoryImpl extends java.lang.Enum<MutableShortDoubleMapFactoryImpl> implements MutableShortDoubleMapFactory
MutableShortDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableShortDoubleMapFactoryImpl INSTANCE
public static MutableShortDoubleMapFactoryImpl[] values()
for (MutableShortDoubleMapFactoryImpl c : MutableShortDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableShortDoubleMapFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableShortDoubleMap empty()
empty in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap of()
MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.empty().of in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap with()
MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.empty().with in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap ofInitialCapacity(int capacity)
MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap withInitialCapacity(int capacity)
MutableShortDoubleMapFactoryMutableShortDoubleMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap ofAll(ShortDoubleMap map)
MutableShortDoubleMapFactoryofAll in interface MutableShortDoubleMapFactorypublic MutableShortDoubleMap withAll(ShortDoubleMap map)
withAll in interface MutableShortDoubleMapFactorypublic <T> MutableShortDoubleMap from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableShortDoubleMapFactoryMutableShortDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableShortDoubleMapFactoryCopyright © 2004–2020. All rights reserved.