Gobo Eiffel Structure Library
Copyright (c) 2003, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2005/07/13 17:54:24 $
$Revision: 1.3 $
-- Routines that ought to be in class ANY
-- (From KL_IMPORTED_ANY_ROUTINES)
-- Container traversed
-- (From DS_CURSOR)
-- Is there no valid position to right of cursor?
-- (From DS_LINEAR_CURSOR)
-- Is there no valid position to left of cursor?
-- (From DS_BILINEAR_CURSOR)
-- Is cursor on first item?
-- (From DS_LINEAR_CURSOR)
-- Is cursor on last item?
-- (From DS_BILINEAR_CURSOR)
-- Is cursor valid?
-- (From DS_CURSOR)
Backward compatibility with Gobo 1.4
-- Is current cursor at same position as other?
-- (From DS_CURSOR)
-- Is other a valid cursor according
-- to current traversal strategy?
-- (From DS_CURSOR)
-- Move cursor to last position.
-- (From DS_BILINEAR_CURSOR)
-- Internal position in container
-- Is p a valid value for position?
Cursors for sparse container traversals