Ejemplo n.º 1
0
 public void maintain() {
   Bucket[] buckets = getBucketsCopy();
   for (Bucket bucket : buckets) {
     bucket.maintain();
   }
   updateStatistics(buckets);
 }