Uses of Class
org.knowceans.util.StopWatch

Packages that use StopWatch
org.knowceans.util   
 

Uses of StopWatch in org.knowceans.util
 

Methods in org.knowceans.util that return StopWatch
static StopWatch StopWatch.clear()
          Reset the default named stop watch.
static StopWatch StopWatch.clear(java.lang.String watch)
          Removes the named stop watch, i.e., gets rid of the data and entry in the watches table.
static StopWatch StopWatch.get()
          Get the default watch object.
static StopWatch StopWatch.get(java.lang.String watch)
          Get the named watch object.
 

Methods in org.knowceans.util that return types with arguments of type StopWatch
static java.util.Hashtable<java.lang.String,StopWatch> StopWatch.getWatches()
          Get all watches as a table (can be used to add or remove certain watches).