public class MutableLongObjectMapFactoryImpl extends Object implements MutableLongObjectMapFactory
MutableLongObjectMap.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> MutableLongObjectMap<V> |
empty() |
<V> MutableLongObjectMap<V> |
of()
Same as
MutableLongObjectMapFactory.empty(). |
<V> MutableLongObjectMap<V> |
ofAll(LongObjectMap<? extends V> map)
|
<V> MutableLongObjectMap<V> |
with()
Same as
MutableLongObjectMapFactory.empty(). |
<V> MutableLongObjectMap<V> |
withAll(LongObjectMap<? extends V> map) |
public <V> MutableLongObjectMap<V> empty()
empty in interface MutableLongObjectMapFactorypublic <V> MutableLongObjectMap<V> of()
MutableLongObjectMapFactoryMutableLongObjectMapFactory.empty().of in interface MutableLongObjectMapFactorypublic <V> MutableLongObjectMap<V> with()
MutableLongObjectMapFactoryMutableLongObjectMapFactory.empty().with in interface MutableLongObjectMapFactorypublic <V> MutableLongObjectMap<V> ofAll(LongObjectMap<? extends V> map)
MutableLongObjectMapFactoryofAll in interface MutableLongObjectMapFactorypublic <V> MutableLongObjectMap<V> withAll(LongObjectMap<? extends V> map)
withAll in interface MutableLongObjectMapFactoryCopyright © 2004–2016. All rights reserved.