- indexing
- title: "Specific facilities of the guide for class SORTED_TABLE_"
- 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_WITH_KEYS_ [H -> COMPARABLE]
- inherit
-
SIMPLE_ORDER_
[H]
-
- redefine
- resizing
- end
-
WITH_KEYS_FOR_ORDERING_
[H]
- end
- creation {SIMPLE_CONTAINER_}
- make
end -- class SIMPLE_ORDER_WITH_KEYS_