Contents

NSIndexSpecifier

A specifier representing an object in a collection (or container) with an index number.

Declaration

class NSIndexSpecifier

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.

You don’t normally subclass NSIndexSpecifier.

Topics

Creating Index Specifiers

Accessing the Index

See Also

Object Specifiers