Interface Clock

All Known Implementing Classes:
MonotonicClock, SystemClock, UTCClock

@Public @Stable public interface Clock
A simple clock interface that gives you time.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
  • Method Details

    • getTime

      long getTime()