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 longgetEnd()longgetStart()voidsetEnd(long end)voidsetStart(long start)
-