public class MutableLongObjectMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactory
MutableLongObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> |
empty() |
<V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> |
of()
Same as
MutableLongObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> |
ofAll(com.gs.collections.api.map.primitive.LongObjectMap<? extends V> map)
Same as
MutableLongObjectMapFactory.withAll(LongObjectMap). |
<V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> |
with()
Same as
MutableLongObjectMapFactory.empty(). |
<V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> |
withAll(com.gs.collections.api.map.primitive.LongObjectMap<? extends V> map) |
public <V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> of()
com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactoryMutableLongObjectMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> with()
com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactoryMutableLongObjectMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> ofAll(com.gs.collections.api.map.primitive.LongObjectMap<? extends V> map)
com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactoryMutableLongObjectMapFactory.withAll(LongObjectMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactorypublic <V> com.gs.collections.api.map.primitive.MutableLongObjectMap<V> withAll(com.gs.collections.api.map.primitive.LongObjectMap<? extends V> map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableLongObjectMapFactory