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