public class MutableIntBooleanMapFactoryImpl extends Object implements MutableIntBooleanMapFactory
MutableIntBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableIntBooleanMapFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableIntBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableIntBooleanMap |
empty() |
<T> MutableIntBooleanMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
MutableIntBooleanMap |
of() |
MutableIntBooleanMap |
of(int key,
boolean value) |
MutableIntBooleanMap |
of(int key1,
boolean value1,
int key2,
boolean value2) |
MutableIntBooleanMap |
of(int key1,
boolean value1,
int key2,
boolean value2,
int key3,
boolean value3) |
MutableIntBooleanMap |
of(int key1,
boolean value1,
int key2,
boolean value2,
int key3,
boolean value3,
int key4,
boolean value4) |
MutableIntBooleanMap |
ofAll(IntBooleanMap map) |
MutableIntBooleanMap |
ofInitialCapacity(int capacity) |
MutableIntBooleanMap |
with() |
MutableIntBooleanMap |
with(int key,
boolean value) |
MutableIntBooleanMap |
with(int key1,
boolean value1,
int key2,
boolean value2) |
MutableIntBooleanMap |
with(int key1,
boolean value1,
int key2,
boolean value2,
int key3,
boolean value3) |
MutableIntBooleanMap |
with(int key1,
boolean value1,
int key2,
boolean value2,
int key3,
boolean value3,
int key4,
boolean value4) |
MutableIntBooleanMap |
withAll(IntBooleanMap map) |
MutableIntBooleanMap |
withInitialCapacity(int capacity) |
public static final MutableIntBooleanMapFactory INSTANCE
public MutableIntBooleanMap empty()
empty in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap of()
of in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap with()
with in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap with(int key, boolean value)
with in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap of(int key, boolean value)
of in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap of(int key1, boolean value1, int key2, boolean value2)
of in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap with(int key1, boolean value1, int key2, boolean value2)
with in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3)
of in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3)
with in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap of(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4)
of in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap with(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4)
with in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap ofAll(IntBooleanMap map)
ofAll in interface MutableIntBooleanMapFactorypublic MutableIntBooleanMap withAll(IntBooleanMap map)
withAll in interface MutableIntBooleanMapFactorypublic <T> MutableIntBooleanMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
from in interface MutableIntBooleanMapFactoryCopyright © 2004–2022. All rights reserved.