3435363738394041
return count != null? count.getInt(): 0; } @Override public int getCount(Rule rule) { IntWrapper count = countsByRule.get(rule.getKey()); return count != null? count.getInt(): 0; }