Package 

Class TimeSpan

  • All Implemented Interfaces:
    java.lang.Comparable

    @ApiStatus.Internal() 
    public class TimeSpan
     implements Comparable<TimeSpan>
                        

    A measurement for time critical components on a macro (ms) level. Based on to ensure linear time progression (as opposed to a syncable clock). To provide real world unix time information, the start uptime time is stored alongside the unix time. The stop unix time is artificial, it gets projected based on the start time + duration of the time span.