Example #1
0
 public Builder<P, B, T> setTotalGCInvocations(int number) {
   chip.totalGCInvocations = number;
   return this;
 }