Platforms to show: All Mac Windows Linux Cross-Platform

NSMutableIndexSetMBS class

Super class: NSIndexSetMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Cocoa MBS MacBase Plugin 9.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The NSMutableIndexSet class represents a mutable collection of unique unsigned integers, known as indexes because of the way they are used.
Example
dim n as new NSMutableIndexSetMBS(5,6) // 5, 6, 7, 8, 9, 10
MsgBox str(n.firstIndex)+" "+str(n.lastIndex)

This collection is referred to as a mutable index set.

The values in a mutable index set are always sorted, so the order in which values are added is irrelevant.

You must not subclass the NSMutableIndexSet class.
Subclass of the NSIndexSetMBS class.

Super class NSIndexSetMBS

This class has no sub classes.

Some methods using this class:

Some examples using this class:


The items on this page are in the following plugins: MBS MacBase Plugin.


NSMutableCharacterSetMBS   -   NSMutableParagraphStyleMBS


The biggest plugin in space...