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

jio.time.RealTime Maven / Gradle / Ivy

The newest version!
package jio.time;

final class RealTime implements Clock {

  @Override
  public Long get() {
    return System.currentTimeMillis();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy