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