public class NSIndexSet extends NSObject
| Constructor and Description |
|---|
NSIndexSet() |
NSIndexSet(id id) |
NSIndexSet(int id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsIndex(int value) |
int |
count() |
int |
firstIndex() |
int |
getIndexes(int[] indexBuffer,
int bufferSize,
int range) |
static id |
indexSetWithIndex(int value) |
NSIndexSet |
initWithIndex(int value) |
NSIndexSet |
initWithIndexesInRange(NSRange range) |
id |
initWithIndexSet(NSIndexSet indexSet) |
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, dealloc, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboardequals, hashCode, objc_getClass, toStringpublic NSIndexSet()
public NSIndexSet(int id)
public NSIndexSet(id id)
public boolean containsIndex(int value)
public int count()
public int firstIndex()
public int getIndexes(int[] indexBuffer,
int bufferSize,
int range)
public static id indexSetWithIndex(int value)
public NSIndexSet initWithIndex(int value)
public id initWithIndexSet(NSIndexSet indexSet)
public NSIndexSet initWithIndexesInRange(NSRange range)