org.rococoa.cocoa.foundation
Class NSArray

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

public abstract class NSArray
extends NSObject


Nested Class Summary
static interface NSArray._Class
           
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
static NSArray._Class CLASS
           
 
Constructor Summary
NSArray()
           
 
Method Summary
abstract  int count()
           
abstract  NSObject lastObject()
           
abstract  NSObject objectAtIndex(int zeroOffsetIndex)
           
 
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 NSArray._Class CLASS
Constructor Detail

NSArray

public NSArray()
Method Detail

count

public abstract int count()

lastObject

public abstract NSObject lastObject()

objectAtIndex

public abstract NSObject objectAtIndex(int zeroOffsetIndex)


Copyright © 2012. All Rights Reserved.