deferred class
	RESIZABLE [G]

General
	cluster: base.structures.storage
	description: "Finite structures whose item count is subject to change"

Ancestors
	BOUNDED [G]

Queries
	additional_space: INTEGER
	capacity: INTEGER
	changeable_comparison_criterion: BOOLEAN
	count: INTEGER
	full: BOOLEAN
	Growth_percentage: INTEGER
	has (v: G): BOOLEAN
	is_empty: BOOLEAN
	linear_representation: LINEAR [G]
	Minimal_increase: INTEGER
	object_comparison: BOOLEAN
	resizable: BOOLEAN

Commands
	automatic_grow
	compare_objects
	compare_references
	grow (i: INTEGER)

Constraints
	increase by at least one