ftp.nice.ch/pub/next/connectivity/news/NewsBase.3.02.s.tar.gz#/NewsBase302.source/MMEdit/common.subproj/IOrderedListD.h

This is IOrderedListD.h in view mode; [Download] [Up]

#import <objc/List.h>
#import "IKeyedObject.h"

@interface IOrderedListD:List
{
    const char *key;
}

- initWithKey:(const char *)aKey;

- (const char *)key;

- (BOOL)insertKeyedObject:(IKeyedObject *)theObject;

- objectWithKey:(const char *)theKey;

- dataForKey:(const char *)theKey;

- (BOOL)removeObjectWithKey:(const char *)theKey;

- (BOOL)removeDataForKey:(const char *)theKey;

- (unsigned int)indexForKey:(const char *)theKey exists:(BOOL *)flag;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.