コード例 #1
0
ファイル: SortedSet.php プロジェクト: sujinsjn/Ardent
 /**
  * @return void
  */
 function clear()
 {
     $this->bst->clear();
 }
コード例 #2
0
ファイル: SortedMap.php プロジェクト: pramoddas/Ardent
 /**
  * @return void
  */
 function clear()
 {
     $this->avl->clear();
 }