NSArray has useful methods to find objects for specified indexes
// To find objects by indexes - (id)objectAtIndex:(NSUInteger)index - (NSArray *)objectsAtIn
You have to implement your own category, as far as I can see.