deferred class
	INDEXABLE_ITERATION_CURSOR [G]

General
	cluster: elks
	description: "External iteration cursor for {READABLE_INDEXABLE}."

Ancestors
	ITERABLE* [G]
	ITERATION_CURSOR* [G]

Queries
	after: BOOLEAN
	cursor_index: INTEGER_32
	decremented alias "-" (n: [like step] INTEGER_32): INDEXABLE_ITERATION_CURSOR [G]
	first_index: INTEGER_32
	incremented alias "+" (n: [like step] INTEGER_32): INDEXABLE_ITERATION_CURSOR [G]
	is_first: BOOLEAN
	is_last: BOOLEAN
	is_reversed: BOOLEAN
	is_valid: BOOLEAN
	item: G
	last_index: INTEGER_32
	new_cursor: INDEXABLE_ITERATION_CURSOR [G]
	reversed alias "-": INDEXABLE_ITERATION_CURSOR [G]
	step: INTEGER_32
	target_index: INTEGER_32
	with_step (n: [like step] INTEGER_32): INDEXABLE_ITERATION_CURSOR [G]

Commands
	forth
	start

Constraints
	step positive


Generated by ISE EiffelStudio