public class MutableDoubleObjectMapFactoryImpl extends Object implements MutableDoubleObjectMapFactory
MutableDoubleObjectMap
.
This file was automatically generated from template file mutablePrimitiveObjectMapFactoryImpl.stg.Constructor and Description |
---|
MutableDoubleObjectMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<V> MutableDoubleObjectMap<V> |
empty() |
<V> MutableDoubleObjectMap<V> |
of()
|
<V> MutableDoubleObjectMap<V> |
ofAll(DoubleObjectMap<? extends V> map)
|
<V> MutableDoubleObjectMap<V> |
with()
|
<V> MutableDoubleObjectMap<V> |
withAll(DoubleObjectMap<? extends V> map) |
public <V> MutableDoubleObjectMap<V> empty()
empty
in interface MutableDoubleObjectMapFactory
public <V> MutableDoubleObjectMap<V> of()
MutableDoubleObjectMapFactory
of
in interface MutableDoubleObjectMapFactory
public <V> MutableDoubleObjectMap<V> with()
MutableDoubleObjectMapFactory
with
in interface MutableDoubleObjectMapFactory
public <V> MutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
MutableDoubleObjectMapFactory
ofAll
in interface MutableDoubleObjectMapFactory
public <V> MutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
withAll
in interface MutableDoubleObjectMapFactory
Copyright © 2004–2016. All rights reserved.