BinaryTreeclassesBalancedBinarySearchTreeMethodsincrementSizeOn this pageincrementSize Short summary increments the size of the collection Parameters none Code Declaration METHOD PROTECTED incrementSizeVAR_INPUTEND_VAR Implementation THIS^.collectionSize := THIS^.collectionSize+1;