public class ImmutableCharObjectMapFactoryImpl extends Object implements ImmutableCharObjectMapFactory
ImmutableCharObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableCharObjectMap<V> |
of()
Same as
ImmutableCharObjectMapFactory.with(). |
<V> ImmutableCharObjectMap<V> |
of(char key,
V value)
|
<V> ImmutableCharObjectMap<V> |
ofAll(CharObjectMap<? extends V> map)
|
<V> ImmutableCharObjectMap<V> |
with() |
<V> ImmutableCharObjectMap<V> |
with(char key,
V value) |
<V> ImmutableCharObjectMap<V> |
withAll(CharObjectMap<? extends V> map) |
public <V> ImmutableCharObjectMap<V> of()
ImmutableCharObjectMapFactoryImmutableCharObjectMapFactory.with().of in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> with()
with in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> of(char key, V value)
ImmutableCharObjectMapFactoryof in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> with(char key, V value)
with in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> ofAll(CharObjectMap<? extends V> map)
ImmutableCharObjectMapFactoryofAll in interface ImmutableCharObjectMapFactorypublic <V> ImmutableCharObjectMap<V> withAll(CharObjectMap<? extends V> map)
withAll in interface ImmutableCharObjectMapFactoryCopyright © 2004–2017. All rights reserved.