COGroup class documentation
COGroup : COCollectionCOGroup is a mutable, ordered, weak (an object can be in any number of collections) collection class.
| Authors | Generated by qmathe |
|---|---|
| Declared in | COGroup.h |
Overview
Unlike COContainer, COGroup contains distinct objects, an object cannot appear multiple times at various indexes.
COGroup is not unordered, to ensure the element ordering remains stable in the UI without sorting.
Type Querying
- - (BOOL) isGroup
Returns YES.