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