public final class Searcher
extends java.lang.Object
| Constructor and Description |
|---|
Searcher(SearchTarget target,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
afterLast() |
boolean |
beforeFirst() |
int |
count() |
int |
cursor() |
boolean |
foundMatch() |
boolean |
incomplete() |
boolean |
isGreater() |
void |
moveForward() |
void |
resultIs(int cmp) |
public Searcher(SearchTarget target, int count)
public boolean afterLast()
public boolean beforeFirst()
public int count()
public int cursor()
public boolean foundMatch()
public boolean incomplete()
public void moveForward()
public void resultIs(int cmp)
public boolean isGreater()