- indexing
- title: "Specific facilities of the guide for class SORTED_LIST_"
- project: "Visual Eiffel"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: containers
class SIMPLE_ORDER_ON_ITEMS_ [G -> COMPARABLE]
- inherit
-
SIMPLE_ORDER_
[G]
-
- rename
-
target
as too_formal_target
- end
-
ON_ITEMS_FOR_ORDERING_
[G]
-
- select
- target
- end
- creation {SORTED_LIST_}
- make
end -- class SIMPLE_ORDER_ON_ITEMS_