MutableLongBooleanMapFactoryImplpublic interface MutableLongBooleanMapFactory
MutableLongBooleanMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableLongBooleanMap |
empty() |
|
<T> MutableLongBooleanMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
MutableLongBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableLongBooleanMap |
of() |
Same as
empty(). |
MutableLongBooleanMap |
ofAll(LongBooleanMap map) |
Same as
withAll(LongBooleanMap). |
MutableLongBooleanMap |
ofInitialCapacity(int capacity) |
Same as
empty(). |
MutableLongBooleanMap |
with() |
Same as
empty(). |
MutableLongBooleanMap |
withAll(LongBooleanMap map) |
|
MutableLongBooleanMap |
withInitialCapacity(int capacity) |
Same as
empty(). |
MutableLongBooleanMap empty()
MutableLongBooleanMap of()
empty().MutableLongBooleanMap with()
empty().MutableLongBooleanMap ofInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableLongBooleanMap withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableLongBooleanMap ofAll(LongBooleanMap map)
withAll(LongBooleanMap).MutableLongBooleanMap withAll(LongBooleanMap map)
<T> MutableLongBooleanMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableLongBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2019. All rights reserved.