public class ImmutableCharByteMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableCharByteMapFactory
ImmutableCharByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableCharByteMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableCharByteMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableCharByteMap |
of(char key,
byte value) |
org.eclipse.collections.api.map.primitive.ImmutableCharByteMap |
ofAll(org.eclipse.collections.api.map.primitive.CharByteMap map) |
org.eclipse.collections.api.map.primitive.ImmutableCharByteMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableCharByteMap |
with(char key,
byte value) |
org.eclipse.collections.api.map.primitive.ImmutableCharByteMap |
withAll(org.eclipse.collections.api.map.primitive.CharByteMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableCharByteMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharByteMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharByteMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharByteMap of(char key,
byte value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharByteMap with(char key,
byte value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharByteMap ofAll(org.eclipse.collections.api.map.primitive.CharByteMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableCharByteMap withAll(org.eclipse.collections.api.map.primitive.CharByteMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableCharByteMapFactoryCopyright © 2004–2018. All rights reserved.