public class ImmutableByteLongMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableByteLongMapFactory
ImmutableByteLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableByteLongMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableByteLongMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableByteLongMap |
of(byte key,
long value) |
org.eclipse.collections.api.map.primitive.ImmutableByteLongMap |
ofAll(org.eclipse.collections.api.map.primitive.ByteLongMap map) |
org.eclipse.collections.api.map.primitive.ImmutableByteLongMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableByteLongMap |
with(byte key,
long value) |
org.eclipse.collections.api.map.primitive.ImmutableByteLongMap |
withAll(org.eclipse.collections.api.map.primitive.ByteLongMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableByteLongMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteLongMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteLongMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteLongMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteLongMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteLongMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteLongMap of(byte key,
long value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteLongMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteLongMap with(byte key,
long value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteLongMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteLongMap ofAll(org.eclipse.collections.api.map.primitive.ByteLongMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteLongMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteLongMap withAll(org.eclipse.collections.api.map.primitive.ByteLongMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteLongMapFactoryCopyright © 2004–2018. All rights reserved.