|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.database.fastobjectdb.db.index.SearchResult
Result of a search in an index.
Field Summary | |
boolean |
found
|
Node |
node
|
int |
pos
|
Constructor Summary | |
SearchResult()
|
|
SearchResult(boolean found,
Node node,
int pos)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean found
public Node node
public int pos
Constructor Detail |
public SearchResult(boolean found, Node node, int pos)
public SearchResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |