INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Perform actions on a freshly created object so that
-- the contents of `other' can be safely copied onto it.
-- Does `v' appear in array?
-- (Reference or object equality,
-- based on `object_comparison'.)
-- Number of available indices
-- Number of times `v' appears in structure
-- Is object in a consistent state so that `other'
-- may be copied onto it? (Default answer: yes).
-- Is structure filled to capacity? (Answer: yes)
-- May items be added?
-- (Answer: no, although array may be resized.)
-- May items be removed? (Answer: no.)
-- Change the capacity to at least `i'.
-- Address of actual sequence of values,
-- for passing to external (non-Eiffel) routines.
-- Representation as a linear structure
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |