A protocol that defines collection methods for an Object. More...
#import <Foundation/Foundation.h>

Instance Methods | |
| (unsigned int) | - count |
| Returns the number of elements in the collection. More... | |
| (BOOL) | - containsObject: |
| Returns YES if the collection contains the specified object. More... | |
A protocol that defines collection methods for an Object.
Definition at line 13 of file Collection+Protocol.h.
Returns YES if the collection contains the specified object.
| object | The object to check for containment. |
Reimplemented in NXArray.
|
required |