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