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