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