ImmutableObjectShortMapFactory
public class ImmutableObjectShortMapFactoryImpl extends Object implements ImmutableObjectShortMapFactory
ImmutableObjectShortMap
.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.Constructor | Description |
---|---|
ImmutableObjectShortMapFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectShortMap<K> |
empty() |
|
<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 <K> ImmutableObjectShortMap<K> empty()
empty
in interface ImmutableObjectShortMapFactory
public <K> ImmutableObjectShortMap<K> of()
ImmutableObjectShortMapFactory
of
in interface ImmutableObjectShortMapFactory
public <K> ImmutableObjectShortMap<K> with()
ImmutableObjectShortMapFactory
with
in interface ImmutableObjectShortMapFactory
public <K> ImmutableObjectShortMap<K> of(K key, short value)
ImmutableObjectShortMapFactory
of
in interface ImmutableObjectShortMapFactory
public <K> ImmutableObjectShortMap<K> with(K key, short value)
with
in interface ImmutableObjectShortMapFactory
public <K> ImmutableObjectShortMap<K> ofAll(ObjectShortMap<? extends K> map)
ImmutableObjectShortMapFactory
ofAll
in interface ImmutableObjectShortMapFactory
public <K> ImmutableObjectShortMap<K> withAll(ObjectShortMap<? extends K> map)
withAll
in interface ImmutableObjectShortMapFactory
Copyright © 2004–2017. All rights reserved.