Uses of Interface
com.google.api.client.util.Clock
-
Packages that use Clock Package Description com.google.api.client.testing.http Beta
Testing utilities used for writing tests based on this library.com.google.api.client.util General utilities used throughout this library. -
-
Uses of Clock in com.google.api.client.testing.http
Classes in com.google.api.client.testing.http that implement Clock Modifier and Type Class Description class
FixedClock
Beta
A thread-safe fixed time implementation of the Clock to be used for unit testing. -
Uses of Clock in com.google.api.client.util
Fields in com.google.api.client.util declared as Clock Modifier and Type Field Description static Clock
Clock. SYSTEM
Provides the default System implementation of a Clock by usingSystem.currentTimeMillis()
.
-