Prev
Open Object Rexx
Next
5.4.8. The ColumnComparator Class
The ColumnComparator class performs orderings based on specific substrings of String objects.
Table 5.35. ooRexx ColumnComparator Class
Object
↓
Comparator
↓
ColumnComparator
compare init
Note
The ColumnComparator class also has available class methods that its metaclass, the Class class (
Section 5.1.2, “The Class Class”
), defines.
This class is defined as a mixin class.
5.4.8.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
Methods inherited from the Comparator class (
Section 5.4.6, “The Comparator Class”
).
compare
Prev
5.4.7.2. compare
Up
Home
Next
5.4.8.2. compare