Commit Graph

414 Commits

Author SHA1 Message Date
Henri Yandell 50053b6474 Updating NOTICE to match trunk
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814212 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 17:44:46 +00:00
Henri Yandell c10ea5b94b Replacing '^ \* $' with '^ \*$' - to help with merging to trunk
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814127 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 09:45:33 +00:00
Sebastian Bazley 2b056936e6 Javadoc typos; fix internal raw types
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814063 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 22:25:29 +00:00
Matthew Jason Benson c673ab5f4e finish extraction of abstract class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814061 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 22:22:41 +00:00
Matthew Jason Benson bb91d002c2 Get does not clear()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814060 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 22:21:50 +00:00
Sebastian Bazley 06cccbce5f Some minor Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814050 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 22:01:25 +00:00
Sebastian Bazley 8c2bb85d46 Tab police
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814044 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 21:48:16 +00:00
Sebastian Bazley a944755f6a Make private immutable variables final
Add missing @Override markers and fix some raw types

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@813954 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 17:50:42 +00:00
Matthew Jason Benson 0a52bf59a7 [COLLECTIONS-286] CollectionsUtils.extractSingleton
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@813951 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 17:48:55 +00:00
Matthew Jason Benson dabd2401bd [COLLECTIONS-182] return Closure from CollectionUtils.forAllDo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@813925 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 17:05:31 +00:00
Matthew Jason Benson df940e08fb javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@813924 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 17:03:40 +00:00
Sebastian Bazley a68a9322bc Re-Fix DOAP tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@779536 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 10:20:32 +00:00
Sebastian Bazley 4da4d2fd15 Fix DOAP tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@779518 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 10:00:55 +00:00
Matthew Jason Benson 91796da5b2 revert IteratorUtils stuff; toList() works fine for this--duh
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@753392 13f79535-47bb-0310-9956-ffa450edef68
2009-03-13 20:39:53 +00:00
Matthew Jason Benson e17ccdb819 comment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751903 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 23:10:21 +00:00
Matthew Jason Benson da23d7095c comments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751901 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 23:06:49 +00:00
Matthew Jason Benson 87ac93908a add splitmap package whose original goal is to provide a more versatile TransformedMap implementation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751894 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 22:48:07 +00:00
Matthew Jason Benson 86b30a0eff extract Put, Get, and IterableGet interfaces from IterableMap such that our Maps, which all implement IterableMap, can have their read/write functionality exposed separately.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751890 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 22:45:37 +00:00
Matthew Jason Benson 7cb8edcf89 implement OrderedIterator (subset of ListIterator)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751888 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 22:42:14 +00:00
Matthew Jason Benson 3338e25927 add methods to wrap Maps and SortedMaps not based on Commons Collections classes to their Iterable*Map counterparts
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751887 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 22:40:01 +00:00
Matthew Jason Benson b29b93afa7 Add OrderedMap to our SortedMap implementations
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751871 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 22:13:34 +00:00
Matthew Jason Benson 68e12b979e return type narrowing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751869 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 22:10:00 +00:00
Matthew Jason Benson 783aa51f14 javadoc + extension point
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751865 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 22:06:27 +00:00
Matthew Jason Benson 4306110cd1 add new test to suite
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751862 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 21:56:41 +00:00
Matthew Jason Benson 3d5f3fec05 generics
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751858 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 21:45:53 +00:00
Matthew Jason Benson 613d1acbb1 handle more ListIterator functionality when possible
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751857 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 21:43:53 +00:00
Matthew Jason Benson e53e8f2fc4 comments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751852 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 21:37:19 +00:00
Matthew Jason Benson afd5d3f1c5 add iterable(Iterator)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751850 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 21:34:44 +00:00
Matthew Jason Benson 28228c8a83 comment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751849 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 21:32:22 +00:00
Matthew Jason Benson 1bc525dbb7 ws
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@740457 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 21:23:15 +00:00
Matthew Jason Benson 2aefdf6a53 update javadoc/html files to newer-style ASL headers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@740367 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 18:17:29 +00:00
Matthew Jason Benson dadc033aa4 remove unnecessarily overridden method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@740155 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 23:42:27 +00:00
Matthew Jason Benson 800616b244 since I changed the test hierarchy, AbstractTestMap shouldn't force IterableMap
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@740153 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 23:41:20 +00:00
Matthew Jason Benson 0495621107 make all [collections] maps implement IterableMap
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@740150 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 23:24:00 +00:00
Matthew Jason Benson bba9e0ca5a parameterize junit haltonfailure
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@740148 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 23:18:16 +00:00
Matthew Jason Benson 0b64e12df8 kw
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@739370 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 18:40:12 +00:00
Matthew Jason Benson 47fe5009e4 cright
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@738957 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 18:49:15 +00:00
Matthew Jason Benson 884baf0ddc finish generics (minus one class)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@738956 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 18:48:37 +00:00
Matthew Jason Benson b1311a218c formatting; fix junitreport by enabling XML formatter; parameterize junit forking
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@738939 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 17:51:26 +00:00
Matthew Jason Benson b8a5292f3b add myself as a dev
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@726185 13f79535-47bb-0310-9956-ffa450edef68
2008-12-13 08:53:55 +00:00
Niall Kegan Pemberton 8636d86017 Update for latest 3.2.1 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@678588 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 22:27:11 +00:00
Niall Kegan Pemberton 25c680c5fd change commons-parent to version 11
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@678497 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 17:44:34 +00:00
Emmanuel Bourg 5bea2c6296 Modified the javadoc in ExtendedProperties to redirect users to Commons Configuration for advanced needs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@656324 13f79535-47bb-0310-9956-ffa450edef68
2008-05-14 16:05:43 +00:00
Niall Kegan Pemberton c5995edad0 Upgrade to commons-parent-10 pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@654486 13f79535-47bb-0310-9956-ffa450edef68
2008-05-08 11:43:36 +00:00
Stephen Kestle 86aea34651 Updated CollectionUtils to return the same type of Collection that is passed into select(), reject() and collect()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@648113 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 04:32:39 +00:00
Stephen Kestle 78a97e830e Fixed javac complier generic issues
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@644140 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 02:42:30 +00:00
Stephen Kestle 6fea805908 Fixed javac complier generic issues
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@644138 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 02:34:09 +00:00
Stephen Kestle d0cac4dec7 Generified EqualPredicate and created individual test class moved from TestPredicateUtils
Added assertFalse() and assertTrue to BasicPredicateTestBase with (Predicate, Object) parameters

Issues: COLLECTIONS-243, COLLECTIONS-253, COLLECTIONS-293

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@643795 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 08:49:57 +00:00
Stephen Kestle a1c541d9b4 Generified NullPredicate and created individual test class moved on TestPredicateUtils
Renamed PredicateTestBase to MockPredicateTestBase to reduce confusion and added BasicPredicateTestBase.

Issues: COLLECTIONS-243, COLLECTIONS-253, COLLECTIONS-293

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@643782 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 08:00:00 +00:00
Stephen Kestle 2ff40efc54 Fixed (another) compilation error in PredicateUtils and added method deprecations for new call-through static constructors.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@643606 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 21:52:12 +00:00