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