+ (DList *) split :(const char *) string :(char) seperator :(int) maxsplits - [DList]
+ (DSortedList *) splitSorted :(const char *) string :(char) seperator :(int) maxsplits - [DSortedList]
- (DSortedList *) append :(id) object - [DSortedList]
- (BOOL) ascending - [DSortedList]
- (DSortedList *) ascending :(BOOL) ascending - [DSortedList]
- (Class) class - [DSortedList]
- (DSortedList *) class :(Class) class - [DSortedList]
- (long) count :(id) object - [DList]
- deepen - [DList]
- (id) delete :(long) index - [DList]
- (DList *) delete :(long) from :(long) to - [DList]
- (id) dequeue - [DList]
- (DList *) each :(SEL) sel - [DList]
- (BOOL) enqueue :(id) obj - [DSortedList]
- free - [DSortedList]
- (id) get :(long) index - [DList]
- (DList *) get :(long) from :(long) to - [DList]
- (BOOL) has :(id) object - [DList]
- (long) index :(id) object - [DList]
- (DSortedList *) init - [DSortedList]
- (DSortedList *) init :(Class) class :(BOOL) ascending - [DSortedList]
- (DSortedList *) insert :(id) object - [DSortedList]
- (DSortedList *) insert :(long) index :(id) object - [DSortedList]
- (BOOL) isEmpty - [DList]
- (DText *) join :(char) seperator - [DList]
- (long) length - [DList]
- (id) pop - [DList]
- (DSortedList *) prepend :(id) object - [DSortedList]
- (BOOL) push :(id) obj - [DSortedList]
- (BOOL) remove :(id) object - [DList]
- (long) replace :(id) orig :(id) repl :(long) max - [DList]
- (DSortedList *) reverse - [DSortedList]
- (long) rindex :(id) object - [DList]
- (id) set :(long) index :(id) object - [DSortedList]
- shallowCopy - [DList]
- shallowFree - [DSortedList]
- (id) tos - [DList]
generated 25-Jul-2006 by ObjcDoc 3.0.0