public class MutableObjectLongMapFactoryImpl extends Object implements MutableObjectLongMapFactory
MutableObjectLongMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectLongMap<K> |
empty() |
<K> MutableObjectLongMap<K> |
of()
Same as
MutableObjectLongMapFactory.empty(). |
<K> MutableObjectLongMap<K> |
ofAll(ObjectLongMap<? extends K> map)
|
<K> MutableObjectLongMap<K> |
with()
Same as
MutableObjectLongMapFactory.empty(). |
<K> MutableObjectLongMap<K> |
withAll(ObjectLongMap<? extends K> map) |
public <K> MutableObjectLongMap<K> empty()
empty in interface MutableObjectLongMapFactorypublic <K> MutableObjectLongMap<K> of()
MutableObjectLongMapFactoryMutableObjectLongMapFactory.empty().of in interface MutableObjectLongMapFactorypublic <K> MutableObjectLongMap<K> with()
MutableObjectLongMapFactoryMutableObjectLongMapFactory.empty().with in interface MutableObjectLongMapFactorypublic <K> MutableObjectLongMap<K> ofAll(ObjectLongMap<? extends K> map)
MutableObjectLongMapFactoryofAll in interface MutableObjectLongMapFactorypublic <K> MutableObjectLongMap<K> withAll(ObjectLongMap<? extends K> map)
withAll in interface MutableObjectLongMapFactoryCopyright © 2004–2016. All rights reserved.