All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ajjpj.asysmon.util.timer.ASystemNanoTimer Maven / Gradle / Ivy

There is a newer version: 1.0-pre28
Show newest version
package com.ajjpj.asysmon.util.timer;

/**
 * @author arno
 */
public class ASystemNanoTimer implements ATimer {
    @Override public long getCurrentNanos() {
        return System.nanoTime();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy