|
Firefish 0.5.10 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |