xjavadoc
Class XMethod.PropertyAccessorPredicate

java.lang.Object
  extended by xjavadoc.XMethod.PropertyAccessorPredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate
Enclosing interface:
XMethod

public static class XMethod.PropertyAccessorPredicate
extends java.lang.Object
implements org.apache.commons.collections.Predicate


Constructor Summary
XMethod.PropertyAccessorPredicate()
           
 
Method Summary
 boolean evaluate(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMethod.PropertyAccessorPredicate

public XMethod.PropertyAccessorPredicate()
Method Detail

evaluate

public boolean evaluate(java.lang.Object o)
Specified by:
evaluate in interface org.apache.commons.collections.Predicate