public class SortIteratorFilter extends IteratorFilterSupport implements Iterator, Action
IteratorFilterSupport.EnumerationIterator| Constructor and Description |
|---|
SortIteratorFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
This method is where the logic of the action is executed.
|
List |
getList() |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
void |
setComparator(Comparator aComparator) |
void |
setSource(Object anIterator) |
getIteratorpublic void setSource(Object anIterator)
public void setComparator(Comparator aComparator)
public List getList()
public String execute()
ActionCopyright © 2013 Atlassian. All Rights Reserved.