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