|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSInteger | |
---|---|
org.rococoa.cocoa.foundation |
Uses of NSInteger in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSInteger | |
---|---|
abstract NSInteger |
NSError.code()
|
NSInteger |
NSIntegerByReference.getValue()
|
Methods in org.rococoa.cocoa.foundation with parameters of type NSInteger | |
---|---|
NSError |
NSError._Class.errorWithDomain_code_userInfo(String domain,
NSInteger code,
NSDictionary userInfo)
|
abstract NSError |
NSError.initWithDomain_code_userInfo(String domain,
NSInteger code,
NSDictionary userInfo)
|
void |
NSIntegerByReference.setValue(NSInteger value)
|
abstract void |
NSMutableIndexSet.shiftIndexesStartingAtIndex_by(NSUInteger index,
NSInteger delta)
For a positive delta, shifts the indexes in [index, INT_MAX] to the right, thereby inserting an "empty space" [index, delta], for a negative delta, shifts the indexes in [index, INT_MAX] to the left, thereby deleting the indexes in the range [index - delta, delta]. |
Constructors in org.rococoa.cocoa.foundation with parameters of type NSInteger | |
---|---|
NSIntegerByReference(NSInteger value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |