java.io.Serializable, java.lang.Comparable<MutableByteBooleanMapFactoryImpl>, MutableByteBooleanMapFactorypublic enum MutableByteBooleanMapFactoryImpl extends java.lang.Enum<MutableByteBooleanMapFactoryImpl> implements MutableByteBooleanMapFactory
MutableByteBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final MutableByteBooleanMapFactoryImpl INSTANCE
public static MutableByteBooleanMapFactoryImpl[] values()
for (MutableByteBooleanMapFactoryImpl c : MutableByteBooleanMapFactoryImpl.values()) System.out.println(c);
public static MutableByteBooleanMapFactoryImpl 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 MutableByteBooleanMap empty()
empty in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap of()
MutableByteBooleanMapFactoryMutableByteBooleanMapFactory.empty().of in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap with()
MutableByteBooleanMapFactoryMutableByteBooleanMapFactory.empty().with in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap ofInitialCapacity(int capacity)
MutableByteBooleanMapFactoryMutableByteBooleanMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap withInitialCapacity(int capacity)
MutableByteBooleanMapFactoryMutableByteBooleanMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap ofAll(ByteBooleanMap map)
MutableByteBooleanMapFactoryofAll in interface MutableByteBooleanMapFactorypublic MutableByteBooleanMap withAll(ByteBooleanMap map)
withAll in interface MutableByteBooleanMapFactorypublic <T> MutableByteBooleanMap from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableByteBooleanMapFactoryMutableByteBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableByteBooleanMapFactoryCopyright © 2004–2020. All rights reserved.