org.rococoa.cocoa.foundation
Interface NSMutableArray

All Superinterfaces:
NSObject

public interface NSMutableArray
extends NSObject


Nested Class Summary
static interface NSMutableArray._Class
           
 
Field Summary
static NSMutableArray._Class CLASS
           
 
Method Summary
 void addObject(NSObject anObject)
           
 void addObject(java.lang.String string)
           
 int count()
           
 NSObject objectAtIndex(int index)
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

static final NSMutableArray._Class CLASS
Method Detail

count

int count()

addObject

void addObject(NSObject anObject)

addObject

void addObject(java.lang.String string)

objectAtIndex

NSObject objectAtIndex(int index)


Copyright © 2009. All Rights Reserved.