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