public enum ImmutableLongByteMapFactoryImpl extends Enum<ImmutableLongByteMapFactoryImpl> implements ImmutableLongByteMapFactory
ImmutableLongByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongByteMap |
empty() |
<T> ImmutableLongByteMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
ImmutableLongByteMap |
of() |
ImmutableLongByteMap |
of(long key,
byte value) |
ImmutableLongByteMap |
ofAll(LongByteMap map) |
static ImmutableLongByteMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableLongByteMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableLongByteMap |
with() |
ImmutableLongByteMap |
with(long key,
byte value) |
ImmutableLongByteMap |
withAll(LongByteMap map) |
public static final ImmutableLongByteMapFactoryImpl INSTANCE
public static ImmutableLongByteMapFactoryImpl[] values()
for (ImmutableLongByteMapFactoryImpl c : ImmutableLongByteMapFactoryImpl.values()) System.out.println(c);
public static ImmutableLongByteMapFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ImmutableLongByteMap empty()
empty in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap of()
of in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap with()
with in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap of(long key, byte value)
of in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap with(long key, byte value)
with in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap ofAll(LongByteMap map)
ofAll in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap withAll(LongByteMap map)
withAll in interface ImmutableLongByteMapFactorypublic <T> ImmutableLongByteMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
from in interface ImmutableLongByteMapFactoryCopyright © 2004–2019. All rights reserved.