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