ImmutableShortBooleanMapFactory
public enum ImmutableShortBooleanMapFactoryImpl extends java.lang.Enum<ImmutableShortBooleanMapFactoryImpl> implements ImmutableShortBooleanMapFactory
ImmutableShortBooleanMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBooleanMap |
empty() |
|
ImmutableShortBooleanMap |
of() |
|
ImmutableShortBooleanMap |
of(short key,
boolean value) |
|
ImmutableShortBooleanMap |
ofAll(ShortBooleanMap map) |
|
static ImmutableShortBooleanMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableShortBooleanMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableShortBooleanMap |
with() |
|
ImmutableShortBooleanMap |
with(short key,
boolean value) |
|
ImmutableShortBooleanMap |
withAll(ShortBooleanMap map) |
public static final ImmutableShortBooleanMapFactoryImpl INSTANCE
public static ImmutableShortBooleanMapFactoryImpl[] values()
for (ImmutableShortBooleanMapFactoryImpl c : ImmutableShortBooleanMapFactoryImpl.values()) System.out.println(c);
public static ImmutableShortBooleanMapFactoryImpl 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 ImmutableShortBooleanMap empty()
empty
in interface ImmutableShortBooleanMapFactory
public ImmutableShortBooleanMap of()
ImmutableShortBooleanMapFactory
of
in interface ImmutableShortBooleanMapFactory
public ImmutableShortBooleanMap with()
ImmutableShortBooleanMapFactory
with
in interface ImmutableShortBooleanMapFactory
public ImmutableShortBooleanMap of(short key, boolean value)
ImmutableShortBooleanMapFactory
of
in interface ImmutableShortBooleanMapFactory
public ImmutableShortBooleanMap with(short key, boolean value)
with
in interface ImmutableShortBooleanMapFactory
public ImmutableShortBooleanMap ofAll(ShortBooleanMap map)
ImmutableShortBooleanMapFactory
ofAll
in interface ImmutableShortBooleanMapFactory
public ImmutableShortBooleanMap withAll(ShortBooleanMap map)
withAll
in interface ImmutableShortBooleanMapFactory
Copyright © 2004–2018. All rights reserved.