org.crosswire.jsword.index.query
Class NullQuery
java.lang.Object
org.crosswire.jsword.index.query.NullQuery
- All Implemented Interfaces:
- Query
public class NullQuery
- extends Object
- implements Query
A null query searches for nothing and returns an empty Key.
- Author:
- DM Smith [dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Constructor Summary |
NullQuery()
Create a NullQuery. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullQuery
public NullQuery()
- Create a NullQuery.
find
public Key find(Index index)
throws BookException
- Specified by:
find
in interface Query
- Throws:
BookException