Serializable, Comparable<MutableIntShortMapFactoryImpl>, MutableIntShortMapFactorypublic enum MutableIntShortMapFactoryImpl extends Enum<MutableIntShortMapFactoryImpl> implements MutableIntShortMapFactory
MutableIntShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableIntShortMapFactoryImpl INSTANCE
public static MutableIntShortMapFactoryImpl[] values()
for (MutableIntShortMapFactoryImpl c : MutableIntShortMapFactoryImpl.values()) System.out.println(c);
public static MutableIntShortMapFactoryImpl 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 MutableIntShortMap empty()
empty in interface MutableIntShortMapFactorypublic MutableIntShortMap of()
MutableIntShortMapFactoryMutableIntShortMapFactory.empty().of in interface MutableIntShortMapFactorypublic MutableIntShortMap with()
MutableIntShortMapFactoryMutableIntShortMapFactory.empty().with in interface MutableIntShortMapFactorypublic MutableIntShortMap ofInitialCapacity(int capacity)
MutableIntShortMapFactoryMutableIntShortMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableIntShortMapFactorypublic MutableIntShortMap withInitialCapacity(int capacity)
MutableIntShortMapFactoryMutableIntShortMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableIntShortMapFactorypublic MutableIntShortMap ofAll(IntShortMap map)
MutableIntShortMapFactoryofAll in interface MutableIntShortMapFactorypublic MutableIntShortMap withAll(IntShortMap map)
withAll in interface MutableIntShortMapFactorypublic <T> MutableIntShortMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
MutableIntShortMapFactoryMutableIntShortMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableIntShortMapFactoryCopyright © 2004–2019. All rights reserved.