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 fe8eb4989 Increment modCount after the bounds check in TreeList add
and remove (#716)
new f1947d87c Increment modCount after the bounds check in TreeList add
and remove (#716).
new 8a8d68813 Javadoc
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:
src/changes/changes.xml | 1 +
.../java/org/apache/commons/collections4/Bag.java | 44 ++--
.../org/apache/commons/collections4/BidiMap.java | 111 ++++------
.../apache/commons/collections4/BoundedMap.java | 15 +-
.../org/apache/commons/collections4/Closure.java | 19 +-
.../org/apache/commons/collections4/Factory.java | 15 +-
.../java/org/apache/commons/collections4/Get.java | 20 +-
.../apache/commons/collections4/IterableGet.java | 2 +-
.../apache/commons/collections4/IterableMap.java | 4 +-
.../commons/collections4/IterableSortedMap.java | 4 +-
.../org/apache/commons/collections4/KeyValue.java | 15 +-
.../apache/commons/collections4/ListValuedMap.java | 33 ++-
.../apache/commons/collections4/MapIterator.java | 64 +++---
.../org/apache/commons/collections4/MultiMap.java | 118 +++++------
.../commons/collections4/MultiValuedMap.java | 225 +++++++++------------
.../commons/collections4/OrderedBidiMap.java | 25 +--
.../commons/collections4/OrderedIterator.java | 6 +-
.../apache/commons/collections4/OrderedMap.java | 30 ++-
.../commons/collections4/OrderedMapIterator.java | 8 +-
.../org/apache/commons/collections4/Predicate.java | 26 +--
.../java/org/apache/commons/collections4/Put.java | 30 ++-
.../commons/collections4/ResettableIterator.java | 5 +-
.../apache/commons/collections4/SetValuedMap.java | 33 ++-
.../org/apache/commons/collections4/SortedBag.java | 23 +--
.../apache/commons/collections4/SortedBidiMap.java | 22 +-
.../commons/collections4/SortedMultiSet.java | 6 +-
.../apache/commons/collections4/Transformer.java | 29 ++-
.../java/org/apache/commons/collections4/Trie.java | 10 +-
.../apache/commons/collections4/Unmodifiable.java | 11 +-
29 files changed, 413 insertions(+), 541 deletions(-)