Note: Precision may be lost if no supplied {@link TimeUnit} is granular enough to represent one millisecond @param then The date to be compared against the reference timestamp, or now if no reference timestamp wasprovided @return A sorted {@link List} of {@link Duration} objects, from largest to smallest. Each element in the listrepresents the approximate duration (number of times) that {@link TimeUnit} to fit into the previouselement's delta. The first element is the largest {@link TimeUnit} to fit within the total differencebetween compared dates.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|