INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Specific facilities of the guide for class 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 CHAINING_WITH_KEYS_ [H]
inherit

POOL_ [H]
rename
next as right
end

WITH_KEYS_FOR_ORDERING_ [H]
end
creation {SIMPLE_CONTAINER_}

make
feature -- Queries

last: INTEGER
-- gives the position of the last entry

back (pos: INTEGER): INTEGER
-- gives the position of the previous (about 'pos') entry

search (k: H): INTEGER
-- gives the position of the entry
end -- class CHAINING_WITH_KEYS_

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES