clearContents
Short summary
This method is called in the destruct method and is intended to zero all references and interfaces that should not be destructed. To delete the collection with all its contents, use deepDestruct() instead of destruct().
Parameters
none
Code
Declaration
METHOD PROTECTED clearContents
Implementation
THIS^.clear();
THIS^.nodeComparator := 0;