Serializable, Comparable<MutableShortByteMapFactoryImpl>, MutableShortByteMapFactorypublic enum MutableShortByteMapFactoryImpl extends Enum<MutableShortByteMapFactoryImpl> implements MutableShortByteMapFactory
MutableShortByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableShortByteMapFactoryImpl INSTANCE
public static MutableShortByteMapFactoryImpl[] values()
for (MutableShortByteMapFactoryImpl c : MutableShortByteMapFactoryImpl.values()) System.out.println(c);
public static MutableShortByteMapFactoryImpl 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 MutableShortByteMap empty()
empty in interface MutableShortByteMapFactorypublic MutableShortByteMap of()
MutableShortByteMapFactoryMutableShortByteMapFactory.empty().of in interface MutableShortByteMapFactorypublic MutableShortByteMap with()
MutableShortByteMapFactoryMutableShortByteMapFactory.empty().with in interface MutableShortByteMapFactorypublic MutableShortByteMap ofInitialCapacity(int capacity)
MutableShortByteMapFactoryMutableShortByteMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableShortByteMapFactorypublic MutableShortByteMap withInitialCapacity(int capacity)
MutableShortByteMapFactoryMutableShortByteMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableShortByteMapFactorypublic MutableShortByteMap ofAll(ShortByteMap map)
MutableShortByteMapFactoryofAll in interface MutableShortByteMapFactorypublic MutableShortByteMap withAll(ShortByteMap map)
withAll in interface MutableShortByteMapFactorypublic <T> MutableShortByteMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableShortByteMapFactoryMutableShortByteMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableShortByteMapFactoryCopyright © 2004–2019. All rights reserved.