org.rococoa.cocoa.foundation.protocols
Interface NSFastEnumeration

All Superinterfaces:
ObjCObject
All Known Implementing Classes:
NSArray, NSCountedSet, NSDictionary, NSDirectoryEnumerator, NSEnumerator, NSHashTable, NSMapTable, NSMutableArray, NSMutableDictionary, NSMutableSet, NSPointerArray, NSSet

public interface NSFastEnumeration
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NSFastEnumeration._class_
           
static interface NSFastEnumeration._static_
           
 
Field Summary
static NSFastEnumeration._class_ _NSCLASS_
           
 
Method Summary
 NSUInteger countByEnumeratingWithState_objects_count(NSFastEnumerationState state, ObjCObject stackbuf, NSUInteger len)
          Original signature : -(NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState*) objects:(id*) count:(NSUInteger)
native declaration : NSEnumerator.h:29
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

_NSCLASS_

static final NSFastEnumeration._class_ _NSCLASS_
Method Detail

countByEnumeratingWithState_objects_count

NSUInteger 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.