17 #import "OFEnumerator.h"
19 OF_ASSUME_NONNULL_BEGIN
27 #ifdef OF_HAVE_PROPERTIES
28 @property (readonly)
size_t count;
45 - (bool)containsObject: (nullable
id)object;
A protocol for fast enumeration.
Definition: OFEnumerator.h:111
size_t count()
Returns the number of objects in the collection.
A protocol with methods common for all collections.
Definition: OFCollection.h:26
A protocol for getting an enumerator for the object.
Definition: OFEnumerator.h:31