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