public class ImmutableByteIntMapFactoryImpl extends Object implements ImmutableByteIntMapFactory
ImmutableByteIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteIntMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteIntMap |
empty() |
<T> ImmutableByteIntMap |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
IntFunction<? super T> valueFunction) |
ImmutableByteIntMap |
of() |
ImmutableByteIntMap |
of(byte key,
int value) |
ImmutableByteIntMap |
ofAll(ByteIntMap map) |
ImmutableByteIntMap |
with() |
ImmutableByteIntMap |
with(byte key,
int value) |
ImmutableByteIntMap |
withAll(ByteIntMap map) |
public static final ImmutableByteIntMapFactory INSTANCE
public ImmutableByteIntMap empty()
empty in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap of()
of in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap with()
with in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap of(byte key, int value)
of in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap with(byte key, int value)
with in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap ofAll(ByteIntMap map)
ofAll in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap withAll(ByteIntMap map)
withAll in interface ImmutableByteIntMapFactorypublic <T> ImmutableByteIntMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)
from in interface ImmutableByteIntMapFactoryCopyright © 2004–2022. All rights reserved.