Class DbgTimer.DbgCtx

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    DbgTimer

    public static class DbgTimer.DbgCtx
    extends java.lang.Object
    implements java.lang.AutoCloseable
    A context for idiomatic use of the DbgTimer in a try-with-resources block
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable