public class ImmutableIntIntMapFactoryImpl extends Object implements ImmutableIntIntMapFactory
ImmutableIntIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableIntIntMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableIntIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntIntMap |
empty() |
<T> ImmutableIntIntMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
IntFunction<? super T> valueFunction) |
ImmutableIntIntMap |
of() |
ImmutableIntIntMap |
of(int key,
int value) |
ImmutableIntIntMap |
ofAll(IntIntMap map) |
ImmutableIntIntMap |
with() |
ImmutableIntIntMap |
with(int key,
int value) |
ImmutableIntIntMap |
withAll(IntIntMap map) |
public static final ImmutableIntIntMapFactory INSTANCE
public ImmutableIntIntMap empty()
empty in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap of()
of in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap with()
with in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap of(int key, int value)
of in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap with(int key, int value)
with in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap ofAll(IntIntMap map)
ofAll in interface ImmutableIntIntMapFactorypublic ImmutableIntIntMap withAll(IntIntMap map)
withAll in interface ImmutableIntIntMapFactorypublic <T> ImmutableIntIntMap from(Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)
from in interface ImmutableIntIntMapFactoryCopyright © 2004–2022. All rights reserved.