public class ImmutableIntObjectMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactory
ImmutableIntObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> |
empty() |
<V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> |
of()
Same as
ImmutableIntObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> |
of(int key,
V value)
Same as
ImmutableIntObjectMapFactory.with(int, Object). |
<V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> |
ofAll(com.gs.collections.api.map.primitive.IntObjectMap<? extends V> map)
Same as
ImmutableIntObjectMapFactory.withAll(IntObjectMap). |
<V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> |
with()
Same as
ImmutableIntObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> |
with(int key,
V value) |
<V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> |
withAll(com.gs.collections.api.map.primitive.IntObjectMap<? extends V> map) |
public <V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> of()
com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactoryImmutableIntObjectMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> with()
com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactoryImmutableIntObjectMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> of(int key,
V value)
com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactoryImmutableIntObjectMapFactory.with(int, Object).of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> with(int key,
V value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> ofAll(com.gs.collections.api.map.primitive.IntObjectMap<? extends V> map)
com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactoryImmutableIntObjectMapFactory.withAll(IntObjectMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableIntObjectMap<V> withAll(com.gs.collections.api.map.primitive.IntObjectMap<? extends V> map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntObjectMapFactory