public class MutableObjectLongMapFactoryImpl
extends java.lang.Object
implements com.gs.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> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> |
empty() |
<K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> |
of()
Same as
MutableObjectLongMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> |
ofAll(com.gs.collections.api.map.primitive.ObjectLongMap<? extends K> map)
Same as
MutableObjectLongMapFactory.withAll(ObjectLongMap). |
<K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> |
with()
Same as
MutableObjectLongMapFactory.empty(). |
<K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> |
withAll(com.gs.collections.api.map.primitive.ObjectLongMap<? extends K> map) |
public <K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> of()
com.gs.collections.api.factory.map.primitive.MutableObjectLongMapFactoryMutableObjectLongMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> with()
com.gs.collections.api.factory.map.primitive.MutableObjectLongMapFactoryMutableObjectLongMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> ofAll(com.gs.collections.api.map.primitive.ObjectLongMap<? extends K> map)
com.gs.collections.api.factory.map.primitive.MutableObjectLongMapFactoryMutableObjectLongMapFactory.withAll(ObjectLongMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.MutableObjectLongMap<K> withAll(com.gs.collections.api.map.primitive.ObjectLongMap<? extends K> map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableObjectLongMapFactory