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