public class MutableCharObjectMapFactoryImpl extends Object implements MutableCharObjectMapFactory
MutableCharObjectMap
.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.Constructor and Description |
---|
MutableCharObjectMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<V> MutableCharObjectMap<V> |
empty() |
<V> MutableCharObjectMap<V> |
of()
Same as
MutableCharObjectMapFactory.empty() . |
<V> MutableCharObjectMap<V> |
ofAll(CharObjectMap<? extends V> map)
|
<V> MutableCharObjectMap<V> |
with()
Same as
MutableCharObjectMapFactory.empty() . |
<V> MutableCharObjectMap<V> |
withAll(CharObjectMap<? extends V> map) |
public <V> MutableCharObjectMap<V> empty()
empty
in interface MutableCharObjectMapFactory
public <V> MutableCharObjectMap<V> of()
MutableCharObjectMapFactory
MutableCharObjectMapFactory.empty()
.of
in interface MutableCharObjectMapFactory
public <V> MutableCharObjectMap<V> with()
MutableCharObjectMapFactory
MutableCharObjectMapFactory.empty()
.with
in interface MutableCharObjectMapFactory
public <V> MutableCharObjectMap<V> ofAll(CharObjectMap<? extends V> map)
MutableCharObjectMapFactory
ofAll
in interface MutableCharObjectMapFactory
public <V> MutableCharObjectMap<V> withAll(CharObjectMap<? extends V> map)
withAll
in interface MutableCharObjectMapFactory
Copyright © 2004–2016. All rights reserved.