Public Member Functions

<OFCollection> Protocol Reference

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

#import <OFCollection.h>

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

List of all members.

Public Member Functions

(size_t) - count
(OFEnumerator *) - objectEnumerator

Detailed Description

A protocol with methods common for all collections.


Member Function Documentation

- (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