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, getRightQuerypublic Key find(Index index) throws BookException
Queryindex - the index to searchBookException