public interface ImmutableIntLongMapFactory
ImmutableIntLongMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableIntLongMap |
empty() |
ImmutableIntLongMap |
of()
Same as
empty() . |
ImmutableIntLongMap |
of(int key,
long value)
Same as
with(int, long) . |
ImmutableIntLongMap |
ofAll(IntLongMap map)
Same as
withAll(IntLongMap) . |
ImmutableIntLongMap |
with()
Same as
empty() . |
ImmutableIntLongMap |
with(int key,
long value) |
ImmutableIntLongMap |
withAll(IntLongMap map) |
ImmutableIntLongMap empty()
ImmutableIntLongMap of()
empty()
.ImmutableIntLongMap with()
empty()
.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–2016. All rights reserved.