Joda: what's the difference between Period, Interval and Duration?

Posted by Gerard on Stack Overflow See other posts from Stack Overflow or by Gerard
Published on 2010-04-16T14:16:42Z Indexed on 2010/04/16 14:43 UTC
Read the original article Hit count: 338

Filed under:
|
  1. Why do we need three classes?

  2. Which one performs better?

  3. Why is dividing a Period or Duration or Interval instance not implemented? E.g. p = p.divideBy(2);

© Stack Overflow or respective owner

Related posts about jodatime

Related posts about java