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 28a7cadde Add missing Javadoc and tags.
new be7f08a4b Inline single-use local variable.
new b6d5d78eb Add missing Javadoc and tags.
new 4fc131d11 Inline single-use local variable.
new eb43fa67a Add missing Javadoc and tags.
new 6dab3336f Add missing Javadoc and tags.
new 19785746c Add missing Javadoc and tags.
new 44ad5537f Better Javadoc
new bece60af1 Add missing Javadoc and tags.
new a550fb3e0 Better Javadoc
new 2ff93fb8c Better Javadoc
new acc63f467 Better Javadoc
new 3414ef9fb Better Javadoc
new b34feb65a Add missing Javadoc and tags.
new f5e158b7c Better Javadoc
new af6d29536 Better Javadoc
new fdd801e1a Add missing Javadoc and tags.
new 6c16ca019 Add missing Javadoc and tags.
new c03e4856f Add missing Javadoc and tags.
new 9d8665061 Add missing Javadoc and tags.
new b9775182f Add missing Javadoc and tags.
new f5db77e1b Add missing Javadoc and tags.
new 4bcf30fc4 Add missing Javadoc and tags.
new 3aa611c16 Inline single-use local variable.
new 8c314877a Inline single-use local variable.
new 379517a95 Add missing Javadoc and tags.
new 5a4fd8bd9 Inline single-use local variable.
new 772843b66 Add missing Javadoc and tags.
new 541f38a30 Add missing Javadoc and tags.
new 3bde84b73 Add missing Javadoc and tags.
new 9274f7d22 Add missing Javadoc and tags.
new 604b11e19 Add missing Javadoc and tags.
new cd4ded391 Inline single-use local variable.
new 22b084710 Add missing Javadoc and tags.
new e6398e588 Inline single-use local variables.
new ce58b94fd Add missing Javadoc and tags.
new 0dcf60c39 Add missing Javadoc and tags.
new abaa952d1 Add missing Javadoc and tags.
new 6a0a90f58 Add missing Javadoc and tags.
new db49091f4 Add missing Javadoc and tags.
new a922663b1 Inline single-use local variables.
new 6343b5dae Add missing Javadoc and tags.
new c4b50063a Add missing Javadoc and tags.
new 79e771c7d Inline single-use local variables.
new 14250d644 Add missing Javadoc and tags.
new 4566cdaa4 Add missing Javadoc and tags.
new 875aa0373 Inline single-use local variables.
new fbf71b743 Inline single-use local variables.
new 8b5dbb8ba Add missing Javadoc and tags.
new aefeb34f9 Add missing Javadoc and tags.
The 49 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:
.../commons/collections4/MultiValuedMap.java | 7 +--
.../apache/commons/collections4/SplitMapUtils.java | 69 +++++++++++++++++++++-
.../commons/collections4/bag/UnmodifiableBag.java | 10 ++++
.../collections4/bag/UnmodifiableSortedBag.java | 10 ++++
.../commons/collections4/bidimap/TreeBidiMap.java | 2 +
.../collections4/bidimap/UnmodifiableBidiMap.java | 8 ++-
.../bidimap/UnmodifiableOrderedBidiMap.java | 33 ++++++++++-
.../bidimap/UnmodifiableSortedBidiMap.java | 30 ++++++++++
.../collection/UnmodifiableBoundedCollection.java | 39 ++++++++++++
.../collection/UnmodifiableCollection.java | 38 ++++++++++++
.../collections4/iterators/ArrayIterator.java | 4 +-
.../iterators/CartesianProductIterator.java | 5 ++
.../collections4/iterators/FilterListIterator.java | 19 +++---
.../collections4/iterators/NodeListIterator.java | 4 +-
.../iterators/ObjectArrayIterator.java | 4 +-
.../iterators/ObjectArrayListIterator.java | 7 +--
.../iterators/PermutationIterator.java | 5 ++
.../collections4/iterators/PushbackIterator.java | 4 +-
.../iterators/SingletonListIterator.java | 6 +-
.../iterators/UnmodifiableIterator.java | 5 ++
.../iterators/UnmodifiableListIterator.java | 17 ++++++
.../iterators/UnmodifiableMapIterator.java | 11 ++++
.../iterators/UnmodifiableOrderedMapIterator.java | 11 ++++
.../commons/collections4/list/FixedSizeList.java | 5 ++
.../commons/collections4/list/SetUniqueList.java | 6 ++
.../collections4/list/UnmodifiableList.java | 69 +++++++++++++++++++++-
.../map/ConcurrentReferenceHashMap.java | 6 ++
.../commons/collections4/map/FixedSizeMap.java | 14 ++++-
.../collections4/map/FixedSizeSortedMap.java | 11 ++++
.../apache/commons/collections4/map/LinkedMap.java | 33 +++++++++++
.../commons/collections4/map/SingletonMap.java | 21 +++++--
.../collections4/map/UnmodifiableEntrySet.java | 55 +++++++++++++++++
.../commons/collections4/map/UnmodifiableMap.java | 30 ++++++++--
.../collections4/map/UnmodifiableOrderedMap.java | 33 +++++++++--
.../collections4/map/UnmodifiableSortedMap.java | 24 ++++++++
.../multimap/AbstractMultiValuedMap.java | 6 ++
.../multimap/UnmodifiableMultiValuedMap.java | 43 ++++++++++++++
.../collections4/multiset/AbstractMultiSet.java | 14 +++++
.../multiset/UnmodifiableMultiSet.java | 66 +++++++++++++++++++--
.../collections4/queue/UnmodifiableQueue.java | 55 +++++++++++++++++
.../collections4/set/UnmodifiableNavigableSet.java | 63 ++++++++++++++++----
.../commons/collections4/set/UnmodifiableSet.java | 39 ++++++++++++
.../collections4/set/UnmodifiableSortedSet.java | 47 +++++++++++++--
.../collections4/trie/UnmodifiableTrie.java | 24 ++++++++
44 files changed, 940 insertions(+), 72 deletions(-)