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