public class ImmutableIntDoubleMapFactoryImpl extends Object implements ImmutableIntDoubleMapFactory
ImmutableIntDoubleMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableIntDoubleMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableIntDoubleMap |
empty() |
ImmutableIntDoubleMap |
of()
Same as
ImmutableIntDoubleMapFactory.empty() . |
ImmutableIntDoubleMap |
of(int key,
double value)
|
ImmutableIntDoubleMap |
ofAll(IntDoubleMap map)
|
ImmutableIntDoubleMap |
with()
Same as
ImmutableIntDoubleMapFactory.empty() . |
ImmutableIntDoubleMap |
with(int key,
double value) |
ImmutableIntDoubleMap |
withAll(IntDoubleMap map) |
public ImmutableIntDoubleMap empty()
empty
in interface ImmutableIntDoubleMapFactory
public ImmutableIntDoubleMap of()
ImmutableIntDoubleMapFactory
ImmutableIntDoubleMapFactory.empty()
.of
in interface ImmutableIntDoubleMapFactory
public ImmutableIntDoubleMap with()
ImmutableIntDoubleMapFactory
ImmutableIntDoubleMapFactory.empty()
.with
in interface ImmutableIntDoubleMapFactory
public ImmutableIntDoubleMap of(int key, double value)
ImmutableIntDoubleMapFactory
of
in interface ImmutableIntDoubleMapFactory
public ImmutableIntDoubleMap with(int key, double value)
with
in interface ImmutableIntDoubleMapFactory
public ImmutableIntDoubleMap ofAll(IntDoubleMap map)
ImmutableIntDoubleMapFactory
ofAll
in interface ImmutableIntDoubleMapFactory
public ImmutableIntDoubleMap withAll(IntDoubleMap map)
withAll
in interface ImmutableIntDoubleMapFactory
Copyright © 2004–2016. All rights reserved.