|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSArray
|
+--gnu.gnustep.base.NSMutableArray
This class wraps the Objective-C class NSMutableArray. It was automatically generated by JIGS WrapCreator.
| Fields inherited from class gnu.gnustep.base.NSArray |
NotFound |
| Constructor Summary | |
NSMutableArray()
Wraps the Objective-C method init |
|
NSMutableArray(long arg0)
Wraps the Objective-C method initWithCapacity: |
|
NSMutableArray(NSArray arg0)
Wraps the Objective-C method initWithArray: |
|
NSMutableArray(java.lang.Object[] objects)
Creates a new array containing the objects in the Java array objects. |
|
NSMutableArray(java.lang.String arg0)
Wraps the Objective-C method initWithContentsOfFile: |
|
| Method Summary | |
void |
addObject(java.lang.Object arg0)
Wraps the Objective-C method addObject: |
void |
addObjectsFromArray(NSArray arg0)
Wraps the Objective-C method addObjectsFromArray: |
void |
insertObject(java.lang.Object arg0,
long arg1)
Wraps the Objective-C method insertObject:atIndex: |
void |
removeAllObjects()
Wraps the Objective-C method removeAllObjects |
void |
removeLastObject()
Wraps the Objective-C method removeLastObject |
void |
removeObject(java.lang.Object arg0)
Wraps the Objective-C method removeObject: |
void |
removeObject(java.lang.Object arg0,
NSRange arg1)
Wraps the Objective-C method removeObject:inRange: |
void |
removeObjectAtIndex(long arg0)
Wraps the Objective-C method removeObjectAtIndex: |
void |
removeObjectIdenticalTo(java.lang.Object arg0)
Wraps the Objective-C method removeObjectIdenticalTo: |
void |
removeObjectIdenticalTo(java.lang.Object arg0,
NSRange arg1)
Wraps the Objective-C method removeObjectIdenticalTo:inRange: |
void |
removeObjectsInArray(NSArray arg0)
Wraps the Objective-C method removeObjectsInArray: |
void |
removeObjectsInRange(NSRange arg0)
Wraps the Objective-C method removeObjectsInRange: |
void |
replaceObjectAtIndex(long arg0,
java.lang.Object arg1)
Wraps the Objective-C method replaceObjectAtIndex:withObject: |
void |
replaceObjectsInRange(NSRange arg0,
NSArray arg1)
Wraps the Objective-C method replaceObjectsInRange:withObjectsFromArray: |
void |
replaceObjectsInRange(NSRange arg0,
NSArray arg1,
NSRange arg2)
Wraps the Objective-C method replaceObjectsInRange:withObjectsFromArray:range: |
void |
setArray(NSArray arg0)
Wraps the Objective-C method setArray: |
void |
sortUsingSelector(NSSelector arg0)
Wraps the Objective-C method sortUsingSelector: |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSMutableArray()
public NSMutableArray(long arg0)
public NSMutableArray(NSArray arg0)
public NSMutableArray(java.lang.String arg0)
public NSMutableArray(java.lang.Object[] objects)
| Method Detail |
public void addObject(java.lang.Object arg0)
public void addObjectsFromArray(NSArray arg0)
public void insertObject(java.lang.Object arg0,
long arg1)
public void replaceObjectAtIndex(long arg0,
java.lang.Object arg1)
public void replaceObjectsInRange(NSRange arg0,
NSArray arg1)
public void replaceObjectsInRange(NSRange arg0,
NSArray arg1,
NSRange arg2)
public void setArray(NSArray arg0)
public void removeAllObjects()
public void removeLastObject()
public void removeObject(java.lang.Object arg0)
public void removeObject(java.lang.Object arg0,
NSRange arg1)
public void removeObjectAtIndex(long arg0)
public void removeObjectIdenticalTo(java.lang.Object arg0)
public void removeObjectIdenticalTo(java.lang.Object arg0,
NSRange arg1)
public void removeObjectsInArray(NSArray arg0)
public void removeObjectsInRange(NSRange arg0)
public void sortUsingSelector(NSSelector arg0)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||