org.rococoa.cocoa.foundation
Interface NSArray

All Superinterfaces:
NSObject

public interface NSArray
extends NSObject


Nested Class Summary
static interface NSArray._Class
           
 
Field Summary
static NSArray._Class CLASS
           
 
Method Summary
 int count()
           
 NSObject lastObject()
           
 NSObject objectAtIndex(int zeroOffsetIndex)
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

static final NSArray._Class CLASS
Method Detail

count

int count()

lastObject

NSObject lastObject()

objectAtIndex

NSObject objectAtIndex(int zeroOffsetIndex)


Copyright © 2009. All Rights Reserved.