Commit Graph

2189 Commits

Author SHA1 Message Date
Thomas Neidhart e5f105dab9 Fixed ordering of attributes in change list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366795 13f79535-47bb-0310-9956-ffa450edef68
2012-07-29 09:17:28 +00:00
Thomas Neidhart 88b7b4b3a0 [COLLECTIONS-379] Fixed javadoc in CollectionUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366204 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 21:18:24 +00:00
Thomas Neidhart 4303c163b1 Add change for 3.2.2 also for 4.0 release, fix javadoc for COLLECTIONS-331.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366195 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 20:50:27 +00:00
Thomas Neidhart bc715edab3 Fix wrong issue reference.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366190 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 20:36:09 +00:00
Thomas Neidhart 459f14b33c [COLLECTIONS-239] to keep backwards compatibility, do not use DefaultEquator in case no equator is specific, but rather use the original equals method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366185 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 20:24:27 +00:00
Thomas Neidhart bb72bc51ce Add change for COLLECTIONS-323 to changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366178 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 20:08:11 +00:00
Thomas Neidhart fd5f2734a3 Added COLLECTIONS-404 to changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366176 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 19:56:19 +00:00
Thomas Neidhart 30bbfaf6d6 Javadoc fixes for predicates.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366175 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 19:53:10 +00:00
Thomas Neidhart b7327a42da [COLLECTIONS-239] Use of generic Equator in EqualPredicate.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366174 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 19:46:32 +00:00
Thomas Neidhart 09c256dbb3 Small javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366166 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 19:30:15 +00:00
Thomas Neidhart 14eff09f21 Cleanup of functors package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366162 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 19:23:39 +00:00
Thomas Neidhart af26dd95c2 Removed svn:executable properties on resource.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366113 13f79535-47bb-0310-9956-ffa450edef68
2012-07-26 17:59:18 +00:00
Thomas Neidhart c5e2cb5c2e Added clarifying javadoc for ListUtils#removeAll wrt runtime performance.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1365784 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 21:39:30 +00:00
Thomas Neidhart ab7f253ce5 [COLLECTION-425] Improved performance of ListOrderedMap#remove method, thanks to Adrian Nistor for report and patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1365749 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 21:14:42 +00:00
Thomas Neidhart ff79ffc826 [COLLECTION-225] Added missing Unmodifiable marker interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1365738 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 20:52:45 +00:00
Thomas Neidhart c57a9af3e7 [COLLECTION-225] Added first version patricia trie contribution.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1365732 13f79535-47bb-0310-9956-ffa450edef68
2012-07-25 20:42:48 +00:00
Thomas Neidhart 15a747624f Add more missing contributors to pom.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361800 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 21:13:50 +00:00
Thomas Neidhart db3e08d2b7 Cleanup of map package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361799 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 21:13:23 +00:00
Thomas Neidhart a24baccfc6 Fix missing eol in package-info.java files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361729 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 16:16:07 +00:00
Thomas Neidhart 867e3a47dd checkstyle fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361728 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 16:13:45 +00:00
Thomas Neidhart bb3cc3de88 Ignore javadoc for private methods in checkstyle config.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361726 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 16:11:32 +00:00
Thomas Neidhart 846c7e2733 checkstyle fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361721 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 16:05:57 +00:00
Thomas Neidhart 4c8451321d Add more checks to checkstyle.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361720 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 16:05:36 +00:00
Thomas Neidhart 4159df5ea1 Added missing contributors to pom.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361711 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 15:00:55 +00:00
Thomas Neidhart 6b73b4d72d Cleanup of main package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361710 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 15:00:21 +00:00
Thomas Neidhart 44bc5d5851 Added first versions of changes.xml and release-notes.vm
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361692 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 11:54:30 +00:00
Thomas Neidhart 65e6819a3d Fix javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361690 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 11:48:04 +00:00
Thomas Neidhart eb1e54d991 Fix @since tag: remove redundant Commons Collections, change 5 to 4.0 where applicable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361689 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 11:45:57 +00:00
Thomas Neidhart 3c233e4caf Cleanup of put/get interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361688 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 11:37:50 +00:00
Thomas Neidhart b1cabc6718 change generics workaround.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361686 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 11:19:02 +00:00
Thomas Neidhart 5387e5ef4d Cleanup of set package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361684 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 10:48:36 +00:00
Thomas Neidhart bb8bb80328 [COLLECTIONS-404] moved to comparators.sequence package, cleanup.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361677 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 10:12:33 +00:00
Thomas Neidhart 203a81890d Fix compilation problem with jdk1.5 wrt generics.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361659 13f79535-47bb-0310-9956-ffa450edef68
2012-07-15 08:50:52 +00:00
Thomas Neidhart f8ea63dfdf Added missing contributor to pom.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361598 13f79535-47bb-0310-9956-ffa450edef68
2012-07-14 22:14:04 +00:00
Thomas Neidhart 5486a179db Cleanup of list package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361597 13f79535-47bb-0310-9956-ffa450edef68
2012-07-14 22:13:11 +00:00
Thomas Neidhart 20fdf174fe [COLLECTIONS-421] Cleanup of ListUtils, use wildcards for hashCodeForList, use generic example in javadoc, thanks to Benedikt Ritter.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361590 13f79535-47bb-0310-9956-ffa450edef68
2012-07-14 21:36:25 +00:00
Thomas Neidhart 37ace6950e Cleanup of keyvalue package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356967 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:39:25 +00:00
Thomas Neidhart cb9dca74d3 Fix SplitMapUtils test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356962 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:28:55 +00:00
Thomas Neidhart adac975573 Move SplitMapUtils test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356961 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:27:56 +00:00
Thomas Neidhart 2f86207b2d Cleanup of SplitMapUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356958 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:25:12 +00:00
Joerg Schaible 2f4d235479 More var-args. Clean-up.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356957 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:25:08 +00:00
Thomas Neidhart 60a3e7c07a Cleanup of splitmap package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356955 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:24:25 +00:00
Thomas Neidhart 335f3c4802 Cleanup of comparators package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356950 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 21:13:33 +00:00
Thomas Neidhart b24253a157 Cleanup of collection package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356933 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 20:49:03 +00:00
Thomas Neidhart a9b11e2cf2 Cleanup of buffer package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1356916 13f79535-47bb-0310-9956-ffa450edef68
2012-07-03 20:27:01 +00:00
Thomas Neidhart c94dfb59c0 Cleanup bidimap package: package-info.java, version, author tags, javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1353747 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 21:18:57 +00:00
Thomas Neidhart f2086a2105 Cleanup bag package: package-info.java, version, author tags, javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1353731 13f79535-47bb-0310-9956-ffa450edef68
2012-06-25 20:34:32 +00:00
Sebastian Bazley 2de4064e0e Generics
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1353221 13f79535-47bb-0310-9956-ffa450edef68
2012-06-24 01:34:56 +00:00
Sebastian Bazley 6e8a14adda Unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1353220 13f79535-47bb-0310-9956-ffa450edef68
2012-06-24 01:27:37 +00:00
Sebastian Bazley 9979f0c493 Casts away
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1353219 13f79535-47bb-0310-9956-ffa450edef68
2012-06-24 01:27:22 +00:00