public enum ImmutableByteBooleanMapFactoryImpl extends Enum<ImmutableByteBooleanMapFactoryImpl> implements ImmutableByteBooleanMapFactory
ImmutableByteBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBooleanMap |
empty() |
<T> ImmutableByteBooleanMap |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
ImmutableByteBooleanMap |
of() |
ImmutableByteBooleanMap |
of(byte key,
boolean value) |
ImmutableByteBooleanMap |
ofAll(ByteBooleanMap map) |
static ImmutableByteBooleanMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableByteBooleanMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableByteBooleanMap |
with() |
ImmutableByteBooleanMap |
with(byte key,
boolean value) |
ImmutableByteBooleanMap |
withAll(ByteBooleanMap map) |
public static final ImmutableByteBooleanMapFactoryImpl INSTANCE
public static ImmutableByteBooleanMapFactoryImpl[] values()
for (ImmutableByteBooleanMapFactoryImpl c : ImmutableByteBooleanMapFactoryImpl.values()) System.out.println(c);
public static ImmutableByteBooleanMapFactoryImpl 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 ImmutableByteBooleanMap empty()
empty in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap of()
of in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap with()
with in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap of(byte key, boolean value)
of in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap with(byte key, boolean value)
with in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap ofAll(ByteBooleanMap map)
ofAll in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap withAll(ByteBooleanMap map)
withAll in interface ImmutableByteBooleanMapFactorypublic <T> ImmutableByteBooleanMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
from in interface ImmutableByteBooleanMapFactoryCopyright © 2004–2021. All rights reserved.