Interface Clock


public interface Clock
A simple clock that returns the number of seconds since the unix epoch.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
  • Method Details

    • getUnixEpochTimestamp

      long getUnixEpochTimestamp()