00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/EDCollection.h>
00008
00009 @class NSMapTable;
00010
00011 @interface EDKeyedCollection : EDCollection
00012 {
00013 NSMapTable *mMap;
00014 }
00015
00016 - (void)dealloc;
00017 - (id)copyWithZone:(struct _NSZone *)fp8;
00018 - (unsigned int)addObject:(id)fp8;
00019 - (void)insertObject:(id)fp8 atIndex:(unsigned int)fp12;
00020 - (void)removeObjectAtIndex:(unsigned int)fp8;
00021 - (void)removeAllObjects;
00022 - (id)objectWithKey:(int)fp8;
00023
00024 @end
00025