org.apache.struts2.util
Interface SubsetIteratorFilter.Decider
- Enclosing class:
- SubsetIteratorFilter
public static interface SubsetIteratorFilter.Decider
A decider determines if the given element should be added to the list or not.
Method Summary |
boolean |
decide(java.lang.Object element)
Should the object be added to the list? |
decide
boolean decide(java.lang.Object element)
throws java.lang.Exception
- Should the object be added to the list?
- Parameters:
element
- the object
- Returns:
- true to add.
- Throws:
java.lang.Exception
- can be thrown.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.