Interface Clock<T extends Timestamp>

All Known Implementing Classes:
WallClock

public interface Clock<T extends Timestamp>
Clock.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current time of the clock.
  • Method Details

    • getTime

      T getTime()
      Returns the current time of the clock.
      Returns:
      the current time