Gobo Eiffel Structure Library
Copyright (c) 2001, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2004/11/14 15:10:15 $
$Revision: 1.8 $
-- Comparison criterion
-- Is a_container sorted in decreasing order?
-- Is a_container sorted in decreasing order
-- within bounds lower..upper?
-- Is a_container sorted in increasing order?
-- Is a_container sorted according to
-- a_comparator's comparison criterion?
-- Is a_container sorted in increasing order
-- within bounds lower..upper?
-- Is a_container sorted according to a_comparator's
-- comparison criterion within bounds lower..upper?
-- Sort a_container in decreasing order.
-- Sort a_container in decreasing order
-- within bounds lower..upper.
-- Sort a_container in increasing order.
-- Sort a_container according to
-- a_comparator's comparison criterion?
-- Sort a_container in increasing order
-- within bounds lower..upper.
-- Sort a_container according to a_comparator's
-- comparison criterion within bounds lower..upper?
Array sorters