Package com.db4o.internal.btree
Class Searcher
- java.lang.Object
-
- com.db4o.internal.btree.Searcher
-
public final class Searcher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Searcher(SearchTarget target, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
afterLast()
boolean
beforeFirst()
int
count()
int
cursor()
boolean
foundMatch()
boolean
incomplete()
boolean
isGreater()
void
moveForward()
void
resultIs(int cmp)
-
-
-
Constructor Detail
-
Searcher
public Searcher(SearchTarget target, int count)
-
-
Method Detail
-
afterLast
public final boolean afterLast()
-
beforeFirst
public final boolean beforeFirst()
-
count
public int count()
-
cursor
public int cursor()
-
foundMatch
public boolean foundMatch()
-
incomplete
public boolean incomplete()
-
moveForward
public void moveForward()
-
resultIs
public final void resultIs(int cmp)
-
isGreater
public boolean isGreater()
-
-