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