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