java.io.Serializable, java.lang.Comparable<MutableLongBooleanMapFactoryImpl>, MutableLongBooleanMapFactorypublic enum MutableLongBooleanMapFactoryImpl extends java.lang.Enum<MutableLongBooleanMapFactoryImpl> implements MutableLongBooleanMapFactory
MutableLongBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableLongBooleanMapFactoryImpl INSTANCE
public static MutableLongBooleanMapFactoryImpl[] values()
for (MutableLongBooleanMapFactoryImpl c : MutableLongBooleanMapFactoryImpl.values()) System.out.println(c);
public static MutableLongBooleanMapFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableLongBooleanMap empty()
empty in interface MutableLongBooleanMapFactorypublic MutableLongBooleanMap of()
MutableLongBooleanMapFactoryMutableLongBooleanMapFactory.empty().of in interface MutableLongBooleanMapFactorypublic MutableLongBooleanMap with()
MutableLongBooleanMapFactoryMutableLongBooleanMapFactory.empty().with in interface MutableLongBooleanMapFactorypublic MutableLongBooleanMap ofInitialCapacity(int capacity)
MutableLongBooleanMapFactoryMutableLongBooleanMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableLongBooleanMapFactorypublic MutableLongBooleanMap withInitialCapacity(int capacity)
MutableLongBooleanMapFactoryMutableLongBooleanMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableLongBooleanMapFactorypublic MutableLongBooleanMap ofAll(LongBooleanMap map)
MutableLongBooleanMapFactoryofAll in interface MutableLongBooleanMapFactorypublic MutableLongBooleanMap withAll(LongBooleanMap map)
withAll in interface MutableLongBooleanMapFactorypublic <T> MutableLongBooleanMap from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableLongBooleanMapFactoryMutableLongBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableLongBooleanMapFactoryCopyright © 2004–2020. All rights reserved.