Package org.fife.ui.hex.swing
Class SearchState
- java.lang.Object
-
- org.fife.ui.hex.swing.SearchState
-
public final class SearchState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchState(int start, int end, boolean found)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEnd()
int
getStart()
boolean
isFound()
-