Home | History | Annotate | Download | only in datatype

Lines Matching defs:isLongerThan

60  * <p>See the {@link #isLongerThan(Duration)} method for details about
764 * @see #isLongerThan(Duration)
794 public boolean isLongerThan(final Duration duration) {
813 * @see #isLongerThan(Duration duration)
836 * !new Duration("P1M").isLongerThan(new Duration("P30D"))