public interface MutableObjectByteMapFactory
MutableObjectByteMap
.
This file was automatically generated from template file mutableObjectPrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
<K> MutableObjectByteMap<K> |
empty() |
<K> MutableObjectByteMap<K> |
of()
Same as
empty() . |
<K> MutableObjectByteMap<K> |
ofAll(ObjectByteMap<? extends K> map)
Same as
withAll(ObjectByteMap) . |
<K> MutableObjectByteMap<K> |
with()
Same as
empty() . |
<K> MutableObjectByteMap<K> |
withAll(ObjectByteMap<? extends K> map) |
<K> MutableObjectByteMap<K> empty()
<K> MutableObjectByteMap<K> of()
empty()
.<K> MutableObjectByteMap<K> with()
empty()
.<K> MutableObjectByteMap<K> ofAll(ObjectByteMap<? extends K> map)
withAll(ObjectByteMap)
.<K> MutableObjectByteMap<K> withAll(ObjectByteMap<? extends K> map)
Copyright © 2004–2016. All rights reserved.