public class ImmutableObjectIntMapFactoryImpl extends Object implements ImmutableObjectIntMapFactory
ImmutableObjectIntMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableObjectIntMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableObjectIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectIntMap<K> |
empty() |
<T,K> ImmutableObjectIntMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
IntFunction<? super T> valueFunction) |
<K> ImmutableObjectIntMap<K> |
of() |
<K> ImmutableObjectIntMap<K> |
of(K key,
int value) |
<K> ImmutableObjectIntMap<K> |
ofAll(ObjectIntMap<? extends K> map) |
<K> ImmutableObjectIntMap<K> |
with() |
<K> ImmutableObjectIntMap<K> |
with(K key,
int value) |
<K> ImmutableObjectIntMap<K> |
withAll(ObjectIntMap<? extends K> map) |
public static final ImmutableObjectIntMapFactory INSTANCE
public <K> ImmutableObjectIntMap<K> empty()
empty in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> of()
of in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> with()
with in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> of(K key, int value)
of in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> with(K key, int value)
with in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> ofAll(ObjectIntMap<? extends K> map)
ofAll in interface ImmutableObjectIntMapFactorypublic <K> ImmutableObjectIntMap<K> withAll(ObjectIntMap<? extends K> map)
withAll in interface ImmutableObjectIntMapFactorypublic <T,K> ImmutableObjectIntMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, IntFunction<? super T> valueFunction)
from in interface ImmutableObjectIntMapFactoryCopyright © 2004–2022. All rights reserved.