ObjFW
|
A protocol with methods common for all collections. More...
#import <OFCollection.h>
Public Member Functions | |
(size_t) | - count |
Returns the number of objects in the collection. | |
(BOOL) | - containsObject: |
Checks whether the collection contains an object equal to the specified object. |
A protocol with methods common for all collections.
- (BOOL) containsObject: | (id) | object |
Checks whether the collection contains an object equal to the specified object.
object | The object which is checked for being in the collection |
- (size_t) count |
Returns the number of objects in the collection.