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