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