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