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 ImmutableDoubleObjectMapFactory
public <V> ImmutableDoubleObjectMap<V> of()
ImmutableDoubleObjectMapFactory
of
in interface ImmutableDoubleObjectMapFactory
public <V> ImmutableDoubleObjectMap<V> with()
ImmutableDoubleObjectMapFactory
with
in interface ImmutableDoubleObjectMapFactory
public <V> ImmutableDoubleObjectMap<V> of(double key, V value)
ImmutableDoubleObjectMapFactory
of
in interface ImmutableDoubleObjectMapFactory
public <V> ImmutableDoubleObjectMap<V> with(double key, V value)
with
in interface ImmutableDoubleObjectMapFactory
public <V> ImmutableDoubleObjectMap<V> ofAll(DoubleObjectMap<? extends V> map)
ImmutableDoubleObjectMapFactory
ofAll
in interface ImmutableDoubleObjectMapFactory
public <V> ImmutableDoubleObjectMap<V> withAll(DoubleObjectMap<? extends V> map)
withAll
in interface ImmutableDoubleObjectMapFactory
Copyright © 2004–2016. All rights reserved.