/**
  * Constructs a DequeAsLinkedList.
  */
 public function __construct()
 {
     parent::__construct();
 }