Class Pair
- java.lang.Object
-
- ghidra.framework.main.logviewer.model.Pair
-
public class Pair extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Pair(long start, long end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEnd()
long
getStart()
void
setEnd(long end)
void
setStart(long start)
-