This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
from 332276998 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-collections.git
new f2db58ec4 Added ExtendedIterator and tests
new 023f49784 changes as per review
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../collections4/iterators/ExtendedIterator.java | 196 +++++++++++++++++++++
.../iterators/ExtendedIteratorTest.java | 150 ++++++++++++++++
2 files changed, 346 insertions(+)
create mode 100644
src/main/java/org/apache/commons/collections4/iterators/ExtendedIterator.java
create mode 100644
src/test/java/org/apache/commons/collections4/iterators/ExtendedIteratorTest.java