Ejemplo n.º 1
0
 /**
  * Return a string that describes the statistics gathered for all the entries.
  *
  * @return a string describing the statistics gathered so far
  */
 public synchronized String toString() {
   return toStringTop(entries.size());
 }