Uses of Interface
org.apache.commons.id.uuid.clock.Clock

Packages that use Clock
org.apache.commons.id.uuid.clock   
org.apache.commons.id.uuid.state   
 

Uses of Clock in org.apache.commons.id.uuid.clock
 

Classes in org.apache.commons.id.uuid.clock that implement Clock
 class SystemClockImpl
          SystemClockImpl provides a timing mechanism for returning the current time in 100-nano second intervals since 00:00:00.00, 15 October 1582.
 class ThreadClockImpl
          Clock provides a timing mechanism for returning the current time in 100-nano second intervals since 00:00:00.00, 15 October 1582.
 

Uses of Clock in org.apache.commons.id.uuid.state
 

Methods in org.apache.commons.id.uuid.state that return Clock
static Clock StateHelper.getClockImpl()
          Returns the Clock implementation using commons discovery.
 



Copyright © 2013 LittleShoot. All Rights Reserved.