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> |
of()
Same as
ImmutableObjectLongMapFactory.with(). |
<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> of()
ImmutableObjectLongMapFactoryImmutableObjectLongMapFactory.with().of in interface ImmutableObjectLongMapFactorypublic <K> ImmutableObjectLongMap<K> with()
with 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–2017. All rights reserved.