Prev
Open Object Rexx
Next
5.4.4. The Comparable Class
This class is defined as a mixin class.
Table 5.31. ooRexx Comparable Class
Object
↓
Comparable
compareTo
Note
The Comparable class also has available class methods that its metaclass, the Class class (
Section 5.1.2, “The Class Class”
), defines.
5.4.4.1. Inherited Methods
Methods inherited from the Object class (
Section 5.1.1, “The Object Class”
).
new (Class Method)
init
send
= \= == \== <> ><
instanceMethod
sendWith
|| '' (abuttal)' ' (blank)
instanceMethods
setMethod
(
Operator Methods
)
isA
start
class
isInstanceOf
startWith
copy
objectName
string
defaultName
objectName=
unsetMethod
hasMethod
request
identityHash
run
Prev
5.4.3.33. string
Up
Home
Next
5.4.4.2. compareTo