Firefish 0.5.10

Uses of Class
gov.lbl.dsd.p2pio.util.Timer

Packages that use Timer
gov.lbl.dsd.p2pio.util Utilitiy classes for P2PIO protocol. 
 

Uses of Timer in gov.lbl.dsd.p2pio.util
 

Methods in gov.lbl.dsd.p2pio.util that return Timer
 Timer Timer.display()
          Prints the elapsed time on System.out
 Timer Timer.minus(Timer other)
          T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.
 Timer Timer.plus(Timer other)
          T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
 Timer Timer.reset()
          Resets the timer.
 Timer Timer.start()
          Starts the timer.
 Timer Timer.stop()
          Stops the timer.
 

Methods in gov.lbl.dsd.p2pio.util with parameters of type Timer
 Timer Timer.minus(Timer other)
          T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.
 Timer Timer.plus(Timer other)
          T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
 


Firefish 0.5.10

Jump to the Firefish Homepage