public interface ImmutableShortObjectMapFactory
ImmutableShortObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableShortObjectMap<V> |
empty() |
<T,V> ImmutableShortObjectMap<V> |
from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction)
Creates an
ImmutableShortObjectMap from an Iterable<T> by applying keyFunction and valueFunction. |
<V> ImmutableShortObjectMap<V> |
of()
Same as
empty(). |
<V> ImmutableShortObjectMap<V> |
of(short key,
V value)
Same as
with(short, Object). |
<V> ImmutableShortObjectMap<V> |
ofAll(ShortObjectMap<? extends V> map)
Same as
withAll(ShortObjectMap). |
<V> ImmutableShortObjectMap<V> |
with()
Same as
empty(). |
<V> ImmutableShortObjectMap<V> |
with(short key,
V value) |
<V> ImmutableShortObjectMap<V> |
withAll(ShortObjectMap<? extends V> map) |
<V> ImmutableShortObjectMap<V> empty()
<V> ImmutableShortObjectMap<V> of()
empty().<V> ImmutableShortObjectMap<V> with()
empty().<V> ImmutableShortObjectMap<V> of(short key, V value)
with(short, Object).<V> ImmutableShortObjectMap<V> with(short key, V value)
<V> ImmutableShortObjectMap<V> ofAll(ShortObjectMap<? extends V> map)
withAll(ShortObjectMap).<V> ImmutableShortObjectMap<V> withAll(ShortObjectMap<? extends V> map)
<T,V> ImmutableShortObjectMap<V> from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
ImmutableShortObjectMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2021. All rights reserved.