Package com.netcracker.profiler.io
Class ListSuspendLogCollection
java.lang.Object
com.netcracker.profiler.io.ListSuspendLogCollection
- All Implemented Interfaces:
ISuspendLogCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbinarySearch(long begin) longgetDate(int index) intgetDelay(int index) intgetTrueDelay(int index) intsize()
-
Constructor Details
-
ListSuspendLogCollection
public ListSuspendLogCollection()
-
-
Method Details
-
getDatesWithDelays
-
size
public int size()- Specified by:
sizein interfaceISuspendLogCollection
-
getDate
public long getDate(int index) - Specified by:
getDatein interfaceISuspendLogCollection
-
getDelay
public int getDelay(int index) - Specified by:
getDelayin interfaceISuspendLogCollection
-
getTrueDelay
public int getTrueDelay(int index) - Specified by:
getTrueDelayin interfaceISuspendLogCollection
-
binarySearch
public int binarySearch(long begin) - Specified by:
binarySearchin interfaceISuspendLogCollection
-