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 booleanafterLast()booleanbeforeFirst()intcount()intcursor()booleanfoundMatch()booleanincomplete()booleanisGreater()voidmoveForward()voidresultIs(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()
-
-