Class

NSIndexSpecifier

A specifier representing an object in a collection (or container) with an index number. あるインデックス数を使って、あるコレクション(またはコンテナ)の中のあるオブジェクトを表す指定子。

Declaration 宣言

class NSIndexSpecifier : NSScriptObjectSpecifier

Overview 概要

The script terms first and front specify the object with index 0, while last specifies the object with index of count-1. A negative index indicates a location by counting backward from the last object in the collection. スクリプト用語firstfrontは、オブジェクトをインデックス0で指定します、一方lastはオブジェクトをcount-1のインデックスで指定します。負のインデックスは、コレクションの最後のオブジェクトから逆に数えることで位置を指し示します。

You don’t normally subclass NSIndexSpecifier. あなたは通常NSIndexSpecifierのサブクラスを作成しません。

Topics 話題

Creating Index Specifiers インデックス指定子を作成する

Accessing the Index インデックスにアクセスする

Relationships 関係

Inherits From 継承元

See Also 参照

Object Specifiers オブジェクト指定子