public class MutableObjectLongMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.MutableObjectLongMapFactory
MutableObjectLongMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> |
empty() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> |
of() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> |
ofAll(org.eclipse.collections.api.map.primitive.ObjectLongMap<? extends K> map) |
<K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> |
with() |
<K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> |
withAll(org.eclipse.collections.api.map.primitive.ObjectLongMap<? extends K> map) |
public <K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> of()
of in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> with()
with in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> ofAll(org.eclipse.collections.api.map.primitive.ObjectLongMap<? extends K> map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<K> withAll(org.eclipse.collections.api.map.primitive.ObjectLongMap<? extends K> map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.MutableObjectLongMapFactoryCopyright © 2004–2018. All rights reserved.