Пример #1
0
 /*
  * (non-Javadoc)
  *
  * @see
  * org.crosswire.jsword.index.search.parse.Query#find(org.crosswire.jsword
  * .index.search.Index)
  */
 public Key find(Index index) throws BookException {
   return index.find(getQuery());
 }
Пример #2
0
 /*
  * (non-Javadoc)
  *
  * @see
  * org.crosswire.jsword.index.query.Query#find(org.crosswire.jsword.index
  * .search.Index)
  */
 public Key find(Index index) throws BookException {
   return index.find(null);
 }