public interface CharConverter
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
char value)
Appends the provided
value to the provided text. |
default String |
asString(char value) |
char |
parse(CharSequence text)
Parses the provided
CharSequence and returns the parsed results as a
char primitive. |
char parse(CharSequence text)
CharSequence and returns the parsed results as a
char primitive.text as an char primitive.void append(StringBuilder text, char value)
value to the provided text.default String asString(char value)
Copyright © 2023. All rights reserved.