Type Hierarchy:
Satisfied Interfaces: Comparable<Other>, Ordinal<Other>

A 32-bit Unicode character.

By: Gavin
See also: String
Constructor
Character()
Attributes
controlSource Code
shared formal Boolean control

Determine if this character is an ISO control character.

digitSource Code
shared formal Boolean digit

Determine if this character is a numeric digit.

integerSource Code
shared formal Integer integer

The code point of the character.

letterSource Code
shared formal Boolean letter

Determine if this character is a letter.

lowercaseSource Code
shared formal Boolean lowercase

Determine if this is a lowercase representation of the character.

lowercasedSource Code
shared formal Character lowercased

The lowercase representation of this character.

stringSource Code
shared formal String string

A string containg just this character.

titlecaseSource Code
shared formal Boolean titlecase

Determine if this is a title case representation of the character.

titlecasedSource Code
shared formal Character titlecased

The title case representation of this character.

uppercaseSource Code
shared formal Boolean uppercase

Determine if this is an uppercase representation of the character.

uppercasedSource Code
shared formal Character uppercased

The uppercase representation of this character.

whitespaceSource 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>