public interface ImmutableShortObjectMapFactory
ImmutableShortObjectMap
.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.Modifier and Type | Method and Description |
---|---|
<V> ImmutableShortObjectMap<V> |
empty() |
<V> ImmutableShortObjectMap<V> |
of()
Same as
empty() . |
<V> ImmutableShortObjectMap<V> |
of(short key,
V value)
Same as
with(short, Object) . |
<V> ImmutableShortObjectMap<V> |
ofAll(ShortObjectMap<? extends V> map)
Same as
withAll(ShortObjectMap) . |
<V> ImmutableShortObjectMap<V> |
with()
Same as
empty() . |
<V> ImmutableShortObjectMap<V> |
with(short key,
V value) |
<V> ImmutableShortObjectMap<V> |
withAll(ShortObjectMap<? extends V> map) |
<V> ImmutableShortObjectMap<V> empty()
<V> ImmutableShortObjectMap<V> of()
empty()
.<V> ImmutableShortObjectMap<V> with()
empty()
.<V> ImmutableShortObjectMap<V> of(short key, V value)
with(short, Object)
.<V> ImmutableShortObjectMap<V> with(short key, V value)
<V> ImmutableShortObjectMap<V> ofAll(ShortObjectMap<? extends V> map)
withAll(ShortObjectMap)
.<V> ImmutableShortObjectMap<V> withAll(ShortObjectMap<? extends V> map)
Copyright © 2004–2016. All rights reserved.