ImmutableObjectIntMapFactoryImpl
public interface ImmutableObjectIntMapFactory
ImmutableObjectIntMap
.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectIntMap<K> |
empty() |
|
<T,K> ImmutableObjectIntMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
IntFunction<? super T> valueFunction) |
Creates an
ImmutableObjectIntMap from an Iterable<T> by applying keyFunction and valueFunction . |
<K> ImmutableObjectIntMap<K> |
of() |
Same as
empty() . |
<K> ImmutableObjectIntMap<K> |
of(K key,
int value) |
Same as
with(Object, int) . |
<K> ImmutableObjectIntMap<K> |
ofAll(ObjectIntMap<? extends K> map) |
Same as
withAll(ObjectIntMap) . |
<K> ImmutableObjectIntMap<K> |
with() |
Same as
empty() . |
<K> ImmutableObjectIntMap<K> |
with(K key,
int value) |
|
<K> ImmutableObjectIntMap<K> |
withAll(ObjectIntMap<? extends K> map) |
<K> ImmutableObjectIntMap<K> empty()
<K> ImmutableObjectIntMap<K> of()
empty()
.<K> ImmutableObjectIntMap<K> with()
empty()
.<K> ImmutableObjectIntMap<K> of(K key, int value)
with(Object, int)
.<K> ImmutableObjectIntMap<K> with(K key, int value)
<K> ImmutableObjectIntMap<K> ofAll(ObjectIntMap<? extends K> map)
withAll(ObjectIntMap)
.<K> ImmutableObjectIntMap<K> withAll(ObjectIntMap<? extends K> map)
<T,K> ImmutableObjectIntMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, IntFunction<? super T> valueFunction)
ImmutableObjectIntMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.Copyright © 2004–2019. All rights reserved.