public class ImmutableIntLongMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactory
ImmutableIntLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableIntLongMap |
empty() |
com.gs.collections.api.map.primitive.ImmutableIntLongMap |
of()
Same as
ImmutableIntLongMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableIntLongMap |
of(int key,
long value)
Same as
ImmutableIntLongMapFactory.with(int, long). |
com.gs.collections.api.map.primitive.ImmutableIntLongMap |
ofAll(com.gs.collections.api.map.primitive.IntLongMap map)
Same as
ImmutableIntLongMapFactory.withAll(IntLongMap). |
com.gs.collections.api.map.primitive.ImmutableIntLongMap |
with()
Same as
ImmutableIntLongMapFactory.empty(). |
com.gs.collections.api.map.primitive.ImmutableIntLongMap |
with(int key,
long value) |
com.gs.collections.api.map.primitive.ImmutableIntLongMap |
withAll(com.gs.collections.api.map.primitive.IntLongMap map) |
public com.gs.collections.api.map.primitive.ImmutableIntLongMap empty()
empty in interface com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntLongMap of()
com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactoryImmutableIntLongMapFactory.empty().of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntLongMap with()
com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactoryImmutableIntLongMapFactory.empty().with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntLongMap of(int key,
long value)
com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactoryImmutableIntLongMapFactory.with(int, long).of in interface com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntLongMap with(int key,
long value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntLongMap ofAll(com.gs.collections.api.map.primitive.IntLongMap map)
com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactoryImmutableIntLongMapFactory.withAll(IntLongMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactorypublic com.gs.collections.api.map.primitive.ImmutableIntLongMap withAll(com.gs.collections.api.map.primitive.IntLongMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableIntLongMapFactory