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