Interface | Description |
---|---|
ProvidesTime |
An interface for anything that returns the time in the same format as System.currentTimeMillis().
|
Class | Description |
---|---|
BaseRelativeTime |
Provide time from a local source and a hint from a time source.
|
RelativeTime |
Provide time from System time and hints from another time source.
|
SimpleTimer |
Generic singleton timer: don't use it if you are going to do anything that will take very long.
|
SystemTime |
The most obvious implementation of ProvidesTime.
|
TestTime |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.