public interface DebugCloseable extends AutoCloseable
DebugTimer.start()
that when closed, stops the associated timer and
adds the elapsed time since start()
to the total for the timer.Modifier and Type | Field and Description |
---|---|
static DebugCloseable |
VOID_CLOSEABLE |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static final DebugCloseable VOID_CLOSEABLE
void close()
close
in interface AutoCloseable