public class ImmutableIntByteMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableIntByteMapFactory
ImmutableIntByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap |
of(int key,
byte value) |
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap |
ofAll(org.eclipse.collections.api.map.primitive.IntByteMap map) |
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap |
with(int key,
byte value) |
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap |
withAll(org.eclipse.collections.api.map.primitive.IntByteMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableIntByteMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntByteMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntByteMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntByteMap of(int key,
byte value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntByteMap with(int key,
byte value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntByteMap ofAll(org.eclipse.collections.api.map.primitive.IntByteMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableIntByteMap withAll(org.eclipse.collections.api.map.primitive.IntByteMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableIntByteMapFactoryCopyright © 2004–2017. All rights reserved.