Uses of Class
org.rococoa.cocoa.foundation.NSFastEnumerationState

Packages that use NSFastEnumerationState
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.protocols   
 

Uses of NSFastEnumerationState in org.rococoa.cocoa.foundation
 

Subclasses of NSFastEnumerationState in org.rococoa.cocoa.foundation
static class NSFastEnumerationState.ByReference
           
static class NSFastEnumerationState.ByValue
           
 

Methods in org.rococoa.cocoa.foundation that return NSFastEnumerationState
static NSFastEnumerationState[] NSFastEnumerationState.newArray(int arrayLength)
           
 

Uses of NSFastEnumerationState in org.rococoa.cocoa.foundation.protocols
 

Methods in org.rococoa.cocoa.foundation.protocols with parameters of type NSFastEnumerationState
 NSUInteger NSFastEnumeration.countByEnumeratingWithState_objects_count(NSFastEnumerationState state, ObjCObject stackbuf, NSUInteger len)
          Original signature : -(NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState*) objects:(id*) count:(NSUInteger)
native declaration : NSEnumerator.h:29
 



Copyright © 2009. All Rights Reserved.