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()
ImmutableShortObjectMapFactory
of
in interface ImmutableShortObjectMapFactory
public <V> ImmutableShortObjectMap<V> with()
with
in interface ImmutableShortObjectMapFactory
public <V> ImmutableShortObjectMap<V> of(short key, V value)
ImmutableShortObjectMapFactory
of
in interface ImmutableShortObjectMapFactory
public <V> ImmutableShortObjectMap<V> with(short key, V value)
with
in interface ImmutableShortObjectMapFactory
public <V> ImmutableShortObjectMap<V> ofAll(ShortObjectMap<? extends V> map)
ImmutableShortObjectMapFactory
ofAll
in interface ImmutableShortObjectMapFactory
public <V> ImmutableShortObjectMap<V> withAll(ShortObjectMap<? extends V> map)
withAll
in interface ImmutableShortObjectMapFactory
Copyright © 2004–2018. All rights reserved.