Exemplo n.º 1
0
 /**
  * @return int
  */
 private function getPairTotal()
 {
     return $this->left->compareTo($this->right);
 }