org.crosswire.jsword.book
Class BookSet.GroupFilter
java.lang.Object
org.crosswire.jsword.book.BookSet.GroupFilter
- All Implemented Interfaces:
- Filter<Book>
- Enclosing class:
- BookSet
private static final class BookSet.GroupFilter
- extends Object
- implements Filter<Book>
GroupFilter does the SQL traditional group by.
Method Summary |
boolean |
test(Book book)
Does this given object pass the test implemented by this filter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private String key
value
private Object value
BookSet.GroupFilter
public BookSet.GroupFilter(String aKey,
Object aValue)
test
public boolean test(Book book)
- Description copied from interface:
Filter
- Does this given object pass the test implemented by this filter
- Specified by:
test
in interface Filter<Book>
- Parameters:
book
- The object to test
- Returns:
- boolean true if it passes, false otherwise