INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

description: "Dynamically modifiable circular chains"
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: dynamic_circular, ring, sequence
cluster: eiffelbase
deferred class DYNAMIC_CIRCULAR [G]
inherit

CIRCULAR [G]
undefine
prune,
prune_all
end

DYNAMIC_CHAIN [G]
undefine
exhausted,
finish,
first,
go_i_th,
last,
move,
off,
search,
start,
valid_cursor_index
redefine
duplicate
end
feature -- Duplication

duplicate (n: INTEGER): like Current
-- Copy of sub-chain beginning at current position
-- and having min (`n', `count') items.
end -- class DYNAMIC_CIRCULAR

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES