コード例 #1
0
ファイル: TreeMap.php プロジェクト: mparulski/collection-type
 public function putAll(MapInterface $map)
 {
     parent::putAll($map);
     $this->sort();
     return true;
 }