com.jeffpalm.util
Class Timer.Checked

java.lang.Object
  extended by com.jeffpalm.util.Timer
      extended by com.jeffpalm.util.Timer.Checked
Enclosing class:
Timer

public static final class Timer.Checked
extends Timer


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.util.Timer
Timer.Checked, Timer.Unchecked
 
Field Summary
 
Fields inherited from class com.jeffpalm.util.Timer
start, stop
 
Constructor Summary
Timer.Checked()
           
 
Method Summary
 long elapsed()
           
 
Methods inherited from class com.jeffpalm.util.Timer
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer.Checked

public Timer.Checked()
Method Detail

elapsed

public final long elapsed()
Specified by:
elapsed in class Timer