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 |
Thomas Neidhart
|
56b7b77bab
|
Remove added inheritDoc tags again.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371941 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-11 13:05:24 +00:00 |
Thomas Neidhart
|
0d02fbe8be
|
Remove added inheritDoc tags again.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371940 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-11 13:03:40 +00:00 |
Thomas Neidhart
|
6d5d858b17
|
Remove added inheritDoc tags again.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371939 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-11 13:02:05 +00:00 |
Thomas Neidhart
|
bd169e674c
|
Remove added inheritDoc tags again.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371938 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-11 12:58:01 +00:00 |
Thomas Neidhart
|
452822535d
|
Renamed list tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1370008 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 20:50:52 +00:00 |
Thomas Neidhart
|
bdea1ff900
|
Renamed collection tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1369988 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 20:34:42 +00:00 |
Thomas Neidhart
|
c8b641ee6e
|
Checkstyle fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1369937 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 19:29:00 +00:00 |
Thomas Neidhart
|
614013ae31
|
Checkstyle fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1369931 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 19:21:29 +00:00 |
Thomas Neidhart
|
cf940ca403
|
Checkstyle fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1369925 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 19:11:31 +00:00 |
Thomas Neidhart
|
f70c2a72ee
|
Type erasure fix changed to a cast.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1369355 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-04 16:08:02 +00:00 |
Thomas Neidhart
|
230ae8f1f5
|
Add javadoc comment to prevent removal of a generics fix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1369292 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-04 09:06:21 +00:00 |
Thomas Neidhart
|
dba4df56e4
|
Re-added generics fix for java 1.6.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1368802 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-03 06:26:11 +00:00 |
Thomas Neidhart
|
1f09f103a8
|
[COLLECTION-272] Added to changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1367752 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-31 20:25:49 +00:00 |
Thomas Neidhart
|
ab32bf1d78
|
[COLLECTIONS-272] Added support for serialization to FixedOrderComparator and TransformingComparator, added missing equals/hashCode, renamed tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1367748 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-31 20:23:29 +00:00 |
Thomas Neidhart
|
61fe60ef9d
|
[COLLECTION-383] Added overriden CollectionUtils#forAllDo method which takes an Iterator as input, thanks to Adrian Cumiskey for report and patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1367706 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-31 19:02:53 +00:00 |
Thomas Neidhart
|
cde8c81a4e
|
[COLLECTIONS-231] Add to changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1367700 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-31 18:22:28 +00:00 |
Thomas Neidhart
|
a9b7c29bc7
|
Fixed generics testcase.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366807 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 10:37:03 +00:00 |
Thomas Neidhart
|
23405f00a3
|
Changed test classes for bag package to <Class>Test.java notation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366804 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 10:21:47 +00:00 |
Thomas Neidhart
|
d3ebd16c42
|
Fix javadoc and formatting in bag package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366801 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 09:55:01 +00:00 |
Thomas Neidhart
|
922da12f3f
|
Cleanup of iterators package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1366797 13f79535-47bb-0310-9956-ffa450edef68
|
2012-07-29 09:29:15 +00:00 |
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 |