0

I've noticed that enum values in java.util.concurrent.TimeUnit have methods something like: public long toMillis(long d) { return x(d, C3/C2, MAX/(C3/C2)); }

Are expressions C3/C2 and MAX/(C3/C2) calculated during compilation or during runtime?

Oleksandr
  • 3,574
  • 8
  • 41
  • 78

0 Answers0