public class ImmutableObjectLongMapFactoryImpl extends Object implements org.eclipse.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> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> |
empty() |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> |
of() |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> |
of(K key,
long value) |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> |
ofAll(org.eclipse.collections.api.map.primitive.ObjectLongMap<? extends K> map) |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> |
with() |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> |
with(K key,
long value) |
<K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> |
withAll(org.eclipse.collections.api.map.primitive.ObjectLongMap<? extends K> map) |
public <K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> of(K key,
long value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> with(K key,
long value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> ofAll(org.eclipse.collections.api.map.primitive.ObjectLongMap<? extends K> map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectLongMapFactorypublic <K> org.eclipse.collections.api.map.primitive.ImmutableObjectLongMap<K> withAll(org.eclipse.collections.api.map.primitive.ObjectLongMap<? extends K> map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableObjectLongMapFactoryCopyright © 2004–2017. All rights reserved.