public class ImmutableLongBooleanMapFactoryImpl extends Object implements ImmutableLongBooleanMapFactory
ImmutableLongBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableLongBooleanMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableLongBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongBooleanMap |
empty() |
<T> ImmutableLongBooleanMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
ImmutableLongBooleanMap |
of() |
ImmutableLongBooleanMap |
of(long key,
boolean value) |
ImmutableLongBooleanMap |
ofAll(LongBooleanMap map) |
ImmutableLongBooleanMap |
with() |
ImmutableLongBooleanMap |
with(long key,
boolean value) |
ImmutableLongBooleanMap |
withAll(LongBooleanMap map) |
public static final ImmutableLongBooleanMapFactory INSTANCE
public ImmutableLongBooleanMap empty()
empty in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap of()
of in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap with()
with in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap of(long key, boolean value)
of in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap with(long key, boolean value)
with in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap ofAll(LongBooleanMap map)
ofAll in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap withAll(LongBooleanMap map)
withAll in interface ImmutableLongBooleanMapFactorypublic <T> ImmutableLongBooleanMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
from in interface ImmutableLongBooleanMapFactoryCopyright © 2004–2022. All rights reserved.