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 ImmutableFloatLongMapFactory
public ImmutableFloatLongMap of()
ImmutableFloatLongMapFactory
ImmutableFloatLongMapFactory.empty()
.of
in interface ImmutableFloatLongMapFactory
public ImmutableFloatLongMap with()
ImmutableFloatLongMapFactory
ImmutableFloatLongMapFactory.empty()
.with
in interface ImmutableFloatLongMapFactory
public ImmutableFloatLongMap of(float key, long value)
ImmutableFloatLongMapFactory
of
in interface ImmutableFloatLongMapFactory
public ImmutableFloatLongMap with(float key, long value)
with
in interface ImmutableFloatLongMapFactory
public ImmutableFloatLongMap ofAll(FloatLongMap map)
ImmutableFloatLongMapFactory
ofAll
in interface ImmutableFloatLongMapFactory
public ImmutableFloatLongMap withAll(FloatLongMap map)
withAll
in interface ImmutableFloatLongMapFactory
Copyright © 2004–2016. All rights reserved.