public class ImmutableShortObjectMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableShortObjectMapFactory
ImmutableShortObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> |
empty() |
<V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> |
of() |
<V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> |
of(short key,
V value) |
<V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> |
ofAll(org.eclipse.collections.api.map.primitive.ShortObjectMap<? extends V> map) |
<V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> |
with() |
<V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> |
with(short key,
V value) |
<V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> |
withAll(org.eclipse.collections.api.map.primitive.ShortObjectMap<? extends V> map) |
public <V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> of(short key,
V value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> with(short key,
V value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> ofAll(org.eclipse.collections.api.map.primitive.ShortObjectMap<? extends V> map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortObjectMapFactorypublic <V> org.eclipse.collections.api.map.primitive.ImmutableShortObjectMap<V> withAll(org.eclipse.collections.api.map.primitive.ShortObjectMap<? extends V> map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortObjectMapFactoryCopyright © 2004–2018. All rights reserved.