ImmutableCharCharMapFactoryImplpublic interface ImmutableCharCharMapFactory
ImmutableCharCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableCharCharMap |
empty() |
|
ImmutableCharCharMap |
of() |
Same as
empty(). |
ImmutableCharCharMap |
of(char key,
char value) |
Same as
with(char, char). |
ImmutableCharCharMap |
ofAll(CharCharMap map) |
Same as
withAll(CharCharMap). |
ImmutableCharCharMap |
with() |
Same as
empty(). |
ImmutableCharCharMap |
with(char key,
char value) |
|
ImmutableCharCharMap |
withAll(CharCharMap map) |
ImmutableCharCharMap empty()
ImmutableCharCharMap of()
empty().ImmutableCharCharMap with()
empty().ImmutableCharCharMap of(char key, char value)
with(char, char).ImmutableCharCharMap with(char key, char value)
ImmutableCharCharMap ofAll(CharCharMap map)
withAll(CharCharMap).ImmutableCharCharMap withAll(CharCharMap map)
Copyright © 2004–2017. All rights reserved.