public class MutableObjectDoubleMapFactoryImpl extends Object implements MutableObjectDoubleMapFactory
MutableObjectDoubleMap
.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableObjectDoubleMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<K> MutableObjectDoubleMap<K> |
empty() |
<K> MutableObjectDoubleMap<K> |
of()
|
<K> MutableObjectDoubleMap<K> |
ofAll(ObjectDoubleMap<? extends K> map)
|
<K> MutableObjectDoubleMap<K> |
with()
|
<K> MutableObjectDoubleMap<K> |
withAll(ObjectDoubleMap<? extends K> map) |
public <K> MutableObjectDoubleMap<K> empty()
empty
in interface MutableObjectDoubleMapFactory
public <K> MutableObjectDoubleMap<K> of()
MutableObjectDoubleMapFactory
of
in interface MutableObjectDoubleMapFactory
public <K> MutableObjectDoubleMap<K> with()
MutableObjectDoubleMapFactory
with
in interface MutableObjectDoubleMapFactory
public <K> MutableObjectDoubleMap<K> ofAll(ObjectDoubleMap<? extends K> map)
MutableObjectDoubleMapFactory
ofAll
in interface MutableObjectDoubleMapFactory
public <K> MutableObjectDoubleMap<K> withAll(ObjectDoubleMap<? extends K> map)
withAll
in interface MutableObjectDoubleMapFactory
Copyright © 2004–2016. All rights reserved.