public class MutableIntLongMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactory
MutableIntLongMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.MutableIntLongMap |
empty() |
com.gs.collections.api.map.primitive.MutableIntLongMap |
of()
Same as
MutableIntLongMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntLongMap |
ofAll(com.gs.collections.api.map.primitive.IntLongMap map)
Same as
MutableIntLongMapFactory.withAll(IntLongMap). |
com.gs.collections.api.map.primitive.MutableIntLongMap |
with()
Same as
MutableIntLongMapFactory.empty(). |
com.gs.collections.api.map.primitive.MutableIntLongMap |
withAll(com.gs.collections.api.map.primitive.IntLongMap map) |
public com.gs.collections.api.map.primitive.MutableIntLongMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.MutableIntLongMap of()
com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactoryMutableIntLongMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.MutableIntLongMap with()
com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactoryMutableIntLongMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.MutableIntLongMap ofAll(com.gs.collections.api.map.primitive.IntLongMap map)
com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactoryMutableIntLongMapFactory.withAll(IntLongMap).ofAll in interface com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.MutableIntLongMap withAll(com.gs.collections.api.map.primitive.IntLongMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.MutableIntLongMapFactory