Serializable, Comparable<MutableDoubleShortMapFactoryImpl>, MutableDoubleShortMapFactorypublic enum MutableDoubleShortMapFactoryImpl extends Enum<MutableDoubleShortMapFactoryImpl> implements MutableDoubleShortMapFactory
MutableDoubleShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableDoubleShortMapFactoryImpl INSTANCE
public static MutableDoubleShortMapFactoryImpl[] values()
for (MutableDoubleShortMapFactoryImpl c : MutableDoubleShortMapFactoryImpl.values()) System.out.println(c);
public static MutableDoubleShortMapFactoryImpl 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 MutableDoubleShortMap empty()
empty in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap of()
MutableDoubleShortMapFactoryMutableDoubleShortMapFactory.empty().of in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap with()
MutableDoubleShortMapFactoryMutableDoubleShortMapFactory.empty().with in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap ofInitialCapacity(int capacity)
MutableDoubleShortMapFactoryMutableDoubleShortMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap withInitialCapacity(int capacity)
MutableDoubleShortMapFactoryMutableDoubleShortMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap ofAll(DoubleShortMap map)
MutableDoubleShortMapFactoryofAll in interface MutableDoubleShortMapFactorypublic MutableDoubleShortMap withAll(DoubleShortMap map)
withAll in interface MutableDoubleShortMapFactorypublic <T> MutableDoubleShortMap from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
MutableDoubleShortMapFactoryMutableDoubleShortMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableDoubleShortMapFactoryCopyright © 2004–2019. All rights reserved.