22OF_ASSUME_NONNULL_BEGIN
50#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
58- (size_t)countForObject: (ObjectType)object;
68#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
void(^ OFCountedSetEnumerationBlock)(id object, size_t count, bool *stop)
A block for enumerating an OFCountedSet.
Definition OFCountedSet.h:35
An abstract class for a mutable unordered set of objects, counting how often it contains an object.
Definition OFCountedSet.h:50
An abstract class for a mutable unordered set of unique objects.
Definition OFMutableSet.h:33