This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
from 362976168 [COLLECTIONS-889] Fix non-unique IndexedCollection remove
(#683)
new 4a56d4b85 Javadoc
new 87fddfbd0 Reduce vertical whitespace.
new f24800fa4 IndexedCollection: Use stream API internally.
The 3 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:
.../collection/AbstractCollectionDecorator.java | 13 +-
.../collection/CompositeCollection.java | 158 ++++++++++-----------
.../collections4/collection/IndexedCollection.java | 75 +++++-----
.../collection/PredicatedCollection.java | 109 ++++++++------
.../collection/SynchronizedCollection.java | 6 +-
.../collection/TransformedCollection.java | 47 +++---
.../collection/UnmodifiableBoundedCollection.java | 29 ++--
.../collection/UnmodifiableCollection.java | 17 +--
8 files changed, 233 insertions(+), 221 deletions(-)