org.openmobileis.database.fastobjectdb.db.index
Class SearchResult

java.lang.Object
  extended byorg.openmobileis.database.fastobjectdb.db.index.SearchResult

public class SearchResult
extends java.lang.Object

Result of a search in an index.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

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

found

public boolean found

node

public Node node

pos

public int pos
Constructor Detail

SearchResult

public SearchResult(boolean found,
                    Node node,
                    int pos)

SearchResult

public SearchResult()


Copyright 2006 OpenMobileIS. All Rights Reserved.