示例#1
0
 public Aha deepCopy() {
   return new Aha(
       Utils.deepCopy(this.bestLineSoFar), this.bestLineSoFarScore, this.isDoneThinking);
 }