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