flushCollection
Empties the collection, releasing any objects retained.
Declaration
virtual void flushCollection() = 0;Overview
Subclasses implement this pure virtual member function to remove their entire contents. This must not release the collection itself.