public class ImmutableIntObjectMapFactoryImpl extends Object implements ImmutableIntObjectMapFactory
ImmutableIntObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableIntObjectMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableIntObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableIntObjectMap<V> |
empty() |
<T,V> ImmutableIntObjectMap<V> |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
<V> ImmutableIntObjectMap<V> |
of() |
<V> ImmutableIntObjectMap<V> |
of(int key,
V value) |
<V> ImmutableIntObjectMap<V> |
ofAll(IntObjectMap<? extends V> map) |
<V> ImmutableIntObjectMap<V> |
with() |
<V> ImmutableIntObjectMap<V> |
with(int key,
V value) |
<V> ImmutableIntObjectMap<V> |
withAll(IntObjectMap<? extends V> map) |
public static final ImmutableIntObjectMapFactory INSTANCE
public <V> ImmutableIntObjectMap<V> empty()
empty in interface ImmutableIntObjectMapFactorypublic <V> ImmutableIntObjectMap<V> of()
of in interface ImmutableIntObjectMapFactorypublic <V> ImmutableIntObjectMap<V> with()
with in interface ImmutableIntObjectMapFactorypublic <V> ImmutableIntObjectMap<V> of(int key, V value)
of in interface ImmutableIntObjectMapFactorypublic <V> ImmutableIntObjectMap<V> with(int key, V value)
with in interface ImmutableIntObjectMapFactorypublic <V> ImmutableIntObjectMap<V> ofAll(IntObjectMap<? extends V> map)
ofAll in interface ImmutableIntObjectMapFactorypublic <V> ImmutableIntObjectMap<V> withAll(IntObjectMap<? extends V> map)
withAll in interface ImmutableIntObjectMapFactorypublic <T,V> ImmutableIntObjectMap<V> from(Iterable<T> iterable, IntFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
from in interface ImmutableIntObjectMapFactoryCopyright © 2004–2022. All rights reserved.