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