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

net.objectlab.kit.collections.SystemTimeProvider Maven / Gradle / Ivy

/**
 *
 */
package net.objectlab.kit.collections;

/**
 * @author Benoit Xhenseval
 *
 */
public class SystemTimeProvider implements TimeProvider {

    /* (non-Javadoc)
     * @see net.objectlab.kit.collections.TimeProvider#getCurrentMillis()
     */
    @Override
    public long getCurrentTimeMillis() {
        return System.currentTimeMillis();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy