public class ImmutableObjectShortMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactory
ImmutableObjectShortMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> |
of()
Same as
ImmutableObjectShortMapFactory.with(). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> |
of(K key,
short value)
Same as
ImmutableObjectShortMapFactory.with(Object, short). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> |
ofAll(com.gs.collections.api.map.primitive.ObjectShortMap<? extends K> map)
Same as
ImmutableObjectShortMapFactory.withAll(ObjectShortMap). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> |
with() |
<K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> |
with(K key,
short value) |
<K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> |
withAll(com.gs.collections.api.map.primitive.ObjectShortMap<? extends K> map) |
public <K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> of()
com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactoryImmutableObjectShortMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> of(K key,
short value)
com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactoryImmutableObjectShortMapFactory.with(Object, short).of in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> with(K key,
short value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> ofAll(com.gs.collections.api.map.primitive.ObjectShortMap<? extends K> map)
com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactoryImmutableObjectShortMapFactory.withAll(ObjectShortMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectShortMap<K> withAll(com.gs.collections.api.map.primitive.ObjectShortMap<? extends K> map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectShortMapFactory