public interface ImmutableCharShortMapFactory
ImmutableCharShortMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableCharShortMap |
empty() |
ImmutableCharShortMap |
of()
Same as
empty() . |
ImmutableCharShortMap |
of(char key,
short value)
Same as
with(char, short) . |
ImmutableCharShortMap |
ofAll(CharShortMap map)
Same as
withAll(CharShortMap) . |
ImmutableCharShortMap |
with()
Same as
empty() . |
ImmutableCharShortMap |
with(char key,
short value) |
ImmutableCharShortMap |
withAll(CharShortMap map) |
ImmutableCharShortMap empty()
ImmutableCharShortMap of()
empty()
.ImmutableCharShortMap with()
empty()
.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–2016. All rights reserved.