Package io.github.anass_abea.interf
Interface Duration
- All Known Implementing Classes:
DurationImpl
public interface Duration
-
Method Summary
Modifier and Type Method Description longgetDiff()longgetNumberOfUnits()UnitgetUnit()booleanisPast()
-
Method Details
-
getDiff
long getDiff() -
isPast
boolean isPast() -
getUnit
Unit getUnit() -
getNumberOfUnits
long getNumberOfUnits()
-