public interface ImmutableLongIntMapFactory
ImmutableLongIntMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableLongIntMap |
of()
Same as
with() . |
ImmutableLongIntMap |
of(long key,
int value)
Same as
with(long, int) . |
ImmutableLongIntMap |
ofAll(LongIntMap map)
Same as
withAll(LongIntMap) . |
ImmutableLongIntMap |
with() |
ImmutableLongIntMap |
with(long key,
int value) |
ImmutableLongIntMap |
withAll(LongIntMap map) |
ImmutableLongIntMap of()
with()
.ImmutableLongIntMap with()
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.