Stephen Colebourne
|
79816f89fb
|
Convert EmptyIterator classes in IteratorUtils to public in iterator package
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131735 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-22 09:46:39 +00:00 |
Stephen Colebourne
|
48a8545611
|
Add binary incompatability warnings on problem methods
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131734 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-21 22:43:10 +00:00 |
Stephen Colebourne
|
79a39dac13
|
Add since tags and Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131652 13f79535-47bb-0310-9956-ffa450edef68
|
2004-04-09 22:53:27 +00:00 |
Stephen Colebourne
|
c1d10f003e
|
Rename TreeIterator to ObjectGraphIterator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131611 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-20 00:21:08 +00:00 |
Stephen Colebourne
|
f571f8b1cd
|
Change to Apache License 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131587 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-18 01:20:40 +00:00 |
Stephen Colebourne
|
43459ad8a0
|
Make license consistent with rest of commons
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131561 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-14 21:43:18 +00:00 |
Stephen Colebourne
|
d343099385
|
Fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131536 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-08 22:18:16 +00:00 |
Stephen Colebourne
|
fc0303fee1
|
Add public constructor
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131526 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-05 22:19:51 +00:00 |
Stephen Colebourne
|
b473a5d290
|
Move iterator interfaces to main package
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131383 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-01 22:49:00 +00:00 |
Stephen Colebourne
|
9bc0e82584
|
Rename ResetableIterator to ResettableIterator
Remove Map and Ordered variants to avoid too many classes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131341 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-14 22:58:27 +00:00 |
Stephen Colebourne
|
6941ba1b29
|
Add OrderedIterator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131340 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-08 19:26:29 +00:00 |
Stephen Colebourne
|
533ad6c843
|
Update MapIterator to remove asMapEntry
Add OrderedMapIterator
Rename DefaultMapIterator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131336 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-08 18:43:13 +00:00 |
Stephen Colebourne
|
ac2fee8845
|
More work around the MapIterator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131311 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-02 15:27:54 +00:00 |
Stephen Colebourne
|
28f121b39b
|
Spelling
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131206 13f79535-47bb-0310-9956-ffa450edef68
|
2003-09-29 22:44:14 +00:00 |
Phil Steitz
|
4bdb893378
|
javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131202 13f79535-47bb-0310-9956-ffa450edef68
|
2003-09-29 03:38:44 +00:00 |
Stephen Colebourne
|
13dcac086e
|
Unify spelling of acknowedgement in licence
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131124 13f79535-47bb-0310-9956-ffa450edef68
|
2003-08-31 17:30:27 +00:00 |
Stephen Colebourne
|
4bc51a6634
|
Update licence and javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131084 13f79535-47bb-0310-9956-ffa450edef68
|
2003-05-16 14:40:56 +00:00 |
Stephen Colebourne
|
7c3665288a
|
Make Empty Iterators implement Resetable
Handle Unmodifiable/Resetable combination iterators
Expose Resetable Iterators as return types from methods
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130953 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-15 21:55:43 +00:00 |
Rodney Waldhoff
|
58e491f4b4
|
fix various javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130933 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-10 20:21:25 +00:00 |
Stephen Colebourne
|
93b9f67629
|
Rework array iterators to include Iterator and ListIterator implementations.
Also add Object array versions for better performance.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130890 13f79535-47bb-0310-9956-ffa450edef68
|
2002-12-13 12:04:16 +00:00 |
Stephen Colebourne
|
ba27ecd2d4
|
Add IteratorUtils unmodifiable iterators, from Rich Dougherty
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130885 13f79535-47bb-0310-9956-ffa450edef68
|
2002-12-08 15:42:35 +00:00 |
Stephen Colebourne
|
af5dd4d71a
|
Add LoopingIterator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130868 13f79535-47bb-0310-9956-ffa450edef68
|
2002-11-21 23:08:27 +00:00 |
Stephen Colebourne
|
9ba0768cf5
|
Fix unused imports and javadoc links (patch from Steve Downey)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130816 13f79535-47bb-0310-9956-ffa450edef68
|
2002-10-12 22:15:21 +00:00 |
pjack
|
32dc4757e6
|
Fixed JavaDoc errors.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130803 13f79535-47bb-0310-9956-ffa450edef68
|
2002-08-19 21:56:18 +00:00 |
Stephen Colebourne
|
5b1e839241
|
Add specific classes (singleton) for empty cases
Add toList and toArray
Rename certain methods to toXxx and asXxx
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130793 13f79535-47bb-0310-9956-ffa450edef68
|
2002-08-17 22:14:22 +00:00 |
Stephen Colebourne
|
702882dd76
|
Initial checkin
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130786 13f79535-47bb-0310-9956-ffa450edef68
|
2002-08-17 11:38:53 +00:00 |