public class MutableByteObjectMapFactoryImpl extends Object implements MutableByteObjectMapFactory
MutableByteObjectMap
.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.Constructor and Description |
---|
MutableByteObjectMapFactoryImpl() |
Modifier and Type | Method and 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 MutableByteObjectMapFactory
public <V> MutableByteObjectMap<V> of()
MutableByteObjectMapFactory
MutableByteObjectMapFactory.empty()
.of
in interface MutableByteObjectMapFactory
public <V> MutableByteObjectMap<V> with()
MutableByteObjectMapFactory
MutableByteObjectMapFactory.empty()
.with
in interface MutableByteObjectMapFactory
public <V> MutableByteObjectMap<V> ofAll(ByteObjectMap<? extends V> map)
MutableByteObjectMapFactory
ofAll
in interface MutableByteObjectMapFactory
public <V> MutableByteObjectMap<V> withAll(ByteObjectMap<? extends V> map)
withAll
in interface MutableByteObjectMapFactory
Copyright © 2004–2016. All rights reserved.