public class RangeQuery extends AbstractQuery
The GNU Lesser General Public License for details.| Constructor and Description |
|---|
RangeQuery(String theRange)
Construct a query from the range specification.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
find(Index index)
Find the keys that match the query in the index
|
getQuerypublic RangeQuery(String theRange)
theRange - public Key find(Index index) throws BookException
Queryindex - the index to searchBookException