java.lang.Object | ||
↳ | org.apache.commons.collections.iterators.FilterIterator | |
↳ | org.apache.commons.collections.iterators.UniqueFilterIterator |
A FilterIterator which only returns "unique" Objects. Internally, the Iterator maintains a Set of objects it has already encountered, and duplicate Objects are skipped.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
UniqueFilterIterator . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Constructs a new UniqueFilterIterator
.
iterator | the iterator to use |
---|