Uses of Interface
nl.uu.cs.treewidth.timing.TimeSource

Packages that use TimeSource
nl.uu.cs.treewidth.timing   
 

Uses of TimeSource in nl.uu.cs.treewidth.timing
 

Classes in nl.uu.cs.treewidth.timing that implement TimeSource
 class JavaNanoTime
          Has better resolution than JavaSystemTime, but not sure if this is safe.
 class JavaSystemTime
          TimeSource implementation using System.currentTimeMillis().
 

Constructors in nl.uu.cs.treewidth.timing with parameters of type TimeSource
Stopwatch(TimeSource timeSource)
          Constructs a fresh Stopwatch which will use the provided TimeSource.