INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "The project-wide universal properties: facilities", "for being traversable in the both directions"
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 TRAVERSABLE_
inherit

SIMPLE_TRAVERSABLE_
redefine
cursor
end
feature -- Operations

cursor: CURSOR_
-- delivers a new cursor to the beginning of the container
end -- class TRAVERSABLE_

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES