Package com.db4o.internal.btree
Class Searcher
- java.lang.Object
- 
- com.db4o.internal.btree.Searcher
 
- 
 public final class Searcher extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description Searcher(SearchTarget target, int count)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanafterLast()booleanbeforeFirst()intcount()intcursor()booleanfoundMatch()booleanincomplete()booleanisGreater()voidmoveForward()voidresultIs(int cmp)
 
- 
- 
- 
Constructor Detail- 
Searcherpublic Searcher(SearchTarget target, int count) 
 
- 
 - 
Method Detail- 
afterLastpublic final boolean afterLast() 
 - 
beforeFirstpublic final boolean beforeFirst() 
 - 
countpublic int count() 
 - 
cursorpublic int cursor() 
 - 
foundMatchpublic boolean foundMatch() 
 - 
incompletepublic boolean incomplete() 
 - 
moveForwardpublic void moveForward() 
 - 
resultIspublic final void resultIs(int cmp) 
 - 
isGreaterpublic boolean isGreater() 
 
- 
 
-