public class ImmutableByteDoubleMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactory
ImmutableByteDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap |
of(byte key,
double value) |
org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap |
ofAll(org.eclipse.collections.api.map.primitive.ByteDoubleMap map) |
org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap |
with(byte key,
double value) |
org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap |
withAll(org.eclipse.collections.api.map.primitive.ByteDoubleMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap of(byte key,
double value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap with(byte key,
double value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap ofAll(org.eclipse.collections.api.map.primitive.ByteDoubleMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableByteDoubleMap withAll(org.eclipse.collections.api.map.primitive.ByteDoubleMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableByteDoubleMapFactoryCopyright © 2004–2017. All rights reserved.