Ejemplo n.º 1
0
 /** {@inheritDoc} */
 @Override
 public int hashCode() {
   final int prime = 31;
   int result = 1;
   result = (prime * result) + count;
   result = (prime * result) + TimerRawContainer.hashCode(cpuData);
   result = (prime * result) + TimerRawContainer.hashCode(data);
   return result;
 }