示例#1
0
 public Score createScore() {
   Score score = new Score();
   score.terms = new int[terms.length];
   return score;
 }