org.rococoa.cocoa.foundation
Class NSDictionary

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSDictionary
All Implemented Interfaces:
NSObject
Direct Known Subclasses:
NSMutableDictionary

public abstract class NSDictionary
extends java.lang.Object
implements NSObject


Nested Class Summary
static interface NSDictionary._Class
           
 
Field Summary
static NSDictionary._Class CLASS
           
 
Constructor Summary
NSDictionary()
           
 
Method Summary
abstract  int count()
           
static NSDictionary dictionaryWithObjects_forKeys(NSArray objects, NSArray keys)
           
static NSDictionary dictionaryWithObjectsAndKeys(NSObject... objects)
           
abstract  ID objectForKey(ID key)
           
abstract  NSObject objectForKey(NSObject key)
           
abstract  NSObject objectForKey(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

public static final NSDictionary._Class CLASS
Constructor Detail

NSDictionary

public NSDictionary()
Method Detail

dictionaryWithObjects_forKeys

public static NSDictionary dictionaryWithObjects_forKeys(NSArray objects,
                                                         NSArray keys)

dictionaryWithObjectsAndKeys

public static NSDictionary dictionaryWithObjectsAndKeys(NSObject... objects)

objectForKey

public abstract ID objectForKey(ID key)

objectForKey

public abstract NSObject objectForKey(NSObject key)

objectForKey

public abstract NSObject objectForKey(java.lang.String key)

count

public abstract int count()


Copyright © 2009. All Rights Reserved.