public class ImmutableObjectShortMapFactoryImpl extends Object implements ImmutableObjectShortMapFactory
ImmutableObjectShortMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableObjectShortMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableObjectShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectShortMap<K> |
empty() |
<T,K> ImmutableObjectShortMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
ShortFunction<? super T> valueFunction) |
<K> ImmutableObjectShortMap<K> |
of() |
<K> ImmutableObjectShortMap<K> |
of(K key,
short value) |
<K> ImmutableObjectShortMap<K> |
ofAll(ObjectShortMap<? extends K> map) |
<K> ImmutableObjectShortMap<K> |
with() |
<K> ImmutableObjectShortMap<K> |
with(K key,
short value) |
<K> ImmutableObjectShortMap<K> |
withAll(ObjectShortMap<? extends K> map) |
public static final ImmutableObjectShortMapFactory INSTANCE
public <K> ImmutableObjectShortMap<K> empty()
empty in interface ImmutableObjectShortMapFactorypublic <K> ImmutableObjectShortMap<K> of()
of in interface ImmutableObjectShortMapFactorypublic <K> ImmutableObjectShortMap<K> with()
with in interface ImmutableObjectShortMapFactorypublic <K> ImmutableObjectShortMap<K> of(K key, short value)
of in interface ImmutableObjectShortMapFactorypublic <K> ImmutableObjectShortMap<K> with(K key, short value)
with in interface ImmutableObjectShortMapFactorypublic <K> ImmutableObjectShortMap<K> ofAll(ObjectShortMap<? extends K> map)
ofAll in interface ImmutableObjectShortMapFactorypublic <K> ImmutableObjectShortMap<K> withAll(ObjectShortMap<? extends K> map)
withAll in interface ImmutableObjectShortMapFactorypublic <T,K> ImmutableObjectShortMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, ShortFunction<? super T> valueFunction)
from in interface ImmutableObjectShortMapFactoryCopyright © 2004–2022. All rights reserved.