|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSMutableArray
public abstract class NSMutableArray
Nested Class Summary | |
---|---|
static interface |
NSMutableArray._Class
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Field Summary | |
---|---|
static NSMutableArray._Class |
CLASS
|
Constructor Summary | |
---|---|
NSMutableArray()
|
Method Summary | |
---|---|
abstract void |
addObject(NSObject anObject)
|
abstract void |
addObject(String string)
|
abstract int |
count()
|
abstract NSObject |
objectAtIndex(int index)
|
Methods inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
description, isKindOfClass, isKindOfClass, release, retain, retainCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Field Detail |
---|
public static final NSMutableArray._Class CLASS
Constructor Detail |
---|
public NSMutableArray()
Method Detail |
---|
public abstract int count()
public abstract void addObject(NSObject anObject)
public abstract void addObject(String string)
public abstract NSObject objectAtIndex(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |