public interface ImmutableShortLongMapFactory
ImmutableShortLongMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableShortLongMap |
of()
Same as
with() . |
ImmutableShortLongMap |
of(short key,
long value)
Same as
with(short, long) . |
ImmutableShortLongMap |
ofAll(ShortLongMap map)
Same as
withAll(ShortLongMap) . |
ImmutableShortLongMap |
with() |
ImmutableShortLongMap |
with(short key,
long value) |
ImmutableShortLongMap |
withAll(ShortLongMap map) |
ImmutableShortLongMap of()
with()
.ImmutableShortLongMap with()
ImmutableShortLongMap of(short key, long value)
with(short, long)
.ImmutableShortLongMap with(short key, long value)
ImmutableShortLongMap ofAll(ShortLongMap map)
withAll(ShortLongMap)
.ImmutableShortLongMap withAll(ShortLongMap map)
Copyright © 2004–2016. All rights reserved.