public class ImmutableLongByteMapFactoryImpl extends Object implements ImmutableLongByteMapFactory
ImmutableLongByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableLongByteMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableLongByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongByteMap |
empty() |
<T> ImmutableLongByteMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
ImmutableLongByteMap |
of() |
ImmutableLongByteMap |
of(long key,
byte value) |
ImmutableLongByteMap |
ofAll(LongByteMap map) |
ImmutableLongByteMap |
with() |
ImmutableLongByteMap |
with(long key,
byte value) |
ImmutableLongByteMap |
withAll(LongByteMap map) |
public static final ImmutableLongByteMapFactory INSTANCE
public ImmutableLongByteMap empty()
empty in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap of()
of in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap with()
with in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap of(long key, byte value)
of in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap with(long key, byte value)
with in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap ofAll(LongByteMap map)
ofAll in interface ImmutableLongByteMapFactorypublic ImmutableLongByteMap withAll(LongByteMap map)
withAll in interface ImmutableLongByteMapFactorypublic <T> ImmutableLongByteMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
from in interface ImmutableLongByteMapFactoryCopyright © 2004–2022. All rights reserved.