note description: "[ Abstract equivalent of HASH_TABLE [NATURAL_32, ANY], since this type cannot be written as ANY does not inherit from HASHABLE ]" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2013-03-27 07:34:50 +0000 (Wed, 27 Mar 2013) $" revision: "$Revision: 92359 $" deferred class interface SED_ABSTRACT_OBJECTS_TABLE feature -- Access index (an_obj: separate ANY): NATURAL_32 -- Index of an_obj in Current require an_obj_not_void: an_obj /= Void feature -- Status report capacity: INTEGER_32 -- Default capacity of current. ensure capacity_non_negative: Result >= 0 feature -- Removal wipe_out -- Remove all items. note library: "EiffelBase: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, 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 SED_ABSTRACT_OBJECTS_TABLE
Generated by ISE EiffelStudio