MutableCharByteMapFactoryImplpublic interface MutableCharByteMapFactory
MutableCharByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableCharByteMap |
empty() |
|
<T> MutableCharByteMap |
from(java.lang.Iterable<T> iterable,
CharFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
MutableCharByteMap from an Iterable<T> by applying keyFunction and valueFunction. |
MutableCharByteMap |
of() |
Same as
empty(). |
MutableCharByteMap |
ofAll(CharByteMap map) |
Same as
withAll(CharByteMap). |
MutableCharByteMap |
ofInitialCapacity(int capacity) |
Same as
empty(). |
MutableCharByteMap |
with() |
Same as
empty(). |
MutableCharByteMap |
withAll(CharByteMap map) |
|
MutableCharByteMap |
withInitialCapacity(int capacity) |
Same as
empty(). |
MutableCharByteMap empty()
MutableCharByteMap of()
empty().MutableCharByteMap with()
empty().MutableCharByteMap ofInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableCharByteMap withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableCharByteMap ofAll(CharByteMap map)
withAll(CharByteMap).MutableCharByteMap withAll(CharByteMap map)
<T> MutableCharByteMap from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableCharByteMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.