|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NanoTimeSource
Implementing this inerface indicates that the Timesource is capable of
providing time values on a nanosecond scale.
API Stability: Stable.
Method Summary | |
---|---|
long |
getNanoseconds()
Provides the number of nanoseconds since some particular fixed event occured, such as the unix epoch like the system clock), the system booting, or the JVM starting (like sun.misc.Perf). |
Methods inherited from interface net.jinx.time.TimeSource |
---|
isRealTime |
Method Detail |
---|
long getNanoseconds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |