public class ImmutableLongIntMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactory
ImmutableLongIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.map.primitive.ImmutableLongIntMap |
of()
Same as
ImmutableLongIntMapFactory.with(). |
com.gs.collections.api.map.primitive.ImmutableLongIntMap |
of(long key,
int value)
Same as
ImmutableLongIntMapFactory.with(long, int). |
com.gs.collections.api.map.primitive.ImmutableLongIntMap |
ofAll(com.gs.collections.api.map.primitive.LongIntMap map)
Same as
ImmutableLongIntMapFactory.withAll(LongIntMap). |
com.gs.collections.api.map.primitive.ImmutableLongIntMap |
with() |
com.gs.collections.api.map.primitive.ImmutableLongIntMap |
with(long key,
int value) |
com.gs.collections.api.map.primitive.ImmutableLongIntMap |
withAll(com.gs.collections.api.map.primitive.LongIntMap map) |
public com.gs.collections.api.map.primitive.ImmutableLongIntMap of()
com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactoryImmutableLongIntMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongIntMap with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongIntMap of(long key,
int value)
com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactoryImmutableLongIntMapFactory.with(long, int).of in interface com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongIntMap with(long key,
int value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongIntMap ofAll(com.gs.collections.api.map.primitive.LongIntMap map)
com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactoryImmutableLongIntMapFactory.withAll(LongIntMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactorypublic com.gs.collections.api.map.primitive.ImmutableLongIntMap withAll(com.gs.collections.api.map.primitive.LongIntMap map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableLongIntMapFactory