public class ImmutableObjectLongMapFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactory
ImmutableObjectLongMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> |
of()
Same as
ImmutableObjectLongMapFactory.with(). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> |
of(K key,
long value)
Same as
ImmutableObjectLongMapFactory.with(Object, long). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> |
ofAll(com.gs.collections.api.map.primitive.ObjectLongMap<? extends K> map)
Same as
ImmutableObjectLongMapFactory.withAll(ObjectLongMap). |
<K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> |
with() |
<K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> |
with(K key,
long value) |
<K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> |
withAll(com.gs.collections.api.map.primitive.ObjectLongMap<? extends K> map) |
public <K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> of()
com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactoryImmutableObjectLongMapFactory.with().of in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> with()
with in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> of(K key,
long value)
com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactoryImmutableObjectLongMapFactory.with(Object, long).of in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> with(K key,
long value)
with in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> ofAll(com.gs.collections.api.map.primitive.ObjectLongMap<? extends K> map)
com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactoryImmutableObjectLongMapFactory.withAll(ObjectLongMap).ofAll in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> com.gs.collections.api.map.primitive.ImmutableObjectLongMap<K> withAll(com.gs.collections.api.map.primitive.ObjectLongMap<? extends K> map)
withAll in interface com.gs.collections.api.factory.map.primitive.ImmutableObjectLongMapFactory