Commit Graph

1937 Commits

Author SHA1 Message Date
Thomas Neidhart 30748db1e2 Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457548 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 20:10:15 +00:00
Thomas Neidhart dcda42acf5 [COLLECTIONS-351] Remove EMPTY_LIST, EMPTY_SET and EMPTY_MAP.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457540 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 19:39:30 +00:00
Thomas Neidhart 0de81d9e4c Remove obsolete serialization data.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457534 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 19:36:27 +00:00
Thomas Neidhart 0a131d671c [COLLECTIONS-375] Added ListUtils.defaultIfNull.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457533 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 19:35:45 +00:00
Thomas Neidhart 8194aba1f4 [COLLECTIONS-351] Moved IdentityMap to tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457527 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 19:24:14 +00:00
Thomas Neidhart 492288c34f Remove obsolete abstract test class.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457519 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 19:05:48 +00:00
Thomas Neidhart f704906d20 Cleanup of test classes wrt author, version tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457518 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 19:03:15 +00:00
Thomas Neidhart 6cf9d485ab [COLLECTIONS-351] Fix SynchonizedBag after removal of SynchronizedSet.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457514 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 18:50:44 +00:00
Thomas Neidhart c340a74c7e [COLLECTIONS-351] Removed Synchronized[List, Set, SortedSet] and replaced with calls to Collections.synchronizedXXX.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457511 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 18:39:57 +00:00
Thomas Neidhart 3466da1a67 [COLLECTIONS-451] add to changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457509 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 18:24:25 +00:00
Thomas Neidhart a2be810bb5 [COLLECTIONS-451] Hide constructors for *Utils classes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457508 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 18:21:58 +00:00
Thomas Neidhart 7ec6ca6814 Update package-info after removal of ExtendedProperties.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457507 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 18:16:39 +00:00
Thomas Neidhart a1179b9c7d [COLLECTIONS-432] Add queue decorators.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457501 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 17:50:15 +00:00
Thomas Neidhart 0ec35de2c5 [COLLECTIONS-424] Add to changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457411 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 10:05:03 +00:00
Thomas Neidhart 0f0b8710e2 [COLLECTIONS-424] CompositeSet: remove inheritance from CompositeCollection, update mutator class and unit tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457410 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 10:01:09 +00:00
Thomas Neidhart fb7bae91d7 [COLLECTIONS-351] Remove ExtendedProperties, users should better use commons-configuration for this purpose.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457291 13f79535-47bb-0310-9956-ffa450edef68
2013-03-16 18:56:00 +00:00
Thomas Neidhart 2bafac38a7 [COLLECTIONS-445] Clarify that the behavior of IBM JDK is not really a bug, Map.Entry specifies that its behavior is undefined if the backing map is modified.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1454717 13f79535-47bb-0310-9956-ffa450edef68
2013-03-09 14:24:34 +00:00
Thomas Neidhart 83371b380d Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1454712 13f79535-47bb-0310-9956-ffa450edef68
2013-03-09 14:10:22 +00:00
Thomas Neidhart 8b9a79d087 [COLLECTIONS-361] Added CollectionUtils.filterInverse. Thanks to Jean-Noel Rouvignac for patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1454100 13f79535-47bb-0310-9956-ffa450edef68
2013-03-07 21:03:01 +00:00
Thomas Neidhart d5d29b625f [COLLECTIONS-445] Several workarounds for IBM JDKs flawed TreeMap.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453585 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 21:57:53 +00:00
Thomas Neidhart 88ca4cdf88 Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453519 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 20:01:00 +00:00
Thomas Neidhart cdfd6b7a67 [COLLECTIONS-372] Allow different input/output types for TransformingComparator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453516 13f79535-47bb-0310-9956-ffa450edef68
2013-03-06 19:51:26 +00:00
Thomas Neidhart 0ba8b8194e Cleanup map test package: remove authors, change to Id keyword.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453044 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 22:20:26 +00:00
Thomas Neidhart 22b85223d2 Update svn keywords
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453039 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 22:11:14 +00:00
Thomas Neidhart e15f419b0c Mark ArrayStack as deprecated, can not remove as we still target 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453021 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 21:37:56 +00:00
Thomas Neidhart 41f5524e92 [COLLECTIONS-446] Added method isEqualCollection(Collection, Collection, Equator) to CollectionUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1453012 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 21:29:50 +00:00
Thomas Neidhart 5f2a8837c0 [COLLECTIONS-366] Reverting initial commit, feature gets postponed.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1452951 13f79535-47bb-0310-9956-ffa450edef68
2013-03-05 19:08:58 +00:00
Thomas Neidhart b88692f83a [COLLECTIONS-447] Fix traversal of a TreeListIterator after calling remove(). Thanks to Jeffrey Barnes for the report and patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1452481 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 20:20:18 +00:00
Thomas Neidhart 89ebfe8f92 Correct site for current release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1452078 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 18:02:12 +00:00
Thomas Neidhart fc8e866f67 Update package-info: IndexedCollection is a decorator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451948 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 22:04:51 +00:00
Thomas Neidhart 9d80646a92 [COLLECTIONS-366] Added ListUtils.range methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451914 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 18:12:46 +00:00
Thomas Neidhart f2e3a929ea Add missing since tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451903 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 16:31:17 +00:00
Thomas Neidhart 13808248c4 Update package-info for collection package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451884 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 13:05:33 +00:00
Thomas Neidhart d1ba17365f [COLLECTIONS-275] Finished IndexedCollection by supporting non-uniqueness of keys, fixes tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451883 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 12:54:47 +00:00
Thomas Neidhart 77309d9e0d Update javadoc example.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451877 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 11:56:07 +00:00
Thomas Neidhart 428c1938aa Exclude download cgi from source distribution.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451876 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 11:39:55 +00:00
Thomas Neidhart 156bfd38de Remove serialization test data for deleted classes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451390 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 22:16:17 +00:00
Thomas Neidhart ea5a810cba Update package info after addition of DualLinkedHashBidiMap.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451365 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 21:38:16 +00:00
Thomas Neidhart c651f277ea [COLLECTIONS-258] Added new DualLinkedHashBidiMap implementation. Thanks to Nathan Blomquist for the patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451337 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 20:58:51 +00:00
Thomas Neidhart 20fd724646 Added missing since tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451309 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 19:34:33 +00:00
Thomas Neidhart 33d7ef3475 Add more resolved issues for 4.0 to changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451302 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 19:22:35 +00:00
Thomas Neidhart 4898823d3c [COLLECTIONS-396] Add change record.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451281 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 18:31:14 +00:00
Thomas Neidhart 71839dd264 [COLLECTIONS-396] Added new LazyIteratorChain in iterators. Thanks to Jeff Rodriguez.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451210 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 14:25:42 +00:00
Thomas Neidhart 139aa3660c Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451209 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 14:24:07 +00:00
Thomas Neidhart 090f04d180 Change since tags from 3.3 to 4.0.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451177 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 11:42:31 +00:00
Thomas Neidhart 74a09f9cae Update download link.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1450428 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 21:19:14 +00:00
Thomas Neidhart bd175c86fd Fix link to released API.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1450426 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 21:10:33 +00:00
Thomas Neidhart 680979f72e Document unchecked suppression.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1450421 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 21:04:37 +00:00
Thomas Neidhart 65eea73e74 Add download_collections.cgi to site/resources.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1450372 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 19:48:25 +00:00
Thomas Neidhart 8106e48334 Fix TODO by documenting the possible exceptions, similar to e.g. java.util.ArrayList.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1449929 13f79535-47bb-0310-9956-ffa450edef68
2013-02-25 22:18:22 +00:00
Thomas Neidhart bb9952dbed [COLLECTIONS-444] SetUniqueList.set now works correctly when the object to be inserted is already at the same place. Thanks to Thomas Vahrst.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1449914 13f79535-47bb-0310-9956-ffa450edef68
2013-02-25 21:47:48 +00:00
Thomas Neidhart 89d8791f05 [COLLECTIONS-441] Cleanup MultiKeyMap, remove duplicated field map.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1449519 13f79535-47bb-0310-9956-ffa450edef68
2013-02-24 18:17:27 +00:00
Thomas Neidhart 6dc045c4ed Complete javadoc for set operation helper classes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1444810 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11 15:02:11 +00:00
Thomas Neidhart e55274ada7 Remove outdated tasks page.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443683 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 19:39:11 +00:00
Thomas Neidhart d8f8299986 Update site docs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443674 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 19:22:56 +00:00
Thomas Neidhart c07f213114 Test cleanups.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443661 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 18:59:43 +00:00
Thomas Neidhart 34b43799de Fix some warnings wrt deprecated junit methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443623 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 17:46:17 +00:00
Thomas Neidhart 045fda850a [COLLECTIONS-441] throw an internal error when clone failed instead of returning null, which is against the contract of clone, also fixes a findbug error.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443606 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 17:15:24 +00:00
Thomas Neidhart add3a934ce [COLLECTIONS-312] Added to changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443605 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 17:12:42 +00:00
Thomas Neidhart c6f0df6546 [COLLECTIONS-312] Apply remaining changes from patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443602 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 17:00:23 +00:00
Thomas Neidhart 8411797028 [COLLECTIONS-312] use known collection size when creating arrays / lists.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1443538 13f79535-47bb-0310-9956-ffa450edef68
2013-02-07 15:12:21 +00:00
Thomas Neidhart 3493b11dde Removed duplicated assert.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1440480 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 15:43:55 +00:00
Thomas Neidhart 6516216f09 [COLLECTIONS-429] Fix containsAll in case coll2 contains the same value multiple times.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1440453 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 15:10:31 +00:00
Thomas Neidhart c2b58d4ac7 [COLLECTIONS-429] Add CollectionUtils.containsAll method with guaranteed runtime complexity regardless of used Collection.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1440418 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 13:55:02 +00:00
Thomas Neidhart 5a31eea7b4 [COLLECTIONS-322] added since tags, fixed javadoc example.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1439046 13f79535-47bb-0310-9956-ffa450edef68
2013-01-27 10:35:24 +00:00
Thomas Neidhart 9fa82c7fb4 [COLLECTIONS-322] Added new NodeListIterator to iterate over a dom NodeList, thanks to Thomas Vahrst.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1438955 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 20:14:43 +00:00
Thomas Neidhart 4dbcfeffbf Move input parameter cloning from factory method to the ctor to prevent findbugs warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1437018 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 16:08:48 +00:00
Thomas Neidhart e1bd0cbfb5 Minor formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1437016 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 16:07:33 +00:00
Thomas Neidhart 5011f8cabd Fix findbugs warning wrt exposure of internal state.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1437000 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 15:39:58 +00:00
Thomas Neidhart ebb7cf69cf Fix typos and minor formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436932 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 14:04:16 +00:00
Thomas Neidhart 858899c92f Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436867 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 12:28:31 +00:00
Thomas Neidhart 1a5a24da2d Formatting: line length.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436835 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 11:03:31 +00:00
Thomas Neidhart c683446d5b Complete javadoc, remove {@inheritDoc} tags as suggested on the ml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436833 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 10:44:13 +00:00
Thomas Neidhart 38e3a7435f Complete javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436822 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 09:54:11 +00:00
Thomas Neidhart f3fff979ca Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436624 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 21:15:19 +00:00
Thomas Neidhart 6b5042cb52 Fix compilation problems with OpenJDK 1.6.0_24.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436601 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 20:41:58 +00:00
Thomas Neidhart 230597979a Complete javadoc, modify examples to use generics.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436463 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 16:35:01 +00:00
Thomas Neidhart e4c40331b4 Complete javadoc, minor formatting, merge duplicate throws clauses.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436415 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 15:29:34 +00:00
Thomas Neidhart 74e291a6a1 Add missing Apache license header.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436405 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 15:15:56 +00:00
Thomas Neidhart ac857ee1e7 Complete javadoc, minor formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436380 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 14:45:23 +00:00
Thomas Neidhart f99ac98da4 Complete javadoc, minor formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436360 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 14:14:46 +00:00
Thomas Neidhart 9b11d27cd3 Add missing javadoc for generic type, rearrange order of javadoc tags, remove deprecation -> see COLLECTIONS-251.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436345 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 13:49:53 +00:00
Thomas Neidhart 0d49f31370 Complete javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436310 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 12:37:32 +00:00
Thomas Neidhart 076c6b723c Add generic type description in javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436305 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 12:33:10 +00:00
Thomas Neidhart b3d25eb721 Add generic type description in javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436304 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 12:30:57 +00:00
Thomas Neidhart 8f9bbcf049 Formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436301 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 12:26:12 +00:00
Thomas Neidhart 76d6a4b8e4 Fix findbugs warning wrt exposed internal representation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436254 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 10:11:42 +00:00
Thomas Neidhart 5954027e47 Fix findbugs warning wrt exposure of internal representation: introduce a common base class for quantification predicates and clone the internal predicate array.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436241 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 09:49:21 +00:00
Sebastian Bazley 9d6a3eb828 Explicit unboxing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436075 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 01:37:51 +00:00
Sebastian Bazley 8864189257 Value cannot be null (Eclipse)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436070 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 01:32:09 +00:00
Sebastian Bazley 80ec6a5e29 Document some unchecked casts
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436066 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 01:28:08 +00:00
Sebastian Bazley bac08c04d4 Document and fix some unchecked casts
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436053 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 01:15:51 +00:00
Sebastian Bazley 550d30609f Javadoc
Remove unsafe @SuppressWarnings

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436044 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 01:08:58 +00:00
Sebastian Bazley 2c82062b7c Javadoc syntax fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436026 13f79535-47bb-0310-9956-ffa450edef68
2013-01-21 00:55:20 +00:00
Thomas Neidhart aed4c18c13 Findbugs fixes: implement Cloneable when defining clone method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435981 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 21:50:44 +00:00
Thomas Neidhart 8747f6eaab Findbugs fixes: use e.g. Integer.valueOf instead of new Integer and similar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435980 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 21:48:58 +00:00
Thomas Neidhart 8aa8f5e67f Findbugs fixes: use e.g. Integer.valueOf instead of new Integer and similar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435979 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 21:47:51 +00:00
Thomas Neidhart a2e56d388b Add javadoc, minor formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435970 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 21:20:22 +00:00
Thomas Neidhart 5546efd9f7 Add javadoc, minor formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435965 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 21:13:18 +00:00
Thomas Neidhart 1b9d8b4b3e Fix checkstyle warnings: line longer than 120 chars.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435824 13f79535-47bb-0310-9956-ffa450edef68
2013-01-20 11:41:17 +00:00
Gary D. Gregory 9aea104d8a Where possible:
- Add final modifier to private fields
- Add final modifier to method parameters
- Add final modifier to local variables

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429905 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 17:15:14 +00:00
Gary D. Gregory 4f43347950 Remove unnecessary parentheses (except for some bit expressions.)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429897 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 17:04:52 +00:00
Gary D. Gregory 784f4752fc Convert control statement bodies to block.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429895 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 16:55:07 +00:00
Gary D. Gregory 49501d2f3c Remove unused imports.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429893 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 16:52:21 +00:00
Gary D. Gregory 12d9e8743d Remove unnecessary casts.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429892 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 16:51:34 +00:00
Gary D. Gregory af2d6e62f3 Add missing '@Override' annotations.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429891 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 16:49:40 +00:00
Gary D. Gregory 745dd6673f Convert to Java 5 enhanced loops.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429890 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 16:48:10 +00:00
Olivier Lamy d6516f2c8a fix links with new tree
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422602 13f79535-47bb-0310-9956-ffa450edef68
2012-12-16 15:37:05 +00:00
Thomas Neidhart 244fe70119 [COLLECTION-436] Added emptyIfNull methods to [Collection,Set,List,Map]Utils. Thanks to Arman Sharif for report and patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1421567 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 21:52:42 +00:00
Thomas Neidhart 806c1d78d5 Rename test classes for map package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1409169 13f79535-47bb-0310-9956-ffa450edef68
2012-11-14 11:36:54 +00:00
Thomas Neidhart 23e3b0f0fc Javadoc formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1388152 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 18:29:30 +00:00
Thomas Neidhart e97754ebfb Added changes for COLL-415 and COLL-417.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1388147 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 18:09:55 +00:00
Thomas Neidhart 740344661c [COLLECTIONS-415/417] Added clarifying javadoc about runtime complexity.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1388146 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 18:07:01 +00:00
Brent Worden 60591597c5 corrected junit message
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382392 13f79535-47bb-0310-9956-ffa450edef68
2012-09-09 02:56:10 +00:00
Thomas Neidhart f0974d3b28 Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382173 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 21:12:58 +00:00
Thomas Neidhart 5409f76e35 Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382171 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 21:02:38 +00:00
Thomas Neidhart 161ea25722 Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382169 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 20:53:09 +00:00
Thomas Neidhart 0d9e0821e0 Fix checkstyle warnings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382167 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 20:46:29 +00:00
Thomas Neidhart 02fadfb568 Fixed TODO wrt argument checks.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382165 13f79535-47bb-0310-9956-ffa450edef68
2012-09-07 20:37:11 +00:00
Thomas Neidhart ce4113cb92 Added clarification on runtime complexity for ListUtils.retainAll.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377523 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 21:31:02 +00:00
Thomas Neidhart b0649abda4 Removed Type decorator description from package infos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377514 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 20:40:32 +00:00
Thomas Neidhart 1f969bbc34 Changes due to renaming of iterators test classes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377503 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:52:58 +00:00
Thomas Neidhart 7349963217 Renamed unit tests for iterators package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377502 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:52:16 +00:00
Thomas Neidhart 73d8eab106 Added svn:keywords.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377496 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:39:33 +00:00
Thomas Neidhart dbf6b5ced0 Cleanup of tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377494 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:37:14 +00:00
Brent Worden 66261f908f fix indentation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377492 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:35:45 +00:00
Brent Worden b10fa43d3e COLLECTIONS-426 patch applied.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377491 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:29:47 +00:00
Thomas Neidhart 38bb9b4ac5 Removed unneeded inheritDoc tags, formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377489 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:23:25 +00:00
Thomas Neidhart 25ebc31559 Fixed indentation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377487 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:21:16 +00:00
Brent Worden 8338b9a252 COLLECTIONS-427 patch applied.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377485 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 19:01:51 +00:00
Brent Worden dec0641e2f COLLECTIONS-405 added select and selectRejected methods to ListUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377196 13f79535-47bb-0310-9956-ffa450edef68
2012-08-25 03:59:34 +00:00
Thomas Neidhart 677f9b4e26 Added missing javadoc, minor checkstyle fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377069 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 19:44:40 +00:00
Thomas Neidhart 68768dbe42 Renamed unit tests, removed unused LocalTestNode class.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377066 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 19:36:22 +00:00
Thomas Neidhart 6cbcb9ebc6 Improved IndexedCollection, refactored test to comply with standard test framework.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1377059 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 19:21:14 +00:00
Brent Worden e1f8cea8a6 COLLECTIONS-241 forgot serialized collection files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1376831 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 05:37:06 +00:00
Brent Worden a20cd3e0df updated changes with COLLECTIONS-241
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1376828 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 05:15:01 +00:00
Brent Worden 33fa40b72d COLLECTIONS-241 added PassiveExpiringMap and tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1376827 13f79535-47bb-0310-9956-ffa450edef68
2012-08-24 05:08:36 +00:00
Thomas Neidhart 2f87b3c187 Moved IndexedCollection to collection package. Only interfaces and utilities shall reside in the top-level package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1374401 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 19:13:50 +00:00
Thomas Neidhart c39fd281b7 Renamed unit tests for functors package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1374400 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 19:11:35 +00:00
Thomas Neidhart da525f24ad Renamed unit tests for buffer package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1374383 13f79535-47bb-0310-9956-ffa450edef68
2012-08-17 18:19:59 +00:00
Thomas Neidhart dcb64284ef Renamed unit tests for set package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1374067 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 21:25:00 +00:00
Thomas Neidhart 056d81fe40 Renamed unit tests for keyvalue package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1374064 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 21:10:56 +00:00
Thomas Neidhart 578a598fa7 Renamed unit tests for bidimap and splitmap package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1374062 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 21:07:45 +00:00
Thomas Neidhart 340cf440b9 Added missing javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1374050 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 20:55:42 +00:00
Thomas Neidhart b5715ec19d [COLLECTIONS-393] Added ListUtils.partition method, thanks to Chris Shayan for report and patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1374049 13f79535-47bb-0310-9956-ffa450edef68
2012-08-16 20:50:27 +00:00
Thomas Neidhart a5c9272431 Improved javadoc of Trie interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371959 13f79535-47bb-0310-9956-ffa450edef68
2012-08-11 14:07:23 +00:00
Thomas Neidhart 3254e85306 Added missing javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371954 13f79535-47bb-0310-9956-ffa450edef68
2012-08-11 13:47:47 +00:00
Thomas Neidhart 6ba3818153 Removed unneeded inheritDoc tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371953 13f79535-47bb-0310-9956-ffa450edef68
2012-08-11 13:33:49 +00:00
Thomas Neidhart f7e1b02c9f Added missing javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371952 13f79535-47bb-0310-9956-ffa450edef68
2012-08-11 13:33:24 +00:00
Thomas Neidhart 5122c2adf2 Remove added inheritDoc tags again.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371946 13f79535-47bb-0310-9956-ffa450edef68
2012-08-11 13:13:12 +00:00