public interface ImmutableLongObjectMapFactory
ImmutableLongObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableLongObjectMap<V> |
empty() |
<T,V> ImmutableLongObjectMap<V> |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction)
Creates an
ImmutableLongObjectMap from an Iterable<T> by applying keyFunction and valueFunction. |
<V> ImmutableLongObjectMap<V> |
of()
Same as
empty(). |
<V> ImmutableLongObjectMap<V> |
of(long key,
V value)
Same as
with(long, Object). |
<V> ImmutableLongObjectMap<V> |
ofAll(LongObjectMap<? extends V> map)
Same as
withAll(LongObjectMap). |
<V> ImmutableLongObjectMap<V> |
with()
Same as
empty(). |
<V> ImmutableLongObjectMap<V> |
with(long key,
V value) |
<V> ImmutableLongObjectMap<V> |
withAll(LongObjectMap<? extends V> map) |
<V> ImmutableLongObjectMap<V> empty()
<V> ImmutableLongObjectMap<V> of()
empty().<V> ImmutableLongObjectMap<V> with()
empty().<V> ImmutableLongObjectMap<V> of(long key, V value)
with(long, Object).<V> ImmutableLongObjectMap<V> with(long key, V value)
<V> ImmutableLongObjectMap<V> ofAll(LongObjectMap<? extends V> map)
withAll(LongObjectMap).<V> ImmutableLongObjectMap<V> withAll(LongObjectMap<? extends V> map)
<T,V> ImmutableLongObjectMap<V> from(Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
ImmutableLongObjectMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2021. All rights reserved.