public class ImmutableShortObjectMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactory
ImmutableShortObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> |
empty() |
<V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> |
of()
Same as
ImmutableShortObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> |
of(short key,
V value)
Same as
ImmutableShortObjectMapFactory.with(short, Object). |
<V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> |
ofAll(com.gs.collections.api.map.primitive.ShortObjectMap<? extends V> map)
Same as
ImmutableShortObjectMapFactory.withAll(ShortObjectMap). |
<V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> |
with()
Same as
ImmutableShortObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> |
with(short key,
V value) |
<V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> |
withAll(com.gs.collections.api.map.primitive.ShortObjectMap<? extends V> map) |
public <V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> of()
com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactoryImmutableShortObjectMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> with()
com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactoryImmutableShortObjectMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> of(short key,
V value)
com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactoryImmutableShortObjectMapFactory.with(short, Object).of in interface com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> with(short key,
V value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> ofAll(com.gs.collections.api.map.primitive.ShortObjectMap<? extends V> map)
com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactoryImmutableShortObjectMapFactory.withAll(ShortObjectMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableShortObjectMap<V> withAll(com.gs.collections.api.map.primitive.ShortObjectMap<? extends V> map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableShortObjectMapFactory