public class ImmutableShortObjectMapFactoryImpl extends Object implements ImmutableShortObjectMapFactory
ImmutableShortObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<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 <V> ImmutableShortObjectMap<V> of()
ImmutableShortObjectMapFactoryof in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> with()
with in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> of(short key, V value)
ImmutableShortObjectMapFactoryof in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> with(short key, V value)
with in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> ofAll(ShortObjectMap<? extends V> map)
ImmutableShortObjectMapFactoryofAll in interface ImmutableShortObjectMapFactorypublic <V> ImmutableShortObjectMap<V> withAll(ShortObjectMap<? extends V> map)
withAll in interface ImmutableShortObjectMapFactoryCopyright © 2004–2017. All rights reserved.