JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.common.base
Interface Ticker
@Beta
public interface
Ticker
A time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.
Since:
9
Author:
Kevin Bourrillion
Method Summary
Methods
Modifier and Type
Method and Description
long
read
()
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
Method Detail
read
long read()
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2010-2012. All Rights Reserved.