class NSIndexSet
An object representing an immutable collection of unique integer values that bridges to
IndexSet
; use NSIndexSet
when you need reference semantics or other Foundation-specific behavior.
特有な整数値それらからなるある不変のコレクションを表しているオブジェクト、それはIndexSet
にブリッジします;NSIndexSet
をあなたが参照意味論または他のFoundation特有の挙動を必要とする場合に使ってください。
class NSMutableIndexSet
An object representing a mutable collection of unique integer values that bridges to
IndexSet
; use NSMutableIndexSet
when you need reference semantics or other Foundation-specific behavior.
特有な整数値の可変コレクションを表しているオブジェクト、それはIndexSet
にブリッジします;NSMutableIndexSet
をあなたが参照意味論または他のFoundation特有の挙動を必要とする場合に使ってください。