ImmutableLongIntMapFactoryImplpublic interface ImmutableLongIntMapFactory
ImmutableLongIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableLongIntMap |
empty() |
|
ImmutableLongIntMap |
of() |
Same as
empty(). |
ImmutableLongIntMap |
of(long key,
int value) |
Same as
with(long, int). |
ImmutableLongIntMap |
ofAll(LongIntMap map) |
Same as
withAll(LongIntMap). |
ImmutableLongIntMap |
with() |
Same as
empty(). |
ImmutableLongIntMap |
with(long key,
int value) |
|
ImmutableLongIntMap |
withAll(LongIntMap map) |
ImmutableLongIntMap empty()
ImmutableLongIntMap of()
empty().ImmutableLongIntMap with()
empty().ImmutableLongIntMap of(long key, int value)
with(long, int).ImmutableLongIntMap with(long key, int value)
ImmutableLongIntMap ofAll(LongIntMap map)
withAll(LongIntMap).ImmutableLongIntMap withAll(LongIntMap map)
Copyright © 2004–2017. All rights reserved.