org.crosswire.jsword.index.query
Class NullQuery

java.lang.Object
  extended by 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.
 
Method Summary
 Key find(Index index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullQuery

public NullQuery()
Create a NullQuery.

Method Detail

find

public Key find(Index index)
         throws BookException
Specified by:
find in interface Query
Throws:
BookException

Copyright ยจ 2003-2007