This is List-Ordered.h in view mode; [Download] [Up]
/* -------------------------------------------------------------------
RDR, Inc.
Objective-C interface file for the class List-Ordered
COPYRIGHT (C), 1991, RDR, Inc.
ALL RIGHTS RESERVED.
Responsible: Approved:
RDR:Ernest Prabhakar
Date: Rev:
1991-Jun-28 ___
Reference: Document no:
*/
/*====================================================================
Interface of class List-Ordered
====================================================================*/
#import <objc/List.h>
@interface List (Ordered)
/* ---------------------- Import and Export ----------------------- */
- importFrom:(NXStream *)stream;
- exportTo:(NXStream *)stream;
/* ----------------------- Dispense Objects ----------------------- */
-next;
-emptyTo:(List *)aList;
-(unsigned)dealTo:(List *) handList;
-(unsigned)dealTo:(List *) handList each:(int)numCards;
/* ----------------------- Manipulate List ------------------------ */
-cutAt:(unsigned)index;
-shuffle;
-sort;
-reverse;
/* ------------------------ Find a String ------------------------- */
-findSTR:(const char *) aString;
-findSTR:(const char *) aString dir:(int)flag;
-findAllSTR:(const char *) aString;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.