GitHub user kaching88 opened a pull request:
https://github.com/apache/commons-collections/pull/13
Improve ListUtils#longestCommonSubsequence methods.
Improved version of ListUtils#longestCommonSubsequence to take third or
more parameters.
Rawtype lists is because in java 1.6
GitHub user kaching88 opened a pull request:
https://github.com/apache/commons-collections/pull/12
Add CollectionUtils#deepMerge method.
This method provides fast and convenient way to merge all deepest content
in iterableOfiterablesOfiterables... etc. in one chosen collection
Github user kaching88 closed the pull request at:
https://github.com/apache/commons-collections/pull/11
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user kaching88 opened a pull request:
https://github.com/apache/commons-collections/pull/11
Added global counter for AbstractMultiValuedMap and his subclasses.
This commit add new field called globalCounter which represents runtime
global counter for class es which extending