ImmutableShortObjectMapFactoryImplpublic interface ImmutableShortObjectMapFactory
ImmutableShortObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableShortObjectMap<V> |
empty() |
|
<T,V> ImmutableShortObjectMap<V> |
from(java.lang.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(java.lang.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–2020. All rights reserved.