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