Serializable, Comparable<MutableCharLongMapFactoryImpl>, MutableCharLongMapFactorypublic enum MutableCharLongMapFactoryImpl extends Enum<MutableCharLongMapFactoryImpl> implements MutableCharLongMapFactory
MutableCharLongMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableCharLongMapFactoryImpl INSTANCE
public static MutableCharLongMapFactoryImpl[] values()
for (MutableCharLongMapFactoryImpl c : MutableCharLongMapFactoryImpl.values()) System.out.println(c);
public static MutableCharLongMapFactoryImpl 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 MutableCharLongMap empty()
empty in interface MutableCharLongMapFactorypublic MutableCharLongMap of()
MutableCharLongMapFactoryMutableCharLongMapFactory.empty().of in interface MutableCharLongMapFactorypublic MutableCharLongMap with()
MutableCharLongMapFactoryMutableCharLongMapFactory.empty().with in interface MutableCharLongMapFactorypublic MutableCharLongMap ofInitialCapacity(int capacity)
MutableCharLongMapFactoryMutableCharLongMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableCharLongMapFactorypublic MutableCharLongMap withInitialCapacity(int capacity)
MutableCharLongMapFactoryMutableCharLongMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableCharLongMapFactorypublic MutableCharLongMap ofAll(CharLongMap map)
MutableCharLongMapFactoryofAll in interface MutableCharLongMapFactorypublic MutableCharLongMap withAll(CharLongMap map)
withAll in interface MutableCharLongMapFactorypublic <T> MutableCharLongMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
MutableCharLongMapFactoryMutableCharLongMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableCharLongMapFactoryCopyright © 2004–2019. All rights reserved.