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