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