public class ImmutableCharObjectMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactory
ImmutableCharObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> |
of()
Same as
ImmutableCharObjectMapFactory.with(). |
<V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> |
of(char key,
V value)
Same as
ImmutableCharObjectMapFactory.with(char, Object). |
<V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> |
ofAll(com.gs.collections.api.map.primitive.CharObjectMap<? extends V> map)
Same as
ImmutableCharObjectMapFactory.withAll(CharObjectMap). |
<V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> |
with() |
<V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> |
with(char key,
V value) |
<V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> |
withAll(com.gs.collections.api.map.primitive.CharObjectMap<? extends V> map) |
public <V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> of()
com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactoryImmutableCharObjectMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> of(char key,
V value)
com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactoryImmutableCharObjectMapFactory.with(char, Object).of in interface com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> with(char key,
V value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> ofAll(com.gs.collections.api.map.primitive.CharObjectMap<? extends V> map)
com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactoryImmutableCharObjectMapFactory.withAll(CharObjectMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.ImmutableCharObjectMap<V> withAll(com.gs.collections.api.map.primitive.CharObjectMap<? extends V> map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableCharObjectMapFactory