- indexing
- title: "Some universal common facilities of the guides for classes", "HASH_LIST_ and 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
deferred class HASHING_ [G -> HASHABLE]
- inherit
-
POOL_
[G]
-
- redefine
- count,
- extend,
- first,
- forth,
- put,
- remove
- end
end -- class HASHING_