public class ImmutableShortBooleanMapFactoryImpl extends Object implements ImmutableShortBooleanMapFactory
ImmutableShortBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableShortBooleanMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableShortBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortBooleanMap |
empty() |
<T> ImmutableShortBooleanMap |
from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
ImmutableShortBooleanMap |
of() |
ImmutableShortBooleanMap |
of(short key,
boolean value) |
ImmutableShortBooleanMap |
ofAll(ShortBooleanMap map) |
ImmutableShortBooleanMap |
with() |
ImmutableShortBooleanMap |
with(short key,
boolean value) |
ImmutableShortBooleanMap |
withAll(ShortBooleanMap map) |
public static final ImmutableShortBooleanMapFactory INSTANCE
public ImmutableShortBooleanMap empty()
empty in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap of()
of in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap with()
with in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap of(short key, boolean value)
of in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap with(short key, boolean value)
with in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap ofAll(ShortBooleanMap map)
ofAll in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap withAll(ShortBooleanMap map)
withAll in interface ImmutableShortBooleanMapFactorypublic <T> ImmutableShortBooleanMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
from in interface ImmutableShortBooleanMapFactoryCopyright © 2004–2022. All rights reserved.