Serializable, Comparable<MutableIntBooleanMapFactoryImpl>, MutableIntBooleanMapFactorypublic enum MutableIntBooleanMapFactoryImpl extends Enum<MutableIntBooleanMapFactoryImpl> implements MutableIntBooleanMapFactory
MutableIntBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableIntBooleanMapFactoryImpl INSTANCE
public static MutableIntBooleanMapFactoryImpl[] values()
for (MutableIntBooleanMapFactoryImpl c : MutableIntBooleanMapFactoryImpl.values()) System.out.println(c);
public static MutableIntBooleanMapFactoryImpl 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 MutableIntBooleanMap empty()
empty in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap of()
MutableIntBooleanMapFactoryMutableIntBooleanMapFactory.empty().of in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap with()
MutableIntBooleanMapFactoryMutableIntBooleanMapFactory.empty().with in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap ofInitialCapacity(int capacity)
MutableIntBooleanMapFactoryMutableIntBooleanMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap withInitialCapacity(int capacity)
MutableIntBooleanMapFactoryMutableIntBooleanMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap ofAll(IntBooleanMap map)
MutableIntBooleanMapFactoryofAll in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap withAll(IntBooleanMap map)
withAll in interface MutableIntBooleanMapFactorypublic <T> MutableIntBooleanMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableIntBooleanMapFactoryMutableIntBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableIntBooleanMapFactoryCopyright © 2004–2019. All rights reserved.