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