Example #1
0
 public override void incrementCountAtIndex(int index)
 {
     counts.incrementAndGet(index);
 }