Stephen Colebourne
|
8ffdacacc3
|
Add @since tags
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131615 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-31 23:13:04 +00:00 |
Stephen Colebourne
|
2f9c5a0839
|
Add additional getInstance() methods for consistency
bugs 27856,27857
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131614 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-31 22:06:12 +00:00 |
Stephen Colebourne
|
bf7244b7c4
|
Change files to binary
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131613 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-31 21:45:09 +00:00 |
Stephen Colebourne
|
c324046a54
|
Add size(Object) method to find the size of various collection-like objects
bug 27909, from Steven Melzer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131612 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-31 21:43: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
|
90e7aafdc5
|
Close file created in constructor
bug 27737
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131610 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-17 21:14:10 +00:00 |
Stephen Colebourne
|
b31704e939
|
Close file created in constructor
bug 27737
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131609 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-17 21:09:08 +00:00 |
Stephen Colebourne
|
cc8f778554
|
Add TreeIterator for iterating over object graphs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131608 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-14 23:27:22 +00:00 |
Stephen Colebourne
|
43923dc65c
|
Add five new methods to MultiHashMap to provide broader API
inspired by ideas/javadoc from Jesse Chan
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131607 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-14 17:05:24 +00:00 |
Stephen Colebourne
|
17e27dbcd3
|
MultiMap,MultiHashMap, add extra documentation to clarify the interface
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131606 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-14 15:33:57 +00:00 |
Stephen Colebourne
|
5bd1ed25de
|
Add getters to functor classes
bug 27515
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131605 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-13 17:17:03 +00:00 |
Stephen Colebourne
|
a02862092a
|
Consistent coding standards wrt package
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131604 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-13 17:15:17 +00:00 |
Stephen Colebourne
|
78238bdc12
|
Add TransformedPredicate, which transforms before calling a predicate
bug 26946, from Alban Peignier
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131603 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-13 16:34:46 +00:00 |
Stephen Colebourne
|
d877995019
|
AbstractHashedMap,AbstractLinkedMap add entryXxx() methods
to get around protected scope limits in subclasses
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131602 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-13 15:54:34 +00:00 |
Stephen Colebourne
|
320589dca3
|
MultiKey enhancements to add getKey(index) and size()
Make protected constructor public
Add lots of javadoc examples and warnings
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131601 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-13 12:43:43 +00:00 |
Mark R. Diggory
|
5ecf769b32
|
Switching to usage of menu's dtd to insert commons navigation items, using common-menus entity to reference commons menues in navigation.xml, sorting is done by Maven.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131599 13f79535-47bb-0310-9956-ffa450edef68
|
2004-03-02 03:27:48 +00:00 |
Stephen Colebourne
|
6eacac77dc
|
Extend super project xml more properly
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131598 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-28 00:14:14 +00:00 |
Stephen Colebourne
|
137114ee9f
|
Test cloning of maps works correctly
bug 27159, identified by Fabrizio Giustina
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131597 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-27 00:25:14 +00:00 |
Stephen Colebourne
|
5c255a657e
|
Fix implementation of cloning
bug 27159, identified by Fabrizio Giustina
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131596 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-27 00:24:05 +00:00 |
Stephen Colebourne
|
227cb6a4a1
|
Start building release notes for 3.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131595 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-27 00:22:09 +00:00 |
Stephen Colebourne
|
34c19673f2
|
Change to Apache License 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131594 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-19 21:41:04 +00:00 |
Stephen Colebourne
|
730ad02d0e
|
Add notice to builds
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131593 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-19 21:27:52 +00:00 |
Stephen Colebourne
|
8b8ed1b86e
|
Change to Apache License 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131592 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-18 21:39:04 +00:00 |
Henri Yandell
|
f04376ca51
|
proposal html translated to xml via script and fixing of html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131591 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-18 09:52:30 +00:00 |
Henri Yandell
|
726d0fc946
|
added missing li closing tag
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131590 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-18 09:45:57 +00:00 |
Henri Yandell
|
0e7ab4e9e7
|
added missing p closing tag
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131589 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-18 09:44:36 +00:00 |
Mark R. Diggory
|
a6b4036c12
|
Adding Commons Site Look & Feel configuration to all jakarta-commons/<project>/project.properties
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131588 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-18 04:11:35 +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
|
8696db2a2a
|
Change to Apache License 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131586 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-18 01:00:08 +00:00 |
Mark R. Diggory
|
ee97a10604
|
included navigation should be from commons-build now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131585 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-15 16:08:42 +00:00 |
Mark R. Diggory
|
827bc37832
|
Moving extension of global project.xml to ../commons-build/project.xml on those project.xml files which originally had it in place.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131584 13f79535-47bb-0310-9956-ffa450edef68
|
2004-02-10 19:15:04 +00:00 |
Stephen Colebourne
|
d05964c012
|
Add component history
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131583 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-31 01:33:00 +00:00 |
Stephen Colebourne
|
6a60645c40
|
Javadoc problem
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131582 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-31 00:28:47 +00:00 |
Stephen Colebourne
|
5267bb8fcd
|
Add javadoc about requiring Comparable entries
bug 26470 from Jeff Skubick
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131581 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-29 21:13:05 +00:00 |
Stephen Colebourne
|
ce3973869e
|
Update to version 3.1-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131580 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-25 19:48:24 +00:00 |
Stephen Colebourne
|
40d58bc828
|
New ant build file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131578 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-25 01:23:04 +00:00 |
Stephen Colebourne
|
9cd2cfb039
|
Add build folder to ignores
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131577 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-25 01:22:06 +00:00 |
Stephen Colebourne
|
bca1ab6844
|
Tidy ignore list
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131576 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 21:50:43 +00:00 |
Stephen Colebourne
|
c9ac0e22a3
|
Avoid some null-based tests in JDK1.2
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131575 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 21:48:27 +00:00 |
Stephen Colebourne
|
746ba6748d
|
More ignored files
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131574 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 19:03:34 +00:00 |
Stephen Colebourne
|
49db395997
|
Generate checksums
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131573 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 18:58:06 +00:00 |
Stephen Colebourne
|
d630f80567
|
Switch to version 3.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131572 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 16:15:09 +00:00 |
Stephen Colebourne
|
25abe05690
|
Add more ignore files
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131571 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 16:14:23 +00:00 |
Stephen Colebourne
|
c7c3be448b
|
Add more to the manifest to bring closer to maven
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131570 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 16:11:47 +00:00 |
Stephen Colebourne
|
fa39feb5e5
|
Fix active developers
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131569 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 13:35:32 +00:00 |
Stephen Colebourne
|
3c803690fc
|
Add section on bug reporting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131568 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 13:33:29 +00:00 |
Stephen Colebourne
|
cf3c20b70f
|
Update to site generation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131567 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 13:31:29 +00:00 |
Stephen Colebourne
|
f668b23e8c
|
Add another ignore
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131566 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-24 12:09:52 +00:00 |
Henri Yandell
|
246605f228
|
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131565 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-17 16:57:19 +00:00 |
Stephen Colebourne
|
34dd7bdffc
|
Reword the volunteer section
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131564 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-15 21:30:44 +00:00 |