U - generic type of time unitP - generic type of duration typepublic interface TimeMetric<U,P>
Computes temporal distances on a time axis as time spans.
<T extends TimePoint<? super U,T>> P between(T start, T end)
Computes the temporal distance between two time points.
T - generic type of time pointstart - first time pointend - second time pointstart is after endCopyright © 2014. All rights reserved.