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