Public Member Functions | Properties

<OFCollection> Protocol Reference

A protocol with methods common for all collections. More...

#import <OFCollection.h>

Inheritance diagram for <OFCollection>:
<OFObject> OFArray OFDictionary OFList OFMutableArray OFMutableDictionary

List of all members.

Public Member Functions

(size_t) - count
(OFEnumerator *) - objectEnumerator
(BOOL) - containsObject:
(BOOL) - containsObjectIdenticalTo:

Properties

size_t count

Detailed Description

A protocol with methods common for all collections.


Member Function Documentation

- (BOOL) containsObject: (id)  obj  
Returns:
A boolean whether the collection contains the specified object.
- (BOOL) containsObjectIdenticalTo: (id)  obj  
Returns:
A boolean whether the collection contains an object with the specified address.
- (size_t) count  
Returns:
The number of objects in the collection
- (OFEnumerator*) objectEnumerator  
Returns:
An OFEnumerator to enumerate through all objects of the collection

The documentation for this protocol was generated from the following file:
 All Classes Functions Variables