public enum ImmutableByteLongMapFactoryImpl extends Enum<ImmutableByteLongMapFactoryImpl> implements ImmutableByteLongMapFactory
ImmutableByteLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteLongMap |
empty() |
<T> ImmutableByteLongMap |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
LongFunction<? super T> valueFunction) |
ImmutableByteLongMap |
of() |
ImmutableByteLongMap |
of(byte key,
long value) |
ImmutableByteLongMap |
ofAll(ByteLongMap map) |
static ImmutableByteLongMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableByteLongMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableByteLongMap |
with() |
ImmutableByteLongMap |
with(byte key,
long value) |
ImmutableByteLongMap |
withAll(ByteLongMap map) |
public static final ImmutableByteLongMapFactoryImpl INSTANCE
public static ImmutableByteLongMapFactoryImpl[] values()
for (ImmutableByteLongMapFactoryImpl c : ImmutableByteLongMapFactoryImpl.values()) System.out.println(c);
public static ImmutableByteLongMapFactoryImpl 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 ImmutableByteLongMap empty()
empty in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap of()
of in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap with()
with in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap of(byte key, long value)
of in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap with(byte key, long value)
with in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap ofAll(ByteLongMap map)
ofAll in interface ImmutableByteLongMapFactorypublic ImmutableByteLongMap withAll(ByteLongMap map)
withAll in interface ImmutableByteLongMapFactorypublic <T> ImmutableByteLongMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
from in interface ImmutableByteLongMapFactoryCopyright © 2004–2019. All rights reserved.