Commit Graph

2539 Commits

Author SHA1 Message Date
Thomas Neidhart 1ce3b3e546 Update doap and changes file after release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716923 13f79535-47bb-0310-9956-ffa450edef68
2015-11-27 21:51:47 +00:00
Thomas Neidhart 703064dc07 Update site after release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716921 13f79535-47bb-0310-9956-ffa450edef68
2015-11-27 21:49:43 +00:00
Thomas Neidhart 637836aee0 Update download page after release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716919 13f79535-47bb-0310-9956-ffa450edef68
2015-11-27 21:48:37 +00:00
Thomas Neidhart a7cbb44991 Fix javadoc for IterableUtils: remove() is normally supported.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716538 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 20:27:49 +00:00
Thomas Neidhart 3e7cefa2b1 Remove wrong statement in interface
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716537 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 20:27:24 +00:00
Thomas Neidhart a0eff4bffd Make eclipse compiler happy.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715973 13f79535-47bb-0310-9956-ffa450edef68
2015-11-23 21:42:01 +00:00
Thomas Neidhart 64e8b87291 Comment out test that create the serialized test objects.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715958 13f79535-47bb-0310-9956-ffa450edef68
2015-11-23 21:23:57 +00:00
Thomas Neidhart 64aa055879 Add explicit cast to prevent compilation error with jdk 1.8
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715956 13f79535-47bb-0310-9956-ffa450edef68
2015-11-23 21:23:14 +00:00
Thomas Neidhart 6920d4697f Remove obsolete checkstyle module.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715701 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 21:30:36 +00:00
Thomas Neidhart dc77a0915d Remove unused import.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715700 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 21:27:38 +00:00
Thomas Neidhart 838812ec27 Add description to changelog.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715698 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 21:20:23 +00:00
Thomas Neidhart 42dfee86e3 Use getMap() instead of asMap().
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715697 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 21:20:04 +00:00
Thomas Neidhart d323621656 [COLLECTIONS-508] Added asMap() implementation for MultiValuedMaps.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715695 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 21:11:49 +00:00
Thomas Neidhart dd3ac288b6 Document the todos wrt size() and wrapped collections: for the 4.1 release we leave it as is as it would require too much work and can be improved later.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715653 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 17:14:42 +00:00
Thomas Neidhart e85e91a1c6 Update release notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715595 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 00:37:47 +00:00
Thomas Neidhart ad71baf2c4 Update history.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715589 13f79535-47bb-0310-9956-ffa450edef68
2015-11-21 23:23:38 +00:00
Thomas Neidhart 33ed8578f0 Add COLLECTIONS-508 change.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715588 13f79535-47bb-0310-9956-ffa450edef68
2015-11-21 23:10:14 +00:00
Thomas Neidhart d471da930c Complete KeysMultiSet view.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715565 13f79535-47bb-0310-9956-ffa450edef68
2015-11-21 20:14:15 +00:00
Thomas Neidhart ffe13cfcca Add abstract class to simplify creation of MultiSet implementations, needed for MultiValuedMap; additional cleanup.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715563 13f79535-47bb-0310-9956-ffa450edef68
2015-11-21 20:13:35 +00:00
Thomas Neidhart 52372e8f2b Fix checkstyle warnings, add missing AL header.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715492 13f79535-47bb-0310-9956-ffa450edef68
2015-11-21 10:09:31 +00:00
Thomas Neidhart 7d2507ee16 Fix apache license header.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715490 13f79535-47bb-0310-9956-ffa450edef68
2015-11-21 09:52:05 +00:00
Thomas Neidhart c64fb87ebe Add security report.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715489 13f79535-47bb-0310-9956-ffa450edef68
2015-11-21 09:51:39 +00:00
Thomas Neidhart 313babb6e2 Add 3.2.2 changes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715488 13f79535-47bb-0310-9956-ffa450edef68
2015-11-21 09:51:19 +00:00
Thomas Neidhart b2b8f4adc5 [COLLECTIONS-580] Do not use InstantiateFactory anymore for MultiValuedMaps: different MultiValuedMap implementations are now fully typed for the used underlying map and value collection class being used. This has pros and cons, but it is certainly safer to do it that way.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715302 13f79535-47bb-0310-9956-ffa450edef68
2015-11-19 23:08:01 +00:00
Thomas Neidhart ccda2db161 Add toString method in AbstractMultiValuedMap#KeysMultiSet.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714708 13f79535-47bb-0310-9956-ffa450edef68
2015-11-16 23:09:01 +00:00
Thomas Neidhart 8ed80d9d68 Fix size calculation of entrySet in MultiSet.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714707 13f79535-47bb-0310-9956-ffa450edef68
2015-11-16 23:08:26 +00:00
Thomas Neidhart 76f0eece9e Fix javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714484 13f79535-47bb-0310-9956-ffa450edef68
2015-11-15 18:20:41 +00:00
Thomas Neidhart ebd02bb33a Add changelog entry for COLLECTIONS-551.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714464 13f79535-47bb-0310-9956-ffa450edef68
2015-11-15 15:13:13 +00:00
Thomas Neidhart a5e5edfef6 Added changelog entry.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714463 13f79535-47bb-0310-9956-ffa450edef68
2015-11-15 15:08:39 +00:00
Thomas Neidhart 59c6e94d52 [COLLECTIONS-567] Add missing unit tests, fix problems with remove method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714462 13f79535-47bb-0310-9956-ffa450edef68
2015-11-15 15:04:19 +00:00
Thomas Neidhart e58963b51e [COLLECTIONS-567] Add MultiSetUtils, fix typos, remove references to bag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714424 13f79535-47bb-0310-9956-ffa450edef68
2015-11-15 10:06:16 +00:00
Thomas Neidhart 78d47d4d09 [COLLECTIONS-580] Clarify class javadoc of utils that only unsafe classes are serializable anymore.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714362 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 20:38:02 +00:00
Thomas Neidhart 3eee44cf63 [COLLECTIONS-580] Add validation to MultiValueMap#ReflectionFactory: only Collection classes are support.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714360 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 20:24:42 +00:00
Thomas Neidhart 7a72b1983c Update 3.2.2 release notes site + add link to release notes in navigation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714331 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 14:16:00 +00:00
Thomas Neidhart 0d1c6168f4 Temporarily disable tests for new multi-valued maps wrt serialization until support is restored.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714322 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 13:38:05 +00:00
Thomas Neidhart adf63bc15a Update site for latest 3.2.2 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714319 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 13:37:02 +00:00
Thomas Neidhart da1a5fe00d [COLLECTIONS-580] Remove serialization tests for classes which are not serializable anymore.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714318 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 13:24:24 +00:00
Thomas Neidhart e585cd0433 [COLLECTIONS-580] Removed serialization support for the identified unsafe classes in the collections4 branch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1714262 13f79535-47bb-0310-9956-ffa450edef68
2015-11-13 20:08:45 +00:00
Thomas Neidhart 3b691712fd [COLLECTIONS-577] Add additional test cases for fixed problems with prefixMap. Thanks to Chris Duncan
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1705637 13f79535-47bb-0310-9956-ffa450edef68
2015-09-28 09:42:00 +00:00
Thomas Neidhart f8bd75d37c [COLLECTIONS-576] Fix de-serialization of MultiKey subclasses: hashcode was not re-calculated. Thanks to Stephan Roch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1705620 13f79535-47bb-0310-9956-ffa450edef68
2015-09-28 08:53:44 +00:00
Sebastian Bazley 3a9c4718ee Move assembly to standard location
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1696445 13f79535-47bb-0310-9956-ffa450edef68
2015-08-18 15:17:23 +00:00
Thomas Neidhart 92406348db Clarify that returned uniqueSet only supports removal operations.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1688313 13f79535-47bb-0310-9956-ffa450edef68
2015-06-29 21:31:56 +00:00
Thomas Neidhart 0db8c22eb1 [COLLECTIONS-567] Add Predicated and Synchronized decorators.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1688308 13f79535-47bb-0310-9956-ffa450edef68
2015-06-29 21:28:54 +00:00
Thomas Neidhart 74199bc2ba Add reference to parent ticket.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1688303 13f79535-47bb-0310-9956-ffa450edef68
2015-06-29 20:41:17 +00:00
Thomas Neidhart 3ac225d9a5 Fix checkstyle warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1686950 13f79535-47bb-0310-9956-ffa450edef68
2015-06-22 21:51:07 +00:00
Thomas Neidhart 9314193c8c [COLLECTIONS-572] Add set operations to SetUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1686948 13f79535-47bb-0310-9956-ffa450edef68
2015-06-22 21:49:27 +00:00
Thomas Neidhart 90509ce84e Add indexOf methods to IterableUtils and IteratorUtils, replace last occurrence of ArrayStack with ArrayDeque.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1686921 13f79535-47bb-0310-9956-ffa450edef68
2015-06-22 19:48:47 +00:00
Thomas Neidhart 68bbd2cf4a [COLLECTIONS-570] Consistently use a NullPointerException if a required input is null.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1686855 13f79535-47bb-0310-9956-ffa450edef68
2015-06-22 13:00:27 +00:00
Thomas Neidhart 0acb702f3e [COLLECTIONS-571] Deprecate CollectionUtils.{synchronized,unmodifiable}Collection.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1686826 13f79535-47bb-0310-9956-ffa450edef68
2015-06-22 10:17:20 +00:00
Thomas Neidhart 9f363c0dae Fix checkstyle warnings, cleanup IteratorUtils, fix throws clauses.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1685902 13f79535-47bb-0310-9956-ffa450edef68
2015-06-16 20:13:13 +00:00
Thomas Neidhart 68b92abce7 Revert to returning null.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1685310 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13 19:38:32 +00:00
Thomas Neidhart 1954a51bb5 Continue review of multimap package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1685299 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13 18:27:11 +00:00
Thomas Neidhart 4f5a854b28 Continue review of MultiValuedMap interface and implementations: code style and formatting, use NullPointerException for null arguments, use MultiSet instead of Bag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684983 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 22:07:08 +00:00
Thomas Neidhart fb08d55cbe Add unmodifiable multiset decorator, abstract base test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684982 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 22:05:50 +00:00
Thomas Neidhart eced8829bf [COLLECTIONS-567] Add interface / skeleton code and first implementation of a MultiSet.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684969 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 20:30:39 +00:00
Thomas Neidhart f188400b22 Fix comments.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684859 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11 11:57:24 +00:00
Thomas Neidhart bb7ddb5396 Add missing svn:keywords.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684264 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 20:06:29 +00:00
Thomas Neidhart b653182a8a Add ComparatorUtilsTest.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684262 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 20:05:37 +00:00
Thomas Neidhart be1e92fa79 Complete unit tests for FluentIterable, fix exception for toArray.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684252 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 19:38:26 +00:00
Thomas Neidhart f4693f0adf Clarify null argument behavior of IterableUtils and FluentIterable: decorators do not accept null values, whereas utility methods are null-safe wrt Iterable instances.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684147 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 11:08:42 +00:00
Thomas Neidhart a049083c8f Rename cardinatlity to frequency, apply to forEach, add empty and singleton methods to FluentIterable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684123 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08 08:53:26 +00:00
Thomas Neidhart fd7506f4d7 Add missing @Override tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683951 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06 20:19:03 +00:00
Thomas Neidhart 80b08f8c3a Move cardinality method, rename frequency to countMatches.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683914 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06 14:29:12 +00:00
Thomas Neidhart ed1d755bab Add emptyIfNull method, simplification.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683900 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06 12:16:11 +00:00
Thomas Neidhart 6c8caea331 [COLLECTIONS-551] Move forAllButLastDo methods, add unmodifiableIterable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683897 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06 12:00:46 +00:00
Thomas Neidhart 5214f66618 [COLLECTIONS-551] Move partition methods from CollectionUtils to IterableUtils. Make method consistent: do not allow null predicates, return the same for a null iterable as for an empty one.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683894 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06 08:54:54 +00:00
Thomas Neidhart ed39f93348 Add more tests, add emptyIterable() method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683759 13f79535-47bb-0310-9956-ffa450edef68
2015-06-05 14:06:47 +00:00
Thomas Neidhart 8d78483013 Fix checkstyle warnings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683722 13f79535-47bb-0310-9956-ffa450edef68
2015-06-05 12:00:32 +00:00
Thomas Neidhart c33d3969a3 Add more FluentIterable tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683688 13f79535-47bb-0310-9956-ffa450edef68
2015-06-05 09:41:04 +00:00
Thomas Neidhart 2403bf6543 Fix checkstyle warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683648 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 21:33:43 +00:00
Thomas Neidhart bafb7096f0 Minor changes to FluentIterable, added toList to IterableUtils, added first FluentIterable tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683646 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 21:12:09 +00:00
Thomas Neidhart d1270edd92 Formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683632 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 20:38:03 +00:00
Thomas Neidhart 73d69dfe86 [COLLECTIONS-566] Use natural ordering in IteratorUtils#collate when the provided comparator is null.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683631 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 20:36:25 +00:00
Thomas Neidhart 7c99c6234c Fix checkstyle warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683576 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 15:23:56 +00:00
Thomas Neidhart 2d00ed4676 [COLLECTIONS-551] Move more methods from CollectionUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683492 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 08:52:55 +00:00
Thomas Neidhart ee1a5f5639 Catch correct exception.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683041 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 04:59:59 +00:00
Thomas Neidhart 6937f0de2a Fix javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683020 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 22:42:18 +00:00
Thomas Neidhart ad618b7af9 Deprecate MultiValueMap and MultiMap, replaced by MultiValuedMap.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683019 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 22:41:56 +00:00
Thomas Neidhart 7727c1cc08 Deprecate MultiValueMap and MultiMap, replaced by MultiValuedMap.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683018 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 22:41:31 +00:00
Thomas Neidhart e3edcb9349 Fix javadoc problem.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683016 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 22:40:56 +00:00
Thomas Neidhart 0ec653ec42 Update unit test after method changes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683014 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 22:28:43 +00:00
Thomas Neidhart 6b323f0f53 First review of MultiValuedMap: formatting, throw NullPointerException for null inputs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683013 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 22:27:22 +00:00
Thomas Neidhart 1c0b6089f4 [COLLECTIONS-533] Revert incomplete implementation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683011 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 21:59:10 +00:00
Thomas Neidhart d4fbeefc52 Convert to Junit 4 tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683010 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 21:54:51 +00:00
Thomas Neidhart d684f950c4 [COLLECTIONS-551] First bunch of methods which take an Iterable/Iterator/Enumeration as input shall be moved to the appropriate Util classes. Mark existing methods in CollectionUtils as deprecated.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1683009 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 21:53:01 +00:00
Thomas Neidhart 2eb1586bf7 [COLLECTIONS-557] Added support to specify the initial size of a LRUMap. Thanks to Philippe Mouawad.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682859 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01 10:12:13 +00:00
Thomas Neidhart 8b04e57194 Make FluentIterable method covariant.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682776 13f79535-47bb-0310-9956-ffa450edef68
2015-05-31 19:31:15 +00:00
Thomas Neidhart b3fd256017 Use long instead of int.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682774 13f79535-47bb-0310-9956-ffa450edef68
2015-05-31 19:08:47 +00:00
Thomas Neidhart 4c818fb356 [COLLECTIONS-518] Revert and postpone change to 5.0.TODO.txt
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682770 13f79535-47bb-0310-9956-ffa450edef68
2015-05-31 18:50:54 +00:00
Thomas Neidhart 159b36e66e [COLLECTIONS-565] Add decorators for NavigableSet interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682768 13f79535-47bb-0310-9956-ffa450edef68
2015-05-31 18:35:18 +00:00
Thomas Neidhart 8b328d838e Remove accidental commit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682423 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 11:34:10 +00:00
Thomas Neidhart 6ed868d4d0 Rename SetUtils.identityHashSet to SetUtils.newIdentityHashSet to better reflect that it returns a new instance.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682416 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 10:59:39 +00:00
Thomas Neidhart 1a3337262c Simplify.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682394 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 08:39:06 +00:00
Thomas Neidhart fe95eebf7d Simplify.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682393 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29 08:35:51 +00:00
Thomas Neidhart ba72be98b6 Fix checkstyle warnings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682211 13f79535-47bb-0310-9956-ffa450edef68
2015-05-28 11:16:44 +00:00
Thomas Neidhart b1e21c8a6e Add unit test for ZippingIterator, add factory methods to IteratorUtils, add changelog entry.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682196 13f79535-47bb-0310-9956-ffa450edef68
2015-05-28 09:58:09 +00:00
Thomas Neidhart c193f6556f Add unit test for SkippingIterator, fix bug.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682188 13f79535-47bb-0310-9956-ffa450edef68
2015-05-28 09:42:01 +00:00
Thomas Neidhart 9cb3de6713 Add apply method to FluentIterable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682126 13f79535-47bb-0310-9956-ffa450edef68
2015-05-27 21:34:35 +00:00
Thomas Neidhart e57282bd9c Add collating, zipping, reversing methods to FluentIterable, add ZippingIterator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1682121 13f79535-47bb-0310-9956-ffa450edef68
2015-05-27 21:18:19 +00:00
Thomas Neidhart db0582a60e Add changelog entries for COLLECTIONS-464
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681858 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26 20:46:25 +00:00
Thomas Neidhart eb5e737f8f Add javadoc, simplify IterableUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681857 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26 20:46:09 +00:00
Thomas Neidhart 27a92653a0 [COLLECTIONS-464] Add first version of a FluentIterable implementation, cleanup recently toString methods in IterableUtils, add SkippingIterator and additional methods to IteratorUtils and IterableUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681783 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26 15:54:09 +00:00
Thomas Neidhart 1918bb005e [COLLECTIONS-556] Added method SetUtils.identityHashSet.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681635 13f79535-47bb-0310-9956-ffa450edef68
2015-05-25 19:18:50 +00:00
Thomas Neidhart 0e11402b98 [COLLECTIONS-562] Upgrade minimum java requirement to Java 6. Replace ArrayStack with ArrayDeque.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681434 13f79535-47bb-0310-9956-ffa450edef68
2015-05-24 10:49:58 +00:00
Thomas Neidhart 289e7a769e javadoc improvements to collect methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681429 13f79535-47bb-0310-9956-ffa450edef68
2015-05-24 09:54:09 +00:00
Thomas Neidhart ccad4919ac Add missing Since tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1671835 13f79535-47bb-0310-9956-ffa450edef68
2015-04-07 12:48:37 +00:00
Thomas Neidhart df22e0c5d2 [COLLECTIONS-543] Do not override equals and hashCode for abstract collections.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1671833 13f79535-47bb-0310-9956-ffa450edef68
2015-04-07 12:29:46 +00:00
Thomas Neidhart 0f4a98cfe1 [COLLECTIONS-395] Added LRUMap#get(Object, boolean) to query the map without affecting the lru order. Thanks to David Hawthorne.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1671832 13f79535-47bb-0310-9956-ffa450edef68
2015-04-07 12:25:18 +00:00
Thomas Neidhart 640670bd86 [COLLECTIONS-558] Change return type of ListOrderedSet#remove(int) to the generic type parameter. Thanks to Felix Rabe
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1669140 13f79535-47bb-0310-9956-ffa450edef68
2015-03-25 16:02:45 +00:00
Thomas Neidhart ae97a498d1 Remove @Override annotation on interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1669139 13f79535-47bb-0310-9956-ffa450edef68
2015-03-25 16:01:54 +00:00
Thomas Neidhart 583d96b089 [COLLECTIONS-555] Added clarification to TreeBag#add(Object) wrt null arguments. Thanks to M Kim.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1660515 13f79535-47bb-0310-9956-ffa450edef68
2015-02-17 22:02:59 +00:00
Thomas Neidhart 39513f9142 [COLLECTIONS-550] Added IterableUtils#toString(...) to newly created IterableUtils class. Thanks to Goncalo Marques. This closes #7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1656600 13f79535-47bb-0310-9956-ffa450edef68
2015-02-02 23:10:32 +00:00
Thomas Neidhart 2db7aa771a [COLLECTIONS-427] Revert performance improvement and add clarifying javadoc wrt runtime complexity.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1655062 13f79535-47bb-0310-9956-ffa450edef68
2015-01-27 15:09:02 +00:00
Thomas Neidhart a3b3b74ec6 [COLLECTIONS-426] Revert performance improvement and add clarifying javadoc wrt runtime complexity.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1655060 13f79535-47bb-0310-9956-ffa450edef68
2015-01-27 15:03:22 +00:00
Thomas Neidhart 1ca637930f [COLLECTIONS-523] Add javadoc and close pull request. This closes #2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1654521 13f79535-47bb-0310-9956-ffa450edef68
2015-01-24 14:13:16 +00:00
Thomas Neidhart dd5e51e5b3 [COLLECTIONS-530] Added Builder for PredicatedCollection. Thanks to Erik.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1654518 13f79535-47bb-0310-9956-ffa450edef68
2015-01-24 14:03:40 +00:00
Thomas Neidhart 5d42c95c33 [COLLECTIONS-545] Documented runtime complexity of CollectionUtils#removeAll(Collection, Collection).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1654156 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 09:34:18 +00:00
Thomas Neidhart 30e5023265 [COLLECTIONS-543] AbstractCollectionDecorator does not forward equals and hashCode anymore to the backing collection.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1651115 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 15:21:18 +00:00
Thomas Neidhart 32155107dd Fix findbugs error.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1651113 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 15:16:53 +00:00
Thomas Neidhart 6975b0567d [COLLECTIONS-512] Revert javadoc comment in AbstractCollectionDecorator, method should not delegate, see COLLECTIONS-543.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1651099 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 14:08:25 +00:00
Thomas Neidhart 9e64a3cb81 [COLLECTIONS-544] Documented runtime complexity of CollectionUtils.retainAll(Collection, Collection). Thanks to Oswaldo Olivo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1651098 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 14:06:07 +00:00
Thomas Neidhart f59e419683 Add jacoco profile after commons-parent changes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1650158 13f79535-47bb-0310-9956-ffa450edef68
2015-01-07 21:05:12 +00:00
Thomas Neidhart 161aa07d8b [COLLECTIONS-512] Added note to javadoc of AbstractCollectionDecorator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1649014 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 13:02:46 +00:00
Thomas Neidhart 6180e44ff3 [COLLECTIONS-542] Fix javadoc of AbstractHashedMap wrt inheritance of AbstractMap.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1649010 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 12:32:37 +00:00
Thomas Neidhart f30855735a [COLLECTIONS-539] Changed scope of CircularFifoQueue.isAtFullCapacity to public.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1648957 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 22:01:31 +00:00
Thomas Neidhart 9dbf8388c5 [COLLECTIONS-525] Fix PatriciaTrie.prefixMap(). Thanks to Zigler Zhang.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1648941 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 21:10:46 +00:00
Thomas Neidhart 9acc3e824e Avoid generic return parameter, specify the actual interface being used to avoid compilation problems.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1648910 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 17:26:55 +00:00
Thomas Neidhart 67c51ed7ef Fix compilation error.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1648873 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 16:29:59 +00:00
Thomas Neidhart 90f4139bf7 [COLLECTIONS-511] Added CollectionUtils.partition(...) methods. Thanks to Brent Worden, Nathan Blomquist.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1648844 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 13:51:44 +00:00
Thomas Neidhart e6c2735e95 [COLLECTIONS-537] Harmonized signature of functor-related factory methods: collection and array based methods did not have the same generic bounds. Thanks to Frank Jakop.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1648561 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 18:24:14 +00:00
Thomas Neidhart 45a0337e1d [COLLECTIONS-540] Added CollectionUtils#get(Enumeration, int), simplified code of CollectionUtils#get(Object, int). Thanks to Daniel Stewart, Issam El Atif. This closes #6.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1647955 13f79535-47bb-0310-9956-ffa450edef68
2014-12-26 11:06:23 +00:00
Gary D. Gregory f0b18d27f0 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635476 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 12:24:46 +00:00
Gary D. Gregory c611542726 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635475 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 12:23:10 +00:00
Gary D. Gregory c0e4ebfbb0 Redundant superinterface Serializable for the type AbstractListValuedMap<K,V>, already defined by AbstractMultiValuedMap<K,V>.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635474 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 12:22:29 +00:00
Gary D. Gregory 276552d5e7 Redundant superinterface MultiValuedMap<K,V> for the type MultiValuedLinkedHashMap<K,V>, already defined by AbstractMultiValuedMap<K,V>.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635473 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 12:21:54 +00:00
Gary D. Gregory 115198b9c9 Redundant superinterface MultiValuedMap<K,V> for the type MultiValuedHashMap<K,V>, already defined by AbstractMultiValuedMap<K,V>.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635472 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 12:21:32 +00:00
Gary D. Gregory c460996e75 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635471 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 12:20:21 +00:00
Gary D. Gregory e6cde856d7 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635355 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 00:23:36 +00:00
Gary D. Gregory 9843210e57 The static method transformedSet(Set<Object>, Transformer<? super Object,? extends Object>) from the type TransformedSet should be accessed directly.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635353 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 00:22:49 +00:00
Gary D. Gregory 2edb7a20f3 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635351 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 00:22:14 +00:00
Gary D. Gregory 3adcd2103d Close file stream in test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635348 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 00:12:34 +00:00
Gary D. Gregory 26e77ea862 Close file stream in test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635347 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 00:10:20 +00:00
Gary D. Gregory 2ed5c6af23 Javadoc: Use the active voice.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635319 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 22:32:31 +00:00
Thomas Neidhart 939527bcc5 [COLLECTIONS-518] Make AbstractIterableGetMapDecorator abstract. Thanks to Dipanjan Laha.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635305 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 21:18:45 +00:00
Thomas Neidhart b9284992ea [COLLECTIONS-536] Improved null check. Thanks to Tagir Valeev.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1635303 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 21:05:03 +00:00
Thomas Neidhart a3503a1b56 Add new concrete MultiValuedMap implementation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1633229 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 21:03:46 +00:00
Thomas Neidhart e317d17ba3 Add missing svn:keywords
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1633228 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 21:02:44 +00:00
Thomas Neidhart ef70e7408f Fix formatting, warnings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1633227 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 21:00:58 +00:00
Benedikt Ritter f453d6d13f Revert changes from r1632886 after comments by Thomas Neidhart
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1633168 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 14:39:12 +00:00
Thomas Neidhart ad28a3cb5c [COLLECTIONS-534] Added clarifiying comment about performance to CollectionBag.retainAll. Thanks to Oswaldo Olivo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1632904 13f79535-47bb-0310-9956-ffa450edef68
2014-10-19 12:44:34 +00:00
Benedikt Ritter ab82b11dde COLLECTIONS-535: Clarify JavaDoc of MultiKey getKey() and size(). This closes #4 from github. Thanks to Alexander Kjäll
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1632886 13f79535-47bb-0310-9956-ffa450edef68
2014-10-19 10:10:45 +00:00
Dipanjan Laha 8834c8e380 [COLLECTIONS-533] Changing SetValuedLinkedHashMap's default collection to LinkedHashSet to preserve insertion order & some more tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1632539 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 11:27:23 +00:00
Dipanjan Laha 5310e25a6c [COLLECTIONS-533] Initial commit for MultiValuedLinkedHashMap implementation & tests. Thanks to Geoff Schoeman.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1632534 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 10:51:23 +00:00
Gary D. Gregory a159678678 Use the more modern, compact, and flexible Javadoc "{@code ...}" instead of the HTML "<tt>...</tt>".
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1612021 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 04:51:05 +00:00
dlaha b0580d508b [COLLECTIONS-508] Updating equals and hashCode for ListValuedMap, SetValuedMap and MultiValuedMap
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1610049 13f79535-47bb-0310-9956-ffa450edef68
2014-07-12 21:10:23 +00:00
Thomas Neidhart 0a7871a141 [COLLECTIONS-529] Added methods removeAll and retainAll to CollectionUtils that use a custom Equator for equality checks. Thanks to Alexander Muthmann and Dipanjan Laha.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1598646 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 15:44:08 +00:00
Thomas Neidhart bb0a4b6b03 [COLLECTIONS-531] Use proper type bounds for CollectionUtils.isEqualCollection(C, C, Equator). Thanks to Dipanjan Laha.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1598357 13f79535-47bb-0310-9956-ffa450edef68
2014-05-29 18:31:56 +00:00
Thomas Neidhart 0a114bbdb0 [COLLECTIONS-523] Remove unneeded private method. Thanks to Thiago Andrade.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1596053 13f79535-47bb-0310-9956-ffa450edef68
2014-05-19 20:47:09 +00:00
Thomas Neidhart d3d48f8347 [COLLECTIONS-516] Added clarification to javadoc in case of null keys/values. Thanks to Cyrille Artho.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1596050 13f79535-47bb-0310-9956-ffa450edef68
2014-05-19 20:37:58 +00:00
Thomas Neidhart 527213decc [COLLECTIONS-524] ListOrderedSet.listOrderedSet(List) did not remove duplicates from the input list. Thanks to J Goodfellow.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1592910 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 22:12:50 +00:00
Thomas Neidhart 320c0acf89 [COLLECTIONS-521] Fix MultiKeyMap when using two key arguments and the second is null. Thanks to Maxime Nay.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1592893 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 21:38:05 +00:00
Thomas Neidhart a85fe84ce6 [COLLECTIONS-522] Updated code example for PredicatedList. Thanks to Erik.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1592882 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 20:58:16 +00:00
Thomas Neidhart 62e56cd388 [COLLECTIONS-512] Fix equals method of FixedOrderComparator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1592874 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 20:42:24 +00:00
Thomas Neidhart d61e967bad [COLLECTIONS-519] Revert after discussion on the mailinglist.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1591832 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 08:58:40 +00:00
Thomas Neidhart c48007f44b [COLLECTIONS-519] Constructors of *Utils classes are now protected to allow sub-classing. Thanks to Radoslav Paskalev, Daniel Feist.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1591602 13f79535-47bb-0310-9956-ffa450edef68
2014-05-01 11:04:59 +00:00
Thomas Neidhart 0721f49bf0 [COLLECTIONS-508] Further additions.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1588354 13f79535-47bb-0310-9956-ffa450edef68
2014-04-17 19:45:56 +00:00
Thomas Neidhart bc85bab7a5 [COLLECTIONS-512] Fix equals method for TransformingComparator. Thanks to Cyrille Artho.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1586477 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 21:55:29 +00:00
Thomas Neidhart a431ff8881 [COLLECTIONS-508] javadoc cleanup, interface review.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1585601 13f79535-47bb-0310-9956-ffa450edef68
2014-04-07 22:03:09 +00:00
Thomas Neidhart fc4bd9b4d0 [COLLECTIONS-508] Improved original contribution after feedback. Thanks to Dipanjan Laha.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1585335 13f79535-47bb-0310-9956-ffa450edef68
2014-04-06 19:58:37 +00:00
Thomas Neidhart 82b547ad25 [COLLECTIONS-510] Fix compilation errors with java 8. Thanks to Hollis Waite.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1584898 13f79535-47bb-0310-9956-ffa450edef68
2014-04-04 20:33:19 +00:00
Thomas Neidhart b0e7365e0c [COLLECTIONS-508] Initial commit of new MultiValuedMap interface + implementations. Thanks to Dipanjan Laha.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1581553 13f79535-47bb-0310-9956-ffa450edef68
2014-03-25 22:01:07 +00:00
Thomas Neidhart 56ff5a3481 Fix wrong issue number.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1575587 13f79535-47bb-0310-9956-ffa450edef68
2014-03-08 18:48:06 +00:00
Thomas Neidhart 00291db476 [COLLECTIONS-508] Clarify javadoc of CollectionBag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1575586 13f79535-47bb-0310-9956-ffa450edef68
2014-03-08 18:47:09 +00:00
Thomas Neidhart c7599fd2a8 Update test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1573753 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:25:39 +00:00
Thomas Neidhart 76d073f5a8 Remove duplicate factory methods, no need for it.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1573752 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:24:15 +00:00
Thomas Neidhart b68202aa29 Update release information, the next will be 4.1 rather than 4.0.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1573751 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:15:08 +00:00
Thomas Neidhart 649f160522 Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1573750 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:14:31 +00:00
Thomas Neidhart 2ddd54a7dd [COLLECTIONS-507] Removed wrong type bounds for ComparatorUtils.chainedComparator. Thanks to Gerson.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1567759 13f79535-47bb-0310-9956-ffa450edef68
2014-02-12 21:17:41 +00:00
Thomas Neidhart e1527d3cb9 [COLLECTIONS-506] Added clarification to CollectionUtils wrt general contract of Object#equals and hashCode.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1554554 13f79535-47bb-0310-9956-ffa450edef68
2013-12-31 16:24:45 +00:00
Thomas Neidhart 3a1d8e7db0 [COLLECTIONS-503] Added new IfTransformer and deprecate TransformerUtils.switchTransformer(Predicate, Transformer, Transformer). Thanks to Josh Cain.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1549021 13f79535-47bb-0310-9956-ffa450edef68
2013-12-08 11:41:03 +00:00
Thomas Neidhart 6ab22a7df1 Add missing closure type.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1549020 13f79535-47bb-0310-9956-ffa450edef68
2013-12-08 11:39:48 +00:00
Thomas Neidhart ba8758326c [COLLECTIONS-471] Added BoundedIterator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1546220 13f79535-47bb-0310-9956-ffa450edef68
2013-11-27 22:54:05 +00:00
Thomas Neidhart 59899e1c82 Add message to exception.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1546206 13f79535-47bb-0310-9956-ffa450edef68
2013-11-27 21:50:47 +00:00
Thomas Neidhart 393fa5df92 Use interface instead of concrete class.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1545844 13f79535-47bb-0310-9956-ffa450edef68
2013-11-26 21:11:29 +00:00
Thomas Neidhart 47cafb82d7 Post release updates.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1544965 13f79535-47bb-0310-9956-ffa450edef68
2013-11-24 12:50:02 +00:00
Thomas Neidhart 5950eba7ef Update release notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543975 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 22:35:45 +00:00
Thomas Neidhart db058c359e Fix for java 1.5 compilation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543971 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 22:16:05 +00:00
Thomas Neidhart c00465cc99 [COLLECTIONS-502] remove generic parameters from static INSTANCE fields.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543964 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 21:53:39 +00:00
Thomas Neidhart 35d4fd2ae7 [COLLECTIONS-502] remove generic parameters from static INSTANCE fields.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543955 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 21:23:53 +00:00
Thomas Neidhart 07d54f1676 [COLLECTIONS-502] remove generic parameters from static INSTANCE fields.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543950 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 21:13:35 +00:00
Thomas Neidhart 8ca8d6823b Remove unused imports.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543928 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 20:15:35 +00:00
Emmanuel Bourg d990feb367 Minor changes (typo, unused import)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543740 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 09:33:14 +00:00
Emmanuel Bourg 6cf4249650 Added a test for IteratorEnumeration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543728 13f79535-47bb-0310-9956-ffa450edef68
2013-11-20 07:51:32 +00:00
Gary D. Gregory 6df343df26 Remove redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543279 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:54:31 +00:00
Gary D. Gregory 84daf6aee0 Remove redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543278 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:54:07 +00:00
Gary D. Gregory 233746d8fd Remove redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543277 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:53:50 +00:00
Gary D. Gregory dc8138a8a9 Remove redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543276 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:53:14 +00:00
Gary D. Gregory 5f84693e1d Remove redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543273 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:52:40 +00:00
Gary D. Gregory 82c1bee3f7 Remove unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543270 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:51:43 +00:00
Gary D. Gregory 5bef000847 Remove redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543268 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:49:59 +00:00
Gary D. Gregory e7c8eaeb22 Remove import from own package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543267 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:49:24 +00:00
Gary D. Gregory 6d908d014c Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543265 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:48:44 +00:00
Gary D. Gregory e48157a0de Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543264 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:48:12 +00:00
Gary D. Gregory c2bfafd4bb Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543263 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:47:55 +00:00
Gary D. Gregory c779a5ddb8 Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543262 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:47:45 +00:00
Gary D. Gregory 60a8028d22 Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543261 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:47:34 +00:00
Gary D. Gregory ce1f9e2928 Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543260 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:47:22 +00:00
Gary D. Gregory 7419cdb1fb Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543259 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:47:07 +00:00
Gary D. Gregory e32f477085 Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543258 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:46:30 +00:00
Gary D. Gregory 81d1982c3c Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543257 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:45:55 +00:00
Gary D. Gregory 3fe52d0cd8 Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543256 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:45:38 +00:00
Gary D. Gregory f27cca133f Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543255 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:45:24 +00:00
Gary D. Gregory cd78c96d22 Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543253 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:43:25 +00:00
Gary D. Gregory 6602d00afa Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543252 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:41:17 +00:00
Gary D. Gregory 1d1cb74151 Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543251 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:40:55 +00:00
Gary D. Gregory 4d8331ef9c Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543250 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:40:27 +00:00
Gary D. Gregory bae09b4838 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543247 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:36:51 +00:00
Gary D. Gregory aa0c114ac9 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543246 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:36:29 +00:00
Gary D. Gregory 584a10fda5 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543245 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:35:11 +00:00
Gary D. Gregory bd861c0d80 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543244 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:32:43 +00:00
Gary D. Gregory 53c08a37ef Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543243 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:32:29 +00:00
Gary D. Gregory fc3d530961 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543242 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:32:15 +00:00
Gary D. Gregory 6f95e26fc9 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543241 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:31:39 +00:00
Gary D. Gregory 84a844af5d Fix grammar in message.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543240 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:31:19 +00:00
Gary D. Gregory 6607ad4329 Add missing @Override annotations.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543168 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 21:22:43 +00:00
Gary D. Gregory 69aa3946d2 Remove redundant super-interfaces, already defined by super-types.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543167 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 21:21:32 +00:00
Gary D. Gregory b1834e87a6 The import java.util.Iterator is never used.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543158 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 21:07:59 +00:00
Thomas Neidhart 15ad7824ef [COLLECTIONS-501] Renamed MultiKeyMap.remove(Object, Object, ...) to removeMultiKey(...).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1542782 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 18:27:12 +00:00
Thomas Neidhart 4f296da76c [COLLECTIONS-500] Renamed MultiMap.remove(K, V) to boolean removeMapping(K, V).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1542763 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 17:10:33 +00:00
Thomas Neidhart 04af9bc8ee Exclude more test cases for IBM JDK 6 as these are failing for release SR15.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1542074 13f79535-47bb-0310-9956-ffa450edef68
2013-11-14 20:57:02 +00:00
Thomas Neidhart 8cc80dd1a4 Fix compilation error on jenkins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1542020 13f79535-47bb-0310-9956-ffa450edef68
2013-11-14 19:00:59 +00:00
Thomas Neidhart d73ff41fa1 Move SuppressWarnings tag from for loop to method level to prevent compilation problems with IBM JDK 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1541722 13f79535-47bb-0310-9956-ffa450edef68
2013-11-13 21:14:15 +00:00
Emmanuel Bourg b34856498e Enabled a test for NullPredicate
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540862 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 22:06:50 +00:00
Emmanuel Bourg 0f5b35aa8d Code simplification
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540860 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 21:58:27 +00:00
Thomas Neidhart 90559c49ba Fix findbugs warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540835 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 20:36:06 +00:00
Thomas Neidhart 5a87d98aa1 [COLLECTION-497,498,499] Refactored test framework for bag implementations, added missing tests, added CollectionSortedBag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540833 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 20:28:22 +00:00
Thomas Neidhart 528dbde3d2 Fix package description.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540804 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 18:58:31 +00:00
Thomas Neidhart a06a726acf Added tests for the unmodifiable factory methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540768 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 16:48:35 +00:00
Thomas Neidhart 539be680cd [COLLECTIONS-496] UnmodifiableBoundedCollection does now also implement the Unmodifiable marker interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540766 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 16:47:20 +00:00
Thomas Neidhart 72784c46f6 [COLLECTIONS-495] Fix UnmodifiableTrie.unmodifiableTrie, add tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540763 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 16:30:14 +00:00
Thomas Neidhart 15ee56bd0f Add more tests for queue interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540719 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 13:52:13 +00:00
Emmanuel Bourg 49452d6505 Removed the obsolete test constructors
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540705 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 13:22:32 +00:00
Emmanuel Bourg 5d975f576c Removed the unused import statements in the tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540695 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 13:01:13 +00:00
Thomas Neidhart 9e8b370391 Add unit test for TrieUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540644 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 09:09:42 +00:00
Thomas Neidhart 11ddae0a35 Add unit test for QueueUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540643 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 09:07:10 +00:00
Thomas Neidhart 81a4b4ace7 Cleanup.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540639 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 08:54:12 +00:00
Thomas Neidhart dba769313d [COLLECTIONS-494] Move Equator interface to base package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540568 13f79535-47bb-0310-9956-ffa450edef68
2013-11-10 22:19:46 +00:00
Thomas Neidhart 648a21eb5d [COLLECTIONS-494] Move Equator interface to base package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540567 13f79535-47bb-0310-9956-ffa450edef68
2013-11-10 22:19:29 +00:00
Thomas Neidhart 1996cc6875 Improve release notes with feedback from ebourg.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540564 13f79535-47bb-0310-9956-ffa450edef68
2013-11-10 22:11:43 +00:00
Thomas Neidhart ed7710f41c Fix some generics warnings in test code.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1539957 13f79535-47bb-0310-9956-ffa450edef68
2013-11-08 09:25:15 +00:00