public class AndQuery extends AbstractBinaryQuery
The GNU Lesser General Public License for details.| Constructor and Description |
|---|
AndQuery(Query theLeftQuery,
Query theRightQuery)
Create a query where the result is the intersection of two queries.
|
| 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