Serializable, Comparable<MutableByteDoubleMapFactoryImpl>, MutableByteDoubleMapFactorypublic enum MutableByteDoubleMapFactoryImpl extends Enum<MutableByteDoubleMapFactoryImpl> implements MutableByteDoubleMapFactory
MutableByteDoubleMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableByteDoubleMapFactoryImpl INSTANCE
public static MutableByteDoubleMapFactoryImpl[] values()
for (MutableByteDoubleMapFactoryImpl c : MutableByteDoubleMapFactoryImpl.values()) System.out.println(c);
public static MutableByteDoubleMapFactoryImpl 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 MutableByteDoubleMap empty()
empty in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap of()
MutableByteDoubleMapFactoryMutableByteDoubleMapFactory.empty().of in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap with()
MutableByteDoubleMapFactoryMutableByteDoubleMapFactory.empty().with in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap ofInitialCapacity(int capacity)
MutableByteDoubleMapFactoryMutableByteDoubleMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap withInitialCapacity(int capacity)
MutableByteDoubleMapFactoryMutableByteDoubleMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap ofAll(ByteDoubleMap map)
MutableByteDoubleMapFactoryofAll in interface MutableByteDoubleMapFactorypublic MutableByteDoubleMap withAll(ByteDoubleMap map)
withAll in interface MutableByteDoubleMapFactorypublic <T> MutableByteDoubleMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableByteDoubleMapFactoryMutableByteDoubleMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableByteDoubleMapFactoryCopyright © 2004–2019. All rights reserved.