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 |
empty() |
ImmutableDoubleLongMap |
of()
|
ImmutableDoubleLongMap |
of(double key,
long value)
|
ImmutableDoubleLongMap |
ofAll(DoubleLongMap map)
|
ImmutableDoubleLongMap |
with()
|
ImmutableDoubleLongMap |
with(double key,
long value) |
ImmutableDoubleLongMap |
withAll(DoubleLongMap map) |
public ImmutableDoubleLongMap empty()
empty in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap of()
ImmutableDoubleLongMapFactoryof in interface ImmutableDoubleLongMapFactorypublic ImmutableDoubleLongMap with()
ImmutableDoubleLongMapFactorywith 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–2016. All rights reserved.