コード例 #1
0
 /**
  * Gets the number of <tt>Candidate</tt>s harvested for {@link #hostCandidate} during this
  * harvest.
  *
  * @return the number of <tt>Candidate</tt>s harvested for {@link #hostCandidate} during this
  *     harvest
  */
 int getCandidateCount() {
   return candidates.size();
 }