Gobo Eiffel Structure Library
Copyright (c) 2000, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 17:52:52 $
$Revision: 1.6 $
[020707] Use KL_REVERSE_COMPARABLE_COMPARATOR instead.
-- Create a new comparator.
-- (From KL_COMPARABLE_COMPARATOR)
-- Is u considered greater than or equal to v?
-- (From KL_COMPARATOR)
-- Is u considered greater than v?
-- (From KL_PART_COMPARATOR)
-- Is u considered less than or equal to v?
-- (From KL_COMPARATOR)
-- Is u considered less than v?
-- (From KL_PART_COMPARATOR)
-- Are u and v considered equal?
-- (From KL_COMPARATOR)
Reverse comparators based on COMPARABLE