note description: "An external iteration cursor for {HASH_TABLE}." library: "EiffelBase: Library of reusable components for Eiffel." status: "See notice at end of class." legal: "See notice at end of class." date: "$Date: 2017-02-27 13:20:16 +0000 (Mon, 27 Feb 2017) $" revision: "$Revision: 99873 $" class interface HASH_TABLE_ITERATION_CURSOR [G, K -> detachable HASHABLE] create make feature -- Access item: G -- Item at current cursor position. key: K -- Key at current cursor position cursor_index: INTEGER_32 -- Index position of cursor in the iteration. feature -- Status report after: BOOLEAN -- Are there no more items to iterate over? feature -- Cursor movement forth -- Move to next position. note copyright: "Copyright (c) 1984-2017, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class HASH_TABLE_ITERATION_CURSOR
Generated by ISE EiffelStudio