I need a timer class that allows me to call:
.start() .getElapsedTime() .stop() .reset()
Does Java have such a class, or do I need to use my own (which I already wrote).
From a best practice point of view, I should use Java class classes, if they exist, but I'm not sure what this does.
Can someone give me a link to javadoc for this class if it exists?
source
share