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