public class ImmutableShortDoubleMapFactoryImpl extends Object implements org.eclipse.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactory
ImmutableShortDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap |
empty() |
org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap |
of() |
org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap |
of(short key,
double value) |
org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap |
ofAll(org.eclipse.collections.api.map.primitive.ShortDoubleMap map) |
org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap |
with() |
org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap |
with(short key,
double value) |
org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap |
withAll(org.eclipse.collections.api.map.primitive.ShortDoubleMap map) |
public org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap empty()
empty in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap of()
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap with()
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap of(short key,
double value)
of in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap with(short key,
double value)
with in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap ofAll(org.eclipse.collections.api.map.primitive.ShortDoubleMap map)
ofAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactorypublic org.eclipse.collections.api.map.primitive.ImmutableShortDoubleMap withAll(org.eclipse.collections.api.map.primitive.ShortDoubleMap map)
withAll in interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortDoubleMapFactoryCopyright © 2004–2018. All rights reserved.