public class ImmutableObjectIntMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactory
ImmutableObjectIntMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> |
empty() |
<K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> |
of()
Same as
ImmutableObjectIntMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> |
of(K key,
int value)
Same as
ImmutableObjectIntMapFactory.with(Object, int). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> |
ofAll(com.gs.collections.api.map.primitive.ObjectIntMap<? extends K> map)
Same as
ImmutableObjectIntMapFactory.withAll(ObjectIntMap). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> |
with()
Same as
ImmutableObjectIntMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> |
with(K key,
int value) |
<K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> |
withAll(com.gs.collections.api.map.primitive.ObjectIntMap<? extends K> map) |
public <K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> of()
com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactoryImmutableObjectIntMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> with()
com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactoryImmutableObjectIntMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> of(K key,
int value)
com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactoryImmutableObjectIntMapFactory.with(Object, int).of in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> with(K key,
int value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> ofAll(com.gs.collections.api.map.primitive.ObjectIntMap<? extends K> map)
com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactoryImmutableObjectIntMapFactory.withAll(ObjectIntMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectIntMap<K> withAll(com.gs.collections.api.map.primitive.ObjectIntMap<? extends K> map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectIntMapFactory