Interface CycleResult

    • Method Summary

      Modifier and Type Method Description
      default int compareTo​(CycleResult o)
      By default, allow cycle results to be ordered according to the cycle number.
      • Methods inherited from interface io.engineblock.activityapi.cyclelog.buffers.results.CycleReadable

        getCycle
    • Method Detail

      • compareTo

        default int compareTo​(CycleResult o)
        By default, allow cycle results to be ordered according to the cycle number.
        Specified by:
        compareTo in interface java.lang.Comparable<CycleResult>
        Parameters:
        o - CycleResult to compare to
        Returns:
        -1, 0, or 1, depending on ordering