public class ImmutableDoubleObjectMapFactoryImpl extends Object implements ImmutableDoubleObjectMapFactory
ImmutableDoubleObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableDoubleObjectMap<V> |
empty() |
<V> ImmutableDoubleObjectMap<V> |
of()
|
<V> ImmutableDoubleObjectMap<V> |
of(double key,
V value)
|
<V> ImmutableDoubleObjectMap<V> |
ofAll(DoubleObjectMap<? extends V> map)
|
<V> ImmutableDoubleObjectMap<V> |
with()
|
<V> ImmutableDoubleObjectMap<V> |
with(double key,
V value) |
<V> ImmutableDoubleObjectMap<V> |
withAll(DoubleObjectMap<? extends V> map) |
public <V> ImmutableDoubleObjectMap<V> empty()
empty in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> of()
ImmutableDoubleObjectMapFactoryof in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> with()
ImmutableDoubleObjectMapFactorywith in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> of(double key, V value)
ImmutableDoubleObjectMapFactoryof in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> with(double key, V value)
with in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
ImmutableDoubleObjectMapFactoryofAll in interface ImmutableDoubleObjectMapFactorypublic <V> ImmutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
withAll in interface ImmutableDoubleObjectMapFactoryCopyright © 2004–2016. All rights reserved.