Package com.netcracker.profiler.io
Interface ISuspendLogCollection
- All Known Implementing Classes:
ArraySuspendLogCollection,ListSuspendLogCollection
public interface ISuspendLogCollection
-
Method Summary
Modifier and TypeMethodDescriptionintbinarySearch(long begin) longgetDate(int index) intgetDelay(int index) intgetTrueDelay(int index) intsize()
-
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)
-