public class ImmutableIntCharMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableIntCharMapFactory
ImmutableIntCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableIntCharMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableIntCharMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableIntCharMap |
of(int key,
char value) |
org.eclipse.collections.api.map.primitive.ImmutableIntCharMap |
ofAll(org.eclipse.collections.api.map.primitive.IntCharMap map) |
org.eclipse.collections.api.map.primitive.ImmutableIntCharMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableIntCharMap |
with(int key,
char value) |
org.eclipse.collections.api.map.primitive.ImmutableIntCharMap |
withAll(org.eclipse.collections.api.map.primitive.IntCharMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableIntCharMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntCharMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntCharMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntCharMap of(int key,
char value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntCharMap with(int key,
char value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntCharMap ofAll(org.eclipse.collections.api.map.primitive.IntCharMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntCharMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntCharMap withAll(org.eclipse.collections.api.map.primitive.IntCharMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntCharMapFactoryCopyright © 2004–2018. All rights reserved.