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