public interface ImmutableIntIntMapFactory
ImmutableIntIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableIntIntMap |
empty() |
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)
Copyright © 2004–2017. All rights reserved.