Class DArray

Inherits from:
Object
Declared in:
DArray.h

Class Hierarchy

    Object
      |
      +---DArray

Class Description

The array collection stores objects in an array that can grow. Objects can be accessed by an index. Due to the easy access there is no iterator.

Last modified:
23-Jul-2006 (DArray.h)

Instance Variables

private id *_objects
the stored objects
private long _length
the length of the array

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0