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