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