Holds an character value
Implements: Compare, Clone, Stringify
OperationsDefault constructor
New()
Copy constructor
New(value:Char)
Name | Type | Description |
---|---|---|
value | Char | character value |
Clones the object instance
method : public : Clone() ~ System.Compare
Type | Description |
---|---|
Compare | cloned the object instance |
Compares two objects
method : public : native : Compare(rhs:System.Compare) ~ Int
Name | Type | Description |
---|---|---|
rhs | Compare | compare object |
Type | Description |
---|---|
Int | 0 if equal, -1 if right-hand side i greater, 1 if left-hand side is greater |
Get character value
method : public : Get() ~ Char
Type | Description |
---|---|
Char | character value |
Returns a unique hash ID for a character
method : public : HashID() ~ Int
Type | Description |
---|---|
Int | hash ID |
Set character value
method : public : Set(value:Char) ~ Nil
Name | Type | Description |
---|---|---|
value | Char | character value |