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 6f9b16d  Define and reuse constants.
     new 6b0d7c4  Sort methods.
     new 2b23b7a  Use isEmpty().

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:
 .../commons/collections4/bag/AbstractMapBag.java   |  2 +-
 .../bloomfilter/HasherBloomFilter.java             |  2 +-
 .../bloomfilter/hasher/StaticHasher.java           | 37 ++++++++++++++--------
 .../collections4/comparators/ComparatorChain.java  |  2 +-
 .../collections4/functors/ChainedClosure.java      |  2 +-
 .../collections4/functors/ChainedTransformer.java  |  2 +-
 .../collections4/functors/SwitchTransformer.java   |  2 +-
 .../collections4/iterators/LoopingIterator.java    |  2 +-
 .../collections4/list/AbstractLinkedList.java      |  2 +-
 .../commons/collections4/list/SetUniqueList.java   |  2 +-
 .../collections4/map/AbstractHashedMap.java        |  8 ++---
 .../collections4/map/AbstractLinkedMap.java        |  6 ++--
 .../apache/commons/collections4/map/Flat3Map.java  |  6 ++--
 .../commons/collections4/map/ListOrderedMap.java   |  4 +--
 .../commons/collections4/map/MultiValueMap.java    |  2 +-
 .../commons/collections4/map/StaticBucketMap.java  |  2 +-
 .../multimap/AbstractMultiValuedMap.java           |  2 +-
 .../collections4/trie/AbstractPatriciaTrie.java    |  2 +-
 .../commons/collections4/CollectionUtilsTest.java  |  2 +-
 .../collections4/iterators/IteratorChainTest.java  |  4 +--
 .../iterators/LazyIteratorChainTest.java           |  4 +--
 .../commons/collections4/map/AbstractMapTest.java  | 24 +++++++-------
 .../multiset/AbstractMultiSetTest.java             |  2 +-
 .../splitmap/TransformedSplitMapTest.java          |  4 +--
 24 files changed, 68 insertions(+), 59 deletions(-)

Reply via email to