Class DSortedList

Inherits from:
DList
Declared in:
DSortedList.h

Class Hierarchy

    Object
      |
      +---DList
	    |
	    +---DSortedList

Class Description

The DSortedList class implements a number of methods for using a sorted double linked lists. This class maintains a sorted list. During inserting of objects this list is kept sorted. As a result a number of insert related methods of the parent class DList are disabled and return a warning.

Last modified:
27-Feb-2005 (DSortedList.h)

Instance Variables

private BOOL _ascending
is the list sorted ascending ? (else descending)
private Class _class
the class of the objects

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0