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