|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.util.comparators.StartsWithPredicate
Returns only strings that start with a specific string! Good for filtering through a long list of paramerters and only getting some back.
| Constructor Summary | |
StartsWithPredicate(java.lang.String startsWith)
|
|
| Method Summary | |
boolean |
evaluate(java.lang.Object input)
Takes in the input object, and call's it's toString method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StartsWithPredicate(java.lang.String startsWith)
| Method Detail |
public boolean evaluate(java.lang.Object input)
evaluate in interface org.apache.commons.collections.Predicate
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||