BinaryTreeclassesBalancedBinarySearchTreeMethodsdecrementSizeOn this pagedecrementSize Short summary decrements the size of the collection Parameters none Code Declaration METHOD PROTECTED decrementSizeVAR_INPUTEND_VAR Implementation THIS^.collectionSize := THIS^.collectionSize-1;