Uses of Interface
com.google.api.client.util.Clock

Packages that use Clock
com.google.api.client.testing.http 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
 class FixedClock
          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
static Clock Clock.SYSTEM
          Provides the default System implementation of a Clock by using System.currentTimeMillis().
 



Copyright © 2011-2012 Google. All Rights Reserved.