public class OrQuery extends AbstractBinaryQuery
The GNU Lesser General Public License for details.
Constructor and Description |
---|
OrQuery(Query theLeftQuery,
Query theRightQuery) |
Modifier and Type | Method and Description |
---|---|
Key |
find(Index index)
Find the keys that match the query in the index
|
getLeftQuery, getRightQuery
public Key find(Index index) throws BookException
Query
index
- the index to searchBookException