public class MutableObjectShortMapFactoryImpl extends Object implements MutableObjectShortMapFactory
MutableObjectShortMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
MutableObjectShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectShortMap<K> |
empty() |
<K> MutableObjectShortMap<K> |
of()
Same as
MutableObjectShortMapFactory.empty(). |
<K> MutableObjectShortMap<K> |
ofAll(ObjectShortMap<? extends K> map)
|
<K> MutableObjectShortMap<K> |
with()
Same as
MutableObjectShortMapFactory.empty(). |
<K> MutableObjectShortMap<K> |
withAll(ObjectShortMap<? extends K> map) |
public <K> MutableObjectShortMap<K> empty()
empty in interface MutableObjectShortMapFactorypublic <K> MutableObjectShortMap<K> of()
MutableObjectShortMapFactoryMutableObjectShortMapFactory.empty().of in interface MutableObjectShortMapFactorypublic <K> MutableObjectShortMap<K> with()
MutableObjectShortMapFactoryMutableObjectShortMapFactory.empty().with in interface MutableObjectShortMapFactorypublic <K> MutableObjectShortMap<K> ofAll(ObjectShortMap<? extends K> map)
MutableObjectShortMapFactoryofAll in interface MutableObjectShortMapFactorypublic <K> MutableObjectShortMap<K> withAll(ObjectShortMap<? extends K> map)
withAll in interface MutableObjectShortMapFactoryCopyright © 2004–2017. All rights reserved.