Package net.jinx.time

Interface Summary
MillisTimeSource Implementing this inerface indicates that the Timesource is capable of providing time values on a millisecond scale.
NanoTimeSource Implementing this inerface indicates that the Timesource is capable of providing time values on a nanosecond scale.
TimeSource The base interface that all TimeSources must implement.
 

Class Summary
SteppingTimeSource SteppingTimeSource is a TimeSource that is not real-time.
StopWatch StopWatch allows you to determine how much time has passed in a given period of time, using the most precise clock available.