INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

description: "Circular chains implemented as two-way linked lists"
title: "EiffelBase: library of reusable components for Eiffel. ", "Based on EiffelBase library for ISE Eiffel, ", "used with permission. "
project: "EiffelBase Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
key: two_way_circular, ring, sequence
cluster: eiffelbase
class TWO_WAY_CIRCULAR [G]
inherit

LINKED_CIRCULAR [G]
redefine
list
end
creation

make
feature -- Implementation

list: TWO_WAY_LIST [G]
end -- class TWO_WAY_CIRCULAR

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES