public interface ImmutableIntLongMapFactory
ImmutableIntLongMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableIntLongMap |
of()
Same as
with() . |
ImmutableIntLongMap |
of(int key,
long value)
Same as
with(int, long) . |
ImmutableIntLongMap |
ofAll(IntLongMap map)
Same as
withAll(IntLongMap) . |
ImmutableIntLongMap |
with() |
ImmutableIntLongMap |
with(int key,
long value) |
ImmutableIntLongMap |
withAll(IntLongMap map) |
ImmutableIntLongMap of()
with()
.ImmutableIntLongMap with()
ImmutableIntLongMap of(int key, long value)
with(int, long)
.ImmutableIntLongMap with(int key, long value)
ImmutableIntLongMap ofAll(IntLongMap map)
withAll(IntLongMap)
.ImmutableIntLongMap withAll(IntLongMap map)
Copyright © 2004–2019. All rights reserved.