Exemplo n.º 1
0
 public void setCount(JudgeReply judgeReply, int value) {
   this.setCount(judgeReply.getId(), value);
 }
Exemplo n.º 2
0
 public double getPercentage(JudgeReply judgeReply) {
   return this.getPercentage(judgeReply.getId());
 }
Exemplo n.º 3
0
 public int getPercentageInt(JudgeReply judgeReply) {
   return this.getPercentageInt(judgeReply.getId());
 }
Exemplo n.º 4
0
 public int getCount(JudgeReply judgeReply) {
   return this.getCount(judgeReply.getId());
 }