Exemplo n.º 1
0
 private static long deepSizeOf(SizeOf sizeOf, Object... obj) {
   return sizeOf.deepSizeOf(1000, true, obj).getCalculated();
 }