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