Class Interval
- java.lang.Object
-
- org.exparity.hamcrest.date.core.types.Interval
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescribe(Locale locale)ChronoUnitgetUnit()booleanlongerThan(Interval other)static Intervalof(long period, ChronoUnit unit)Create anIntervalfrom an explicit period andChronoUnitstatic Intervalof(Duration duration)static Intervalof(Period period)
-
-
-
Method Detail
-
of
public static Interval of(long period, ChronoUnit unit)
Create anIntervalfrom an explicit period andChronoUnit
-
getUnit
public ChronoUnit getUnit()
-
longerThan
public boolean longerThan(Interval other)
-
-