Class BinarySearchService.FoundMatches
- java.lang.Object
-
- jadx.gui.ui.hexviewer.search.service.BinarySearchService.FoundMatches
-
- Enclosing interface:
- BinarySearchService
public static class BinarySearchService.FoundMatches extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FoundMatches()FoundMatches(int matchesCount, int matchPosition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMatchesCount()intgetMatchPosition()voidnext()voidprev()voidsetMatchesCount(int matchesCount)voidsetMatchPosition(int matchPosition)
-