gnu.gnustep.base
Class NSMutableArray

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSArray
              |
              +--gnu.gnustep.base.NSMutableArray
All Implemented Interfaces:
java.lang.Cloneable

public class NSMutableArray
extends NSArray

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.NSArray
arrayByAddingObject, arrayByAddingObjectsFromArray, componentsJoinedByString, containsObject, count, firstObjectCommonWithArray, indexOfObject, indexOfObject, indexOfObjectIdenticalTo, indexOfObjectIdenticalTo, isEqualToArray, lastObject, makeObjectsPerformSelector, makeObjectsPerformSelector, objectAtIndex, objectEnumerator, objects, pathsMatchingExtensions, reverseObjectEnumerator, sortedArrayUsingSelector, subarrayWithRange, writeToFile
 
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

NSMutableArray

public NSMutableArray()
Wraps the Objective-C method init

NSMutableArray

public NSMutableArray(long arg0)
Wraps the Objective-C method initWithCapacity:

NSMutableArray

public NSMutableArray(NSArray arg0)
Wraps the Objective-C method initWithArray:

NSMutableArray

public NSMutableArray(java.lang.String arg0)
Wraps the Objective-C method initWithContentsOfFile:

NSMutableArray

public NSMutableArray(java.lang.Object[] objects)
Creates a new array containing the objects in the Java array objects.
Method Detail

addObject

public void addObject(java.lang.Object arg0)
Wraps the Objective-C method addObject:

addObjectsFromArray

public void addObjectsFromArray(NSArray arg0)
Wraps the Objective-C method addObjectsFromArray:

insertObject

public void insertObject(java.lang.Object arg0,
                         long arg1)
Wraps the Objective-C method insertObject:atIndex:

replaceObjectAtIndex

public void replaceObjectAtIndex(long arg0,
                                 java.lang.Object arg1)
Wraps the Objective-C method replaceObjectAtIndex:withObject:

replaceObjectsInRange

public void replaceObjectsInRange(NSRange arg0,
                                  NSArray arg1)
Wraps the Objective-C method replaceObjectsInRange:withObjectsFromArray:

replaceObjectsInRange

public void replaceObjectsInRange(NSRange arg0,
                                  NSArray arg1,
                                  NSRange arg2)
Wraps the Objective-C method replaceObjectsInRange:withObjectsFromArray:range:

setArray

public void setArray(NSArray arg0)
Wraps the Objective-C method setArray:

removeAllObjects

public void removeAllObjects()
Wraps the Objective-C method removeAllObjects

removeLastObject

public void removeLastObject()
Wraps the Objective-C method removeLastObject

removeObject

public void removeObject(java.lang.Object arg0)
Wraps the Objective-C method removeObject:

removeObject

public void removeObject(java.lang.Object arg0,
                         NSRange arg1)
Wraps the Objective-C method removeObject:inRange:

removeObjectAtIndex

public void removeObjectAtIndex(long arg0)
Wraps the Objective-C method removeObjectAtIndex:

removeObjectIdenticalTo

public void removeObjectIdenticalTo(java.lang.Object arg0)
Wraps the Objective-C method removeObjectIdenticalTo:

removeObjectIdenticalTo

public void removeObjectIdenticalTo(java.lang.Object arg0,
                                    NSRange arg1)
Wraps the Objective-C method removeObjectIdenticalTo:inRange:

removeObjectsInArray

public void removeObjectsInArray(NSArray arg0)
Wraps the Objective-C method removeObjectsInArray:

removeObjectsInRange

public void removeObjectsInRange(NSRange arg0)
Wraps the Objective-C method removeObjectsInRange:

sortUsingSelector

public void sortUsingSelector(NSSelector arg0)
Wraps the Objective-C method sortUsingSelector: