public class ImmutableIntBooleanMapFactoryImpl extends Object implements ImmutableIntBooleanMapFactory
ImmutableIntBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableIntBooleanMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableIntBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntBooleanMap |
empty() |
<T> ImmutableIntBooleanMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
ImmutableIntBooleanMap |
of() |
ImmutableIntBooleanMap |
of(int key,
boolean value) |
ImmutableIntBooleanMap |
ofAll(IntBooleanMap map) |
ImmutableIntBooleanMap |
with() |
ImmutableIntBooleanMap |
with(int key,
boolean value) |
ImmutableIntBooleanMap |
withAll(IntBooleanMap map) |
public static final ImmutableIntBooleanMapFactory INSTANCE
public ImmutableIntBooleanMap empty()
empty in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap of()
of in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap with()
with in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap of(int key, boolean value)
of in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap with(int key, boolean value)
with in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap ofAll(IntBooleanMap map)
ofAll in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap withAll(IntBooleanMap map)
withAll in interface ImmutableIntBooleanMapFactorypublic <T> ImmutableIntBooleanMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
from in interface ImmutableIntBooleanMapFactoryCopyright © 2004–2022. All rights reserved.