ImmutableByteBooleanMapFactorypublic enum ImmutableByteBooleanMapFactoryImpl extends java.lang.Enum<ImmutableByteBooleanMapFactoryImpl> implements ImmutableByteBooleanMapFactory
ImmutableByteBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteBooleanMap |
empty() |
|
ImmutableByteBooleanMap |
of() |
|
ImmutableByteBooleanMap |
of(byte key,
boolean value) |
|
ImmutableByteBooleanMap |
ofAll(ByteBooleanMap map) |
|
static ImmutableByteBooleanMapFactoryImpl |
valueOf(java.lang.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(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 ImmutableByteBooleanMap empty()
empty in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap of()
ImmutableByteBooleanMapFactoryof in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap with()
ImmutableByteBooleanMapFactorywith in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap of(byte key, boolean value)
ImmutableByteBooleanMapFactoryof in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap with(byte key, boolean value)
with in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap ofAll(ByteBooleanMap map)
ImmutableByteBooleanMapFactoryofAll in interface ImmutableByteBooleanMapFactorypublic ImmutableByteBooleanMap withAll(ByteBooleanMap map)
withAll in interface ImmutableByteBooleanMapFactoryCopyright © 2004–2018. All rights reserved.