コード例 #1
0
 public int getRetrieved() {
   return foundGuessed.totalIntCount();
 }
コード例 #2
0
 public int getRelevant() {
   return foundCorrect.totalIntCount();
 }
コード例 #3
0
 /** Return overall number of correct answers */
 public int getCorrect() {
   return correctGuesses.totalIntCount();
 }