ImmutableByteBooleanMapFactory
public 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 ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap of()
ImmutableByteBooleanMapFactory
of
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap with()
ImmutableByteBooleanMapFactory
with
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap of(byte key, boolean value)
ImmutableByteBooleanMapFactory
of
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap with(byte key, boolean value)
with
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap ofAll(ByteBooleanMap map)
ImmutableByteBooleanMapFactory
ofAll
in interface ImmutableByteBooleanMapFactory
public ImmutableByteBooleanMap withAll(ByteBooleanMap map)
withAll
in interface ImmutableByteBooleanMapFactory
Copyright © 2004–2018. All rights reserved.