public class ImmutableObjectLongMapFactoryImpl extends Object implements ImmutableObjectLongMapFactory
ImmutableObjectLongMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableObjectLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectLongMap<K> |
empty() |
<K> ImmutableObjectLongMap<K> |
of()
|
<K> ImmutableObjectLongMap<K> |
of(K key,
long value)
|
<K> ImmutableObjectLongMap<K> |
ofAll(ObjectLongMap<? extends K> map)
|
<K> ImmutableObjectLongMap<K> |
with()
|
<K> ImmutableObjectLongMap<K> |
with(K key,
long value) |
<K> ImmutableObjectLongMap<K> |
withAll(ObjectLongMap<? extends K> map) |
public <K> ImmutableObjectLongMap<K> empty()
empty in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> of()
ImmutableObjectLongMapFactoryof in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> with()
ImmutableObjectLongMapFactorywith in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> of(K key, long value)
ImmutableObjectLongMapFactoryof in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> with(K key, long value)
with in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> ofAll(ObjectLongMap<? extends K> map)
ImmutableObjectLongMapFactoryofAll in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> withAll(ObjectLongMap<? extends K> map)
withAll in interface ImmutableObjectLongMapFactoryCopyright © 2004–2016. All rights reserved.