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