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