MutableByteObjectMapFactorypublic class MutableByteObjectMapFactoryImpl extends Object implements MutableByteObjectMapFactory
MutableByteObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableByteObjectMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
<V> MutableByteObjectMap<V> |
empty() |
|
<V> MutableByteObjectMap<V> |
of() |
Same as
MutableByteObjectMapFactory.empty(). |
<V> MutableByteObjectMap<V> |
ofAll(ByteObjectMap<? extends V> map) |
|
<V> MutableByteObjectMap<V> |
with() |
Same as
MutableByteObjectMapFactory.empty(). |
<V> MutableByteObjectMap<V> |
withAll(ByteObjectMap<? extends V> map) |
public <V> MutableByteObjectMap<V> empty()
empty in interface MutableByteObjectMapFactorypublic <V> MutableByteObjectMap<V> of()
MutableByteObjectMapFactoryMutableByteObjectMapFactory.empty().of in interface MutableByteObjectMapFactorypublic <V> MutableByteObjectMap<V> with()
MutableByteObjectMapFactoryMutableByteObjectMapFactory.empty().with in interface MutableByteObjectMapFactorypublic <V> MutableByteObjectMap<V> ofAll(ByteObjectMap<? extends V> map)
MutableByteObjectMapFactoryofAll in interface MutableByteObjectMapFactorypublic <V> MutableByteObjectMap<V> withAll(ByteObjectMap<? extends V> map)
withAll in interface MutableByteObjectMapFactoryCopyright © 2004–2017. All rights reserved.