ImmutableShortShortMapFactoryImplpublic interface ImmutableShortShortMapFactory
ImmutableShortShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableShortShortMap |
empty() |
|
<T> ImmutableShortShortMap |
from(java.lang.Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
ShortFunction<? super T> valueFunction) |
Creates an
ImmutableShortShortMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableShortShortMap |
of() |
Same as
empty(). |
ImmutableShortShortMap |
of(short key,
short value) |
Same as
with(short, short). |
ImmutableShortShortMap |
ofAll(ShortShortMap map) |
Same as
withAll(ShortShortMap). |
ImmutableShortShortMap |
with() |
Same as
empty(). |
ImmutableShortShortMap |
with(short key,
short value) |
|
ImmutableShortShortMap |
withAll(ShortShortMap map) |
ImmutableShortShortMap empty()
ImmutableShortShortMap of()
empty().ImmutableShortShortMap with()
empty().ImmutableShortShortMap of(short key, short value)
with(short, short).ImmutableShortShortMap with(short key, short value)
ImmutableShortShortMap ofAll(ShortShortMap map)
withAll(ShortShortMap).ImmutableShortShortMap withAll(ShortShortMap map)
<T> ImmutableShortShortMap from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
ImmutableShortShortMap from an Iterable<T> by applying keyFunction and valueFunction.Copyright © 2004–2020. All rights reserved.