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