if (front.length) {
      if (!this.front) this.front = new Node();
      this.front.build(front);
    }