/headers/Foundation/NSMutableDictionary-NSMutableDictionary.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSMutableDictionary.h"
00008 
00009 @interface NSMutableDictionary (NSMutableDictionary)
00010 + (id)dictionaryWithCapacity:(unsigned int)fp8;
00011 - (void)setObject:(id)fp8 forKey:(id)fp12;
00012 - (void)removeObjectForKey:(id)fp8;
00013 - (Class)classForCoder;
00014 - (void)setDictionary:(id)fp8;
00015 - (void)addEntriesFromDictionary:(id)fp8;
00016 - (void)invert;
00017 - (void)removeAllObjects;
00018 - (void)removeObjectsForKeys:(id)fp8;
00019 - (void)removeKeysForObject:(id)fp8;
00020 - (void)_addObject:(id)fp8 forKey:(id)fp12;
00021 - (void)_replaceObject:(id)fp8 forKey:(id)fp12;
00022 - (id)initWithCapacity:(unsigned int)fp8;
00023 - (id)initWithObjects:(id *)fp8 forKeys:(id *)fp12 count:(unsigned int)fp16;
00024 - (id)initWithContentsOfFile:(id)fp8;
00025 - (id)initWithContentsOfURL:(id)fp8;
00026 @end
00027