public class ImmutableObjectByteMapFactoryImpl extends Object implements ImmutableObjectByteMapFactory
ImmutableObjectByteMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableObjectByteMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableObjectByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectByteMap<K> |
empty() |
<T,K> ImmutableObjectByteMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
ByteFunction<? super T> valueFunction) |
<K> ImmutableObjectByteMap<K> |
of() |
<K> ImmutableObjectByteMap<K> |
of(K key,
byte value) |
<K> ImmutableObjectByteMap<K> |
ofAll(ObjectByteMap<? extends K> map) |
<K> ImmutableObjectByteMap<K> |
with() |
<K> ImmutableObjectByteMap<K> |
with(K key,
byte value) |
<K> ImmutableObjectByteMap<K> |
withAll(ObjectByteMap<? extends K> map) |
public static final ImmutableObjectByteMapFactory INSTANCE
public <K> ImmutableObjectByteMap<K> empty()
empty in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> of()
of in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> with()
with in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> of(K key, byte value)
of in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> with(K key, byte value)
with in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> ofAll(ObjectByteMap<? extends K> map)
ofAll in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> withAll(ObjectByteMap<? extends K> map)
withAll in interface ImmutableObjectByteMapFactorypublic <T,K> ImmutableObjectByteMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, ByteFunction<? super T> valueFunction)
from in interface ImmutableObjectByteMapFactoryCopyright © 2004–2022. All rights reserved.