org.rococoa.cocoa.foundation
Class NSMutableIndexSet._class_
java.lang.Object
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.foundation.NSIndexSet._class_
org.rococoa.cocoa.foundation.NSMutableIndexSet._class_
- All Implemented Interfaces:
- ObjCClass, ObjCObject
- Enclosing class:
- NSMutableIndexSet
public abstract static class NSMutableIndexSet._class_
- extends NSIndexSet._class_
Method Summary |
abstract NSMutableIndexSet |
alloc()
native declaration : NSIndexSet.h:53
Conversion Error : /// Original signature : +(id)indexSetWithIndexesInRange:()
+ (id)indexSetWithIndexesInRange:(null)range; (Argument range cannot be converted) |
abstract NSMutableIndexSet |
new_()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSMutableIndexSet._class_
public NSMutableIndexSet._class_()
alloc
public abstract NSMutableIndexSet alloc()
- Description copied from class:
NSIndexSet._class_
- native declaration : NSIndexSet.h:53
Conversion Error : /// Original signature : +(id)indexSetWithIndexesInRange:()
+ (id)indexSetWithIndexesInRange:(null)range; (Argument range cannot be converted)
- Specified by:
alloc
in class NSIndexSet._class_
new_
public abstract NSMutableIndexSet new_()
- Specified by:
new_
in class NSIndexSet._class_
Copyright © 2012. All Rights Reserved.