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