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