Interface FileTime
-
- All Superinterfaces:
Comparable<FileTime>
- All Known Implementing Classes:
FileTimeImpl
public interface FileTime extends Comparable<FileTime>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longto(TimeUnit unit)longtoMillis()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
to
long to(TimeUnit unit)
-
toMillis
long toMillis()
-
-