1.8 ArrayContainer

ArrayContainer is a subpattern of the container pattern. ArrayContainer is an abstraction of an element repetition, implementing the following additional attributes:

1.9 SequentialContainer

SequentialContainer is a subpattern of the container pattern and is the abstract superpattern for patterns in the container libraries that implements data structures, where the elements are sequentially ordered, and where only the elements in the front or back of this sequence can be manipulated (e.g. stacks and queues). SequentialContainer does not define any additional operations.


Container Libraries - Reference Manual
© 1992-2004 Mjølner Informatics
[Modified: Thursday October 19th 2000 at 12:51]