Interface ISuspendLogCollection

All Known Implementing Classes:
ArraySuspendLogCollection, ListSuspendLogCollection

public interface ISuspendLogCollection
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    binarySearch(long begin)
     
    long
    getDate(int index)
     
    int
    getDelay(int index)
     
    int
    getTrueDelay(int index)
     
    int
     
  • Method Details

    • size

      int size()
    • getDate

      long getDate(int index)
    • getDelay

      int getDelay(int index)
    • getTrueDelay

      int getTrueDelay(int index)
    • binarySearch

      int binarySearch(long begin)