NSIndexSet$Methods extension

on

Properties

count int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

count
no setter
firstIndex int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

firstIndex
no setter
lastIndex int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

lastIndex
no setter

Methods

containsIndex(int value) bool

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

containsIndex:
containsIndexes(NSIndexSet indexSet) bool

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

containsIndexes:
containsIndexesInRange(NSRange range) bool

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

containsIndexesInRange:
countOfIndexesInRange(NSRange range) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

countOfIndexesInRange:
encodeWithCoder(NSCoder coder) → void

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

encodeWithCoder:
enumerateIndexesInRange(NSRange range, {required int options, required ObjCBlock<Void Function(UnsignedLong, Pointer<Bool>)> usingBlock}) → void

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

enumerateIndexesInRange:options:usingBlock:
enumerateIndexesUsingBlock(ObjCBlock<Void Function(UnsignedLong, Pointer<Bool>)> block) → void

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

enumerateIndexesUsingBlock:
enumerateIndexesWithOptions(int opts, {required ObjCBlock<Void Function(UnsignedLong, Pointer<Bool>)> usingBlock}) → void

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

enumerateIndexesWithOptions:usingBlock:
enumerateRangesInRange(NSRange range, {required int options, required ObjCBlock<Void Function(NSRange, Pointer<Bool>)> usingBlock}) → void

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

enumerateRangesInRange:options:usingBlock:
enumerateRangesUsingBlock(ObjCBlock<Void Function(NSRange, Pointer<Bool>)> block) → void

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

enumerateRangesUsingBlock:
enumerateRangesWithOptions(int opts, {required ObjCBlock<Void Function(NSRange, Pointer<Bool>)> usingBlock}) → void

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

enumerateRangesWithOptions:usingBlock:
getIndexes(Pointer<UnsignedLong> indexBuffer, {required int maxCount, required Pointer<NSRange> inIndexRange}) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

getIndexes:maxCount:inIndexRange:
indexesInRange(NSRange range, {required int options, required ObjCBlock<Bool Function(UnsignedLong, Pointer<Bool>)> passingTest}) NSIndexSet

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexesInRange:options:passingTest:
indexesPassingTest(ObjCBlock<Bool Function(UnsignedLong, Pointer<Bool>)> predicate) NSIndexSet

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexesPassingTest:
indexesWithOptions(int opts, {required ObjCBlock<Bool Function(UnsignedLong, Pointer<Bool>)> passingTest}) NSIndexSet

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexesWithOptions:passingTest:
indexGreaterThanIndex(int value) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexGreaterThanIndex:
indexGreaterThanOrEqualToIndex(int value) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexGreaterThanOrEqualToIndex:
indexInRange(NSRange range, {required int options, required ObjCBlock<Bool Function(UnsignedLong, Pointer<Bool>)> passingTest}) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexInRange:options:passingTest:
indexLessThanIndex(int value) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexLessThanIndex:
indexLessThanOrEqualToIndex(int value) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexLessThanOrEqualToIndex:
indexPassingTest(ObjCBlock<Bool Function(UnsignedLong, Pointer<Bool>)> predicate) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexPassingTest:
indexWithOptions(int opts, {required ObjCBlock<Bool Function(UnsignedLong, Pointer<Bool>)> passingTest}) int

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

indexWithOptions:passingTest:
init() NSIndexSet

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

init
initWithCoder(NSCoder coder) NSIndexSet?

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

initWithCoder:
initWithIndex(int value) NSIndexSet

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

initWithIndex:
initWithIndexesInRange(NSRange range) NSIndexSet

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

initWithIndexesInRange:
initWithIndexSet(NSIndexSet indexSet) NSIndexSet

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

initWithIndexSet:
intersectsIndexesInRange(NSRange range) bool

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

intersectsIndexesInRange:
isEqualToIndexSet(NSIndexSet indexSet) bool

Available on NSIndexSet, provided by the NSIndexSet$Methods extension

isEqualToIndexSet: