MutableIntDoubleMapFactory
public class MutableIntDoubleMapFactoryImpl extends Object implements MutableIntDoubleMapFactory
MutableIntDoubleMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor | Description |
---|---|
MutableIntDoubleMapFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
MutableIntDoubleMap |
empty() |
|
MutableIntDoubleMap |
of() |
Same as
MutableIntDoubleMapFactory.empty() . |
MutableIntDoubleMap |
ofAll(IntDoubleMap map) |
|
MutableIntDoubleMap |
with() |
Same as
MutableIntDoubleMapFactory.empty() . |
MutableIntDoubleMap |
withAll(IntDoubleMap map) |
public MutableIntDoubleMap empty()
empty
in interface MutableIntDoubleMapFactory
public MutableIntDoubleMap of()
MutableIntDoubleMapFactory
MutableIntDoubleMapFactory.empty()
.of
in interface MutableIntDoubleMapFactory
public MutableIntDoubleMap with()
MutableIntDoubleMapFactory
MutableIntDoubleMapFactory.empty()
.with
in interface MutableIntDoubleMapFactory
public MutableIntDoubleMap ofAll(IntDoubleMap map)
MutableIntDoubleMapFactory
ofAll
in interface MutableIntDoubleMapFactory
public MutableIntDoubleMap withAll(IntDoubleMap map)
withAll
in interface MutableIntDoubleMapFactory
Copyright © 2004–2017. All rights reserved.