Serializable, Comparable<MutableCharShortMapFactoryImpl>, MutableCharShortMapFactorypublic enum MutableCharShortMapFactoryImpl extends Enum<MutableCharShortMapFactoryImpl> implements MutableCharShortMapFactory
MutableCharShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableCharShortMapFactoryImpl INSTANCE
public static MutableCharShortMapFactoryImpl[] values()
for (MutableCharShortMapFactoryImpl c : MutableCharShortMapFactoryImpl.values()) System.out.println(c);
public static MutableCharShortMapFactoryImpl 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 MutableCharShortMap empty()
empty in interface MutableCharShortMapFactorypublic MutableCharShortMap of()
MutableCharShortMapFactoryMutableCharShortMapFactory.empty().of in interface MutableCharShortMapFactorypublic MutableCharShortMap with()
MutableCharShortMapFactoryMutableCharShortMapFactory.empty().with in interface MutableCharShortMapFactorypublic MutableCharShortMap ofInitialCapacity(int capacity)
MutableCharShortMapFactoryMutableCharShortMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableCharShortMapFactorypublic MutableCharShortMap withInitialCapacity(int capacity)
MutableCharShortMapFactoryMutableCharShortMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableCharShortMapFactorypublic MutableCharShortMap ofAll(CharShortMap map)
MutableCharShortMapFactoryofAll in interface MutableCharShortMapFactorypublic MutableCharShortMap withAll(CharShortMap map)
withAll in interface MutableCharShortMapFactorypublic <T> MutableCharShortMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
MutableCharShortMapFactoryMutableCharShortMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableCharShortMapFactoryCopyright © 2004–2019. All rights reserved.