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