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