eTextReader.AnnotationListing
Interface Predicate

All Superinterfaces:
org.apache.commons.collections.Predicate

public interface Predicate
extends org.apache.commons.collections.Predicate

Predicate extends org.apache.commons.collections.Predicate by simply adding a getDescription method which allows the predicate to describe itself in a human readable way. This is in preference to overriding toString(), which probably needs to be more general-purpose

Author:
mcfall

Method Summary
 java.lang.String getDescription()
           
 
Methods inherited from interface org.apache.commons.collections.Predicate
evaluate
 

Method Detail

getDescription

java.lang.String getDescription()