public class ImmutableShortObjectMapFactoryImpl extends Object implements ImmutableShortObjectMapFactory
ImmutableShortObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableShortObjectMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableShortObjectMapFactoryImpl() |
| 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) |
<V> ImmutableShortObjectMap<V> |
of() |
<V> ImmutableShortObjectMap<V> |
of(short key,
V value) |
<V> ImmutableShortObjectMap<V> |
ofAll(ShortObjectMap<? extends V> map) |
<V> ImmutableShortObjectMap<V> |
with() |
<V> ImmutableShortObjectMap<V> |
with(short key,
V value) |
<V> ImmutableShortObjectMap<V> |
withAll(ShortObjectMap<? extends V> map) |
public static final ImmutableShortObjectMapFactory INSTANCE
public <V> ImmutableShortObjectMap<V> empty()
empty in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> of()
of in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> with()
with in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> of(short key, V value)
of in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> with(short key, V value)
with in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> ofAll(ShortObjectMap<? extends V> map)
ofAll in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> withAll(ShortObjectMap<? extends V> map)
withAll in interface ImmutableShortObjectMapFactorypublic <T,V> ImmutableShortObjectMap<V> from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
from in interface ImmutableShortObjectMapFactoryCopyright © 2004–2022. All rights reserved.