ImmutableObjectShortMapFactoryImplpublic interface ImmutableObjectShortMapFactory
ImmutableObjectShortMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<K> ImmutableObjectShortMap<K> |
empty() |
|
<T,K> ImmutableObjectShortMap<K> |
from(java.lang.Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
ShortFunction<? super T> valueFunction) |
Creates an
ImmutableObjectShortMap from an Iterable<T> by applying keyFunction and valueFunction. |
<K> ImmutableObjectShortMap<K> |
of() |
Same as
empty(). |
<K> ImmutableObjectShortMap<K> |
of(K key,
short value) |
Same as
with(Object, short). |
<K> ImmutableObjectShortMap<K> |
ofAll(ObjectShortMap<? extends K> map) |
Same as
withAll(ObjectShortMap). |
<K> ImmutableObjectShortMap<K> |
with() |
Same as
empty(). |
<K> ImmutableObjectShortMap<K> |
with(K key,
short value) |
|
<K> ImmutableObjectShortMap<K> |
withAll(ObjectShortMap<? extends K> map) |
<K> ImmutableObjectShortMap<K> empty()
<K> ImmutableObjectShortMap<K> of()
empty().<K> ImmutableObjectShortMap<K> with()
empty().<K> ImmutableObjectShortMap<K> of(K key, short value)
with(Object, short).<K> ImmutableObjectShortMap<K> with(K key, short value)
<K> ImmutableObjectShortMap<K> ofAll(ObjectShortMap<? extends K> map)
withAll(ObjectShortMap).<K> ImmutableObjectShortMap<K> withAll(ObjectShortMap<? extends K> map)
<T,K> ImmutableObjectShortMap<K> from(java.lang.Iterable<T> iterable, Function<? super T,? extends K> keyFunction, ShortFunction<? super T> valueFunction)
ImmutableObjectShortMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.