public class SystemClock extends Object implements Clock
This clock uses System.currentTimeMillis() for absolute time
and System.nanoTime() for relative time.
This SystemClock exists as a singleton instance.
Copyright © 2021. All rights reserved.