ImmutableObjectShortMapFactoryImplpublic interface ImmutableObjectShortMapFactory
ImmutableObjectShortMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<K> ImmutableObjectShortMap<K> |
empty() |
|
<K> ImmutableObjectShortMap<K> |
of() |
Same as
empty(). |
<K> ImmutableObjectShortMap<K> |
of(K key,
short value) |
Same as
with(Object, short). |
<K> ImmutableObjectShortMap<K> |
ofAll(ObjectShortMap<? extends K> map) |
Same as
withAll(ObjectShortMap). |
<K> ImmutableObjectShortMap<K> |
with() |
Same as
empty(). |
<K> ImmutableObjectShortMap<K> |
with(K key,
short value) |
|
<K> ImmutableObjectShortMap<K> |
withAll(ObjectShortMap<? extends K> map) |
<K> ImmutableObjectShortMap<K> empty()
<K> ImmutableObjectShortMap<K> of()
empty().<K> ImmutableObjectShortMap<K> with()
empty().<K> ImmutableObjectShortMap<K> of(K key, short value)
with(Object, short).<K> ImmutableObjectShortMap<K> with(K key, short value)
<K> ImmutableObjectShortMap<K> ofAll(ObjectShortMap<? extends K> map)
withAll(ObjectShortMap).<K> ImmutableObjectShortMap<K> withAll(ObjectShortMap<? extends K> map)
Copyright © 2004–2017. All rights reserved.