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