MutableShortObjectMapFactorypublic class MutableShortObjectMapFactoryImpl extends Object implements MutableShortObjectMapFactory
MutableShortObjectMap.
 This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.| Constructor | Description | 
|---|---|
| MutableShortObjectMapFactoryImpl() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| <V> MutableShortObjectMap<V> | empty() | |
| <V> MutableShortObjectMap<V> | of() | Same as  MutableShortObjectMapFactory.empty(). | 
| <V> MutableShortObjectMap<V> | ofAll(ShortObjectMap<? extends V> map) | |
| <V> MutableShortObjectMap<V> | with() | Same as  MutableShortObjectMapFactory.empty(). | 
| <V> MutableShortObjectMap<V> | withAll(ShortObjectMap<? extends V> map) | 
public <V> MutableShortObjectMap<V> empty()
empty in interface MutableShortObjectMapFactorypublic <V> MutableShortObjectMap<V> of()
MutableShortObjectMapFactoryMutableShortObjectMapFactory.empty().of in interface MutableShortObjectMapFactorypublic <V> MutableShortObjectMap<V> with()
MutableShortObjectMapFactoryMutableShortObjectMapFactory.empty().with in interface MutableShortObjectMapFactorypublic <V> MutableShortObjectMap<V> ofAll(ShortObjectMap<? extends V> map)
MutableShortObjectMapFactoryofAll in interface MutableShortObjectMapFactorypublic <V> MutableShortObjectMap<V> withAll(ShortObjectMap<? extends V> map)
withAll in interface MutableShortObjectMapFactoryCopyright © 2004–2017. All rights reserved.