ftp.nice.ch/pub/next/developer/objc/appkit/BasicApp.99.99.s.tar.gz#/Flash/BasicApp.subproj/List-Ordered.h

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.