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