Package ubic.gemma.core.util
Class StopWatchUtils.StopWatchRegion
- java.lang.Object
- 
- ubic.gemma.core.util.StopWatchUtils.StopWatchRegion
 
- 
- All Implemented Interfaces:
- AutoCloseable
 - Enclosing class:
- StopWatchUtils
 
 public static class StopWatchUtils.StopWatchRegion extends Object implements AutoCloseable 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.apache.commons.lang3.time.StopWatchgetStopWatch()
 
- 
- 
- 
Method Detail- 
closepublic void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getStopWatchpublic org.apache.commons.lang3.time.StopWatch getStopWatch() 
 
- 
 
-