Gobo Eiffel Structure Library
Copyright (c) 2000, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2003/02/07 12:59:05 $
$Revision: 1.14 $
-- Comparison criterion
-- Is a_container sorted in decreasing order?
-- (From DS_SORTER)
-- Is a_container sorted in decreasing order
-- within bounds lower..upper?
-- Is a_container sorted in increasing order?
-- (From DS_SORTER)
-- Is a_container sorted according to
-- a_comparator's comparison criterion?
-- (From DS_SORTER)
-- 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.
-- (From DS_SORTER)
-- Sort a_container in decreasing order
-- within bounds lower..upper.
-- Sort a_container according to
-- a_comparator's comparison criterion?
-- (From DS_SORTER)
-- Sort a_container in increasing order
-- within bounds lower..upper.
-- Sort a_container according to a_comparator's
-- comparison criterion within bounds lower..upper?
Indexable data structure sorters