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> |
empty() |
<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> empty()
empty
in interface ImmutableShortObjectMapFactory
public <V> ImmutableShortObjectMap<V> of()
ImmutableShortObjectMapFactory
of
in interface ImmutableShortObjectMapFactory
public <V> ImmutableShortObjectMap<V> with()
ImmutableShortObjectMapFactory
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–2016. All rights reserved.