public class ImmutableByteObjectMapFactoryImpl extends Object implements ImmutableByteObjectMapFactory
ImmutableByteObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteObjectMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteObjectMapFactoryImpl() |
| 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) |
<V> ImmutableByteObjectMap<V> |
with() |
<V> ImmutableByteObjectMap<V> |
with(byte key,
V value) |
<V> ImmutableByteObjectMap<V> |
withAll(ByteObjectMap<? extends V> map) |
public static final ImmutableByteObjectMapFactory INSTANCE
public <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–2022. All rights reserved.