- indexing
- title: "Specific facilities of the guide for class HASH_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 HASHING_WITH_KEYS_ [H -> HASHABLE]
- inherit
-
HASHING_
[H]
-
- rename
-
next
as right
- end
-
WITH_KEYS_FOR_ORDERING_
[H]
- end
- creation {SIMPLE_CONTAINER_}
- make
end -- class HASHING_WITH_KEYS_