public interface ImmutableShortIntMapFactory
ImmutableShortIntMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableShortIntMap |
of()
Same as
with() . |
ImmutableShortIntMap |
of(short key,
int value)
Same as
with(short, int) . |
ImmutableShortIntMap |
ofAll(ShortIntMap map)
Same as
withAll(ShortIntMap) . |
ImmutableShortIntMap |
with() |
ImmutableShortIntMap |
with(short key,
int value) |
ImmutableShortIntMap |
withAll(ShortIntMap map) |
ImmutableShortIntMap of()
with()
.ImmutableShortIntMap with()
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–2019. All rights reserved.