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 |
of()
Same as
ImmutableIntDoubleMapFactory.with() . |
ImmutableIntDoubleMap |
of(int key,
double value)
|
ImmutableIntDoubleMap |
ofAll(IntDoubleMap map)
|
ImmutableIntDoubleMap |
with() |
ImmutableIntDoubleMap |
with(int key,
double value) |
ImmutableIntDoubleMap |
withAll(IntDoubleMap map) |
public ImmutableIntDoubleMap of()
ImmutableIntDoubleMapFactory
ImmutableIntDoubleMapFactory.with()
.of
in interface ImmutableIntDoubleMapFactory
public ImmutableIntDoubleMap with()
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.