public class ImmutableDoubleLongMapFactoryImpl extends Object implements ImmutableDoubleLongMapFactory
ImmutableDoubleLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleLongMap |
of()
Same as
ImmutableDoubleLongMapFactory.with(). |
ImmutableDoubleLongMap |
of(double key,
long value)
|
ImmutableDoubleLongMap |
ofAll(DoubleLongMap map)
|
ImmutableDoubleLongMap |
with() |
ImmutableDoubleLongMap |
with(double key,
long value) |
ImmutableDoubleLongMap |
withAll(DoubleLongMap map) |
public ImmutableDoubleLongMap of()
ImmutableDoubleLongMapFactoryImmutableDoubleLongMapFactory.with().of in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap with()
with in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap of(double key, long value)
ImmutableDoubleLongMapFactoryof in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap with(double key, long value)
with in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap ofAll(DoubleLongMap map)
ImmutableDoubleLongMapFactoryofAll in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap withAll(DoubleLongMap map)
withAll in interface ImmutableDoubleLongMapFactoryCopyright © 2004–2017. All rights reserved.