public interface ImmutableCharObjectMapFactory
ImmutableCharObjectMap
.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.Modifier and Type | Method and Description |
---|---|
<V> ImmutableCharObjectMap<V> |
empty() |
<V> ImmutableCharObjectMap<V> |
of()
Same as
empty() . |
<V> ImmutableCharObjectMap<V> |
of(char key,
V value)
Same as
with(char, Object) . |
<V> ImmutableCharObjectMap<V> |
ofAll(CharObjectMap<? extends V> map)
Same as
withAll(CharObjectMap) . |
<V> ImmutableCharObjectMap<V> |
with()
Same as
empty() . |
<V> ImmutableCharObjectMap<V> |
with(char key,
V value) |
<V> ImmutableCharObjectMap<V> |
withAll(CharObjectMap<? extends V> map) |
<V> ImmutableCharObjectMap<V> empty()
<V> ImmutableCharObjectMap<V> of()
empty()
.<V> ImmutableCharObjectMap<V> with()
empty()
.<V> ImmutableCharObjectMap<V> of(char key, V value)
with(char, Object)
.<V> ImmutableCharObjectMap<V> with(char key, V value)
<V> ImmutableCharObjectMap<V> ofAll(CharObjectMap<? extends V> map)
withAll(CharObjectMap)
.<V> ImmutableCharObjectMap<V> withAll(CharObjectMap<? extends V> map)
Copyright © 2004–2016. All rights reserved.