public class ImmutableByteByteMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableByteByteMapFactory
ImmutableByteByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableByteByteMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableByteByteMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableByteByteMap |
of(byte key,
byte value) |
org.eclipse.collections.api.map.primitive.ImmutableByteByteMap |
ofAll(org.eclipse.collections.api.map.primitive.ByteByteMap map) |
org.eclipse.collections.api.map.primitive.ImmutableByteByteMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableByteByteMap |
with(byte key,
byte value) |
org.eclipse.collections.api.map.primitive.ImmutableByteByteMap |
withAll(org.eclipse.collections.api.map.primitive.ByteByteMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableByteByteMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteByteMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteByteMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteByteMap of(byte key,
byte value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteByteMap with(byte key,
byte value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteByteMap ofAll(org.eclipse.collections.api.map.primitive.ByteByteMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteByteMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteByteMap withAll(org.eclipse.collections.api.map.primitive.ByteByteMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteByteMapFactoryCopyright © 2004–2018. All rights reserved.