public interface ImmutableLongIntMapFactory
ImmutableLongIntMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and 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–2016. All rights reserved.