예제 #1
0
 /**
  * Constructs a SortedListAsLinkedList with the given size.
  *
  * @param integer $size The size of this list.
  */
 public function __construct($size = 0)
 {
     parent::__construct($size);
 }