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.
_NSCLASS_
static final NSFastEnumeration._class_ _NSCLASS_
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.