Interface Clock


public interface Clock
A clock for timing
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the current time in epoch millis.
  • Method Details

    • nowMs

      long nowMs()
      Get the current time in epoch millis.
      Returns:
      the current time