ImmutableFloatLongMapFactoryImpl
public interface ImmutableFloatLongMapFactory
ImmutableFloatLongMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatLongMap |
empty() |
|
ImmutableFloatLongMap |
of() |
Same as
empty() . |
ImmutableFloatLongMap |
of(float key,
long value) |
Same as
with(float, long) . |
ImmutableFloatLongMap |
ofAll(FloatLongMap map) |
Same as
withAll(FloatLongMap) . |
ImmutableFloatLongMap |
with() |
Same as
empty() . |
ImmutableFloatLongMap |
with(float key,
long value) |
|
ImmutableFloatLongMap |
withAll(FloatLongMap map) |
ImmutableFloatLongMap empty()
ImmutableFloatLongMap of()
empty()
.ImmutableFloatLongMap with()
empty()
.ImmutableFloatLongMap of(float key, long value)
with(float, long)
.ImmutableFloatLongMap with(float key, long value)
ImmutableFloatLongMap ofAll(FloatLongMap map)
withAll(FloatLongMap)
.ImmutableFloatLongMap withAll(FloatLongMap map)
Copyright © 2004–2018. All rights reserved.