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