| Constructor |
| Character() |
| Attributes | |
| control | Source Code shared formal Boolean control Determine if this character is an ISO control character. |
| digit | Source Code shared formal Boolean digit Determine if this character is a numeric digit. |
| integer | Source Code shared formal Integer integer The code point of the character. |
| letter | Source Code shared formal Boolean letter Determine if this character is a letter. |
| lowercase | Source Code shared formal Boolean lowercase Determine if this is a lowercase representation of the character. |
| lowercased | Source Code shared formal Character lowercased The lowercase representation of this character. |
| string | Source Code shared formal String string A string containg just this character. |
| titlecase | Source Code shared formal Boolean titlecase Determine if this is a title case representation of the character. |
| titlecased | Source Code shared formal Character titlecased The title case representation of this character. |
| uppercase | Source Code shared formal Boolean uppercase Determine if this is an uppercase representation of the character. |
| uppercased | Source Code shared formal Character uppercased The uppercase representation of this character. |
| whitespace | Source Code shared formal Boolean whitespace Determine if this character is a whitespace character. |
| Inherited Attributes |
| Attributes inherited from: Object |
| Attributes inherited from: Ordinal<Other> |
| Inherited Methods |
| Methods inherited from: Object |
| Methods inherited from: Comparable<Other> |
| Methods inherited from: Ordinal<Other> |