public class ImmutableFloatLongMapFactoryImpl extends Object implements ImmutableFloatLongMapFactory
ImmutableFloatLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableFloatLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatLongMap |
empty() |
ImmutableFloatLongMap |
of()
Same as
ImmutableFloatLongMapFactory.empty(). |
ImmutableFloatLongMap |
of(float key,
long value)
|
ImmutableFloatLongMap |
ofAll(FloatLongMap map)
|
ImmutableFloatLongMap |
with()
Same as
ImmutableFloatLongMapFactory.empty(). |
ImmutableFloatLongMap |
with(float key,
long value) |
ImmutableFloatLongMap |
withAll(FloatLongMap map) |
public ImmutableFloatLongMap empty()
empty in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap of()
ImmutableFloatLongMapFactoryImmutableFloatLongMapFactory.empty().of in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap with()
ImmutableFloatLongMapFactoryImmutableFloatLongMapFactory.empty().with in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap of(float key, long value)
ImmutableFloatLongMapFactoryof in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap with(float key, long value)
with in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap ofAll(FloatLongMap map)
ImmutableFloatLongMapFactoryofAll in interface ImmutableFloatLongMapFactorypublic ImmutableFloatLongMap withAll(FloatLongMap map)
withAll in interface ImmutableFloatLongMapFactoryCopyright © 2004–2016. All rights reserved.