public class ImmutableCharShortMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableCharShortMapFactory
ImmutableCharShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableCharShortMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableCharShortMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableCharShortMap |
of(char key,
short value) |
org.eclipse.collections.api.map.primitive.ImmutableCharShortMap |
ofAll(org.eclipse.collections.api.map.primitive.CharShortMap map) |
org.eclipse.collections.api.map.primitive.ImmutableCharShortMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableCharShortMap |
with(char key,
short value) |
org.eclipse.collections.api.map.primitive.ImmutableCharShortMap |
withAll(org.eclipse.collections.api.map.primitive.CharShortMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableCharShortMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharShortMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharShortMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharShortMap of(char key,
short value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharShortMap with(char key,
short value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharShortMap ofAll(org.eclipse.collections.api.map.primitive.CharShortMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharShortMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharShortMap withAll(org.eclipse.collections.api.map.primitive.CharShortMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharShortMapFactoryCopyright © 2004–2018. All rights reserved.