org.rococoa.cocoa.foundation
Class NSMutableArray

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSMutableArray
All Implemented Interfaces:
ObjCObject

public abstract class NSMutableArray
extends NSObject


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

CLASS

public static final NSMutableArray._Class CLASS
Constructor Detail

NSMutableArray

public NSMutableArray()
Method Detail

count

public abstract int count()

addObject

public abstract void addObject(NSObject anObject)

addObject

public abstract void addObject(String string)

objectAtIndex

public abstract NSObject objectAtIndex(int index)


Copyright © 2012. All Rights Reserved.