// Metricsのカウンターをprivateにして、メソッドによりインクリメントする。
 protected final double probe(int i) {
   curMetrics.incrementProbeCnt();
   return values[i];
 }