コード例 #1
0
ファイル: SortedSet.php プロジェクト: novuso/system
 /**
  * {@inheritdoc}
  */
 public function count() : int
 {
     return $this->tree->count();
 }