|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSMutableArray
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 |
---|
static final NSMutableArray._Class CLASS
Method Detail |
---|
int count()
void addObject(NSObject anObject)
void addObject(java.lang.String string)
NSObject objectAtIndex(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |