se.datadosen.util
Class Timer

java.lang.Object
  extended by se.datadosen.util.Timer

Deprecated. Use se.datadosen.util.Stopwatch instead

public class Timer
extends java.lang.Object

Simple timer class


Constructor Summary
Timer()
          Deprecated.  
Timer(java.lang.String label)
          Deprecated.  
 
Method Summary
 long getMillis()
          Deprecated.  
 void reset()
          Deprecated.  
 void start()
          Deprecated.  
 void stop()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Deprecated. 

Timer

public Timer(java.lang.String label)
Deprecated. 
Method Detail

start

public void start()
Deprecated. 

stop

public void stop()
Deprecated. 

reset

public void reset()
Deprecated. 

getMillis

public long getMillis()
Deprecated. 

toString

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