docs/javadoc/reference/com/facebook/common/time/Clock.html
|
|
Summary: Constants | Methods | [Expand All]
public interface
| com.facebook.common.time.Clock |
| Known Indirect Subclasses
CurrentThreadTimeClock, SystemClock
| CurrentThreadTimeClock | A clock that returns milliseconds running in the current thread. |
| SystemClock | Implementation of Clock that delegates to the system clock. |
|
Interface for getting the current time.
| Constants |
|---|
| long |
| Public Methods |
|---|
| abstract long |
| Gets the current time in milliseconds. |
The maximum time.
Constant Value: 9223372036854775807 (0x7fffffffffffffff)
Gets the current time in milliseconds.
+Generated by Doclava. +