- indexing
- title: "Some universal common facilities of the guides for classes", "SORTED_LIST_ and SORTED_TABLE_ (used with duplicates);", "---------------------------------------------------------", " All algorithms are taken (with minor changes) from book ", " Introduction to Algorithms by Thomas H. Cormen, Charles ", " E. Leiserson and Ronald L. Rivest (c) The Massachusetts ", " Institute of Technology, 1990 --------------------------"
- project: "Visual Eiffel"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: containers
deferred class ORDER_ [G -> COMPARABLE]
- inherit
-
SIMPLE_ORDER_
[G]
-
- redefine
- back,
- chain_count,
- count,
- duplicate,
- forth,
- get_parent,
- last,
- put_in_stock,
- put_parent,
- remove
- end
end -- class ORDER_