Interface Clock<T>


  • public interface Clock<T>
    Clock to obtain time.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getTime

        T getTime()
        Obtains the time.
        Returns:
        Time.