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