ImmutableShortBooleanMapFactorypublic 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 ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap of()
ImmutableShortBooleanMapFactoryof in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap with()
ImmutableShortBooleanMapFactorywith in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap of(short key, boolean value)
ImmutableShortBooleanMapFactoryof in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap with(short key, boolean value)
with in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap ofAll(ShortBooleanMap map)
ImmutableShortBooleanMapFactoryofAll in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap withAll(ShortBooleanMap map)
withAll in interface ImmutableShortBooleanMapFactoryCopyright © 2004–2018. All rights reserved.