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