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