Gobo Eiffel Kernel Library
Copyright (c) 2000-2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 17:05:10 $
$Revision: 1.3 $
-- Create a new 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)
Comparators based on COMPARABLE