|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.core.util.filter.ListFilter
public class ListFilter
Filter the contents of a list based on some criteria.
| Constructor Summary | |
|---|---|
ListFilter(Filter filter)
Constructor, taking the filter implementation that will be used to filter the list. |
|
| Method Summary | |
|---|---|
java.util.Iterator |
filterIterator(java.util.Iterator iterator)
Filter the contents of an iterator. |
java.util.List |
filterList(java.util.List list)
Filter the contents of a list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListFilter(Filter filter)
filter - the filter implementation that will be used to filter the
list.| Method Detail |
|---|
public java.util.List filterList(java.util.List list)
list - the list to filter
public java.util.Iterator filterIterator(java.util.Iterator iterator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||