public class MutableObjectByteMapFactoryImpl extends Object implements MutableObjectByteMapFactory
MutableObjectByteMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectByteMap<K> |
empty() |
<K> MutableObjectByteMap<K> |
of()
Same as
MutableObjectByteMapFactory.empty(). |
<K> MutableObjectByteMap<K> |
ofAll(ObjectByteMap<? extends K> map)
|
<K> MutableObjectByteMap<K> |
with()
Same as
MutableObjectByteMapFactory.empty(). |
<K> MutableObjectByteMap<K> |
withAll(ObjectByteMap<? extends K> map) |
public <K> MutableObjectByteMap<K> empty()
empty in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> of()
MutableObjectByteMapFactoryMutableObjectByteMapFactory.empty().of in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> with()
MutableObjectByteMapFactoryMutableObjectByteMapFactory.empty().with in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> ofAll(ObjectByteMap<? extends K> map)
MutableObjectByteMapFactoryofAll in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> withAll(ObjectByteMap<? extends K> map)
withAll in interface MutableObjectByteMapFactoryCopyright © 2004–2016. All rights reserved.