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