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