Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class STRING_COMPARATOR General cluster: base_extension description: "A COMPARATOR used to compare any strings in a safe way note: you should use this STRING_COMPARATOR rather than COMPARABLE_COMPARATOR [READABLE_STRING_GENERAL]" create: make, make_caseless Ancestors COMPARATOR* [G] Queries greater_equal (u, v: READABLE_STRING_GENERAL): BOOLEAN is_case_insensitive: BOOLEAN less_equal (u, v: READABLE_STRING_GENERAL): BOOLEAN less_than (u, v: READABLE_STRING_GENERAL): BOOLEAN order_equal (u, v: READABLE_STRING_GENERAL): BOOLEAN test (v, u: detachable READABLE_STRING_GENERAL): BOOLEAN
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org