Class Timer

java.lang.Object
au.edu.unsw.cse.Timer

public class Timer
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Timer​(java.lang.String s)  
  • Method Summary

    Modifier and Type Method Description
    static void printall()  
    void start()  
    void stop()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Timer

      public Timer​(java.lang.String s)
  • Method Details

    • printall

      public static void printall()
    • start

      public void start()
    • stop

      public void stop()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object