|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.util.AcceptOnceCollectionFilter<T>
public class AcceptOnceCollectionFilter<T>
An implementation of CollectionFilter that remembers the elements passed in
the previous invocation in order to avoid returning those elements more than once.
| Constructor Summary | |
|---|---|
AcceptOnceCollectionFilter()
|
|
| Method Summary | |
|---|---|
java.util.Collection<T> |
filter(java.util.Collection<T> unfilteredElements)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AcceptOnceCollectionFilter()
| Method Detail |
|---|
public java.util.Collection<T> filter(java.util.Collection<T> unfilteredElements)
filter in interface CollectionFilter<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||