public class ImmutableShortShortMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableShortShortMapFactory
ImmutableShortShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableShortShortMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableShortShortMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableShortShortMap |
of(short key,
short value) |
org.eclipse.collections.api.map.primitive.ImmutableShortShortMap |
ofAll(org.eclipse.collections.api.map.primitive.ShortShortMap map) |
org.eclipse.collections.api.map.primitive.ImmutableShortShortMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableShortShortMap |
with(short key,
short value) |
org.eclipse.collections.api.map.primitive.ImmutableShortShortMap |
withAll(org.eclipse.collections.api.map.primitive.ShortShortMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableShortShortMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortShortMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortShortMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortShortMap of(short key,
short value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortShortMap with(short key,
short value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortShortMap ofAll(org.eclipse.collections.api.map.primitive.ShortShortMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortShortMap withAll(org.eclipse.collections.api.map.primitive.ShortShortMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortShortMapFactoryCopyright © 2004–2017. All rights reserved.