public class ImmutableByteCharMapFactoryImpl extends Object implements ImmutableByteCharMapFactory
ImmutableByteCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteCharMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteCharMap |
empty() |
<T> ImmutableByteCharMap |
from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
CharFunction<? super T> valueFunction) |
ImmutableByteCharMap |
of() |
ImmutableByteCharMap |
of(byte key,
char value) |
ImmutableByteCharMap |
ofAll(ByteCharMap map) |
ImmutableByteCharMap |
with() |
ImmutableByteCharMap |
with(byte key,
char value) |
ImmutableByteCharMap |
withAll(ByteCharMap map) |
public static final ImmutableByteCharMapFactory INSTANCE
public ImmutableByteCharMap empty()
empty in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap of()
of in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap with()
with in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap of(byte key, char value)
of in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap with(byte key, char value)
with in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap ofAll(ByteCharMap map)
ofAll in interface ImmutableByteCharMapFactorypublic ImmutableByteCharMap withAll(ByteCharMap map)
withAll in interface ImmutableByteCharMapFactorypublic <T> ImmutableByteCharMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
from in interface ImmutableByteCharMapFactoryCopyright © 2004–2022. All rights reserved.