NSIndexSpecifier
A specifier representing an object in a collection (or container) with an index number.
Declaration
class NSIndexSpecifierOverview
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.