org.crosswire.jsword.book
Class BookSet.GroupFilter

java.lang.Object
  extended by org.crosswire.jsword.book.BookSet.GroupFilter
All Implemented Interfaces:
Filter
Enclosing class:
BookSet

private static final class BookSet.GroupFilter
extends Object
implements Filter

GroupFilter does the SQL traditional group by.


Field Summary
private  String key
           
private  String value
           
 
Constructor Summary
BookSet.GroupFilter(String aKey, String aValue)
           
 
Method Summary
 boolean test(Object obj)
          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
 

Field Detail

key

private String key

value

private String value
Constructor Detail

BookSet.GroupFilter

public BookSet.GroupFilter(String aKey,
                           String aValue)
Method Detail

test

public boolean test(Object obj)
Description copied from interface: Filter
Does this given object pass the test implemented by this filter

Specified by:
test in interface Filter
Parameters:
obj - The object to test
Returns:
boolean true if it passes, false otherwise

Copyright ยจ 2003-2005