Phil Steitz
|
a208743f67
|
Added Compatability test files for CaseInsensitiveMap.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131514 13f79535-47bb-0310-9956-ffa450edef68
|
2004-01-05 05:25:18 +00:00 |
Stephen Colebourne
|
2ec031411c
|
Change order of LRUMap to LRU to MRU
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131424 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-11 00:46:12 +00:00 |
Stephen Colebourne
|
1decf8b6fb
|
Refactor CommonsLinkedList and NodeCachingLinkedList to list subpackage
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131422 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-11 00:18:06 +00:00 |
Stephen Colebourne
|
c9fc511b34
|
Refactor HashedMap and LinkedMap into Abstract superclasses
Adjust subclasses appropriately
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131419 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-07 23:59:13 +00:00 |
Stephen Colebourne
|
c32add2800
|
Add LRUMap implementation
Refactor serialization behaviour in HashedMap hierarchy
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131418 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-07 01:23:54 +00:00 |
Stephen Colebourne
|
a932442109
|
Add LinkedMap map implementation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131409 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-03 19:05:51 +00:00 |
Stephen Colebourne
|
fc487af406
|
Make new Bag implementations Serializable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131392 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-03 00:49:38 +00:00 |
Stephen Colebourne
|
4f0d77bc33
|
Add IdentityMap implementation for reference comparisons
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131390 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-02 23:48:13 +00:00 |
Stephen Colebourne
|
1740d58606
|
Serialisation data for tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131381 13f79535-47bb-0310-9956-ffa450edef68
|
2003-12-01 22:36:56 +00:00 |
Stephen Colebourne
|
fc74d8d13d
|
Refactor bidimap to interface based subpackage
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131345 13f79535-47bb-0310-9956-ffa450edef68
|
2003-11-16 20:35:47 +00:00 |
Stephen Colebourne
|
28e0d76b3a
|
Make DualHashBidiMap serializable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131273 13f79535-47bb-0310-9956-ffa450edef68
|
2003-10-10 07:50:36 +00:00 |
Stephen Colebourne
|
5f31d82006
|
Fix bug introduced when changing version from 2.2 to 3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131251 13f79535-47bb-0310-9956-ffa450edef68
|
2003-10-06 21:03:52 +00:00 |
Rodney Waldhoff
|
0f4975fe36
|
adding serialized version of BooleanComparator, enabling relevant tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130928 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-10 17:08:29 +00:00 |
Rodney Waldhoff
|
37b1a12876
|
apply Rich Dougherty's patch fixing NodeCachingLinkedList unit tests
this also adds CommonsLinkedList and tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130914 13f79535-47bb-0310-9956-ffa450edef68
|
2003-01-07 15:18:15 +00:00 |
pjack
|
f9d36a36f4
|
ReferenceMap is no longer serializable. There were issues with its
serialization methods on Java 1.3 (but 1.2 and 1.4 worked). Issue will
be addressed in a later release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130801 13f79535-47bb-0310-9956-ffa450edef68
|
2002-08-19 19:44:59 +00:00 |
pjack
|
2d82372ff5
|
Serialized files for new ReferenceMap.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130759 13f79535-47bb-0310-9956-ffa450edef68
|
2002-08-12 18:09:03 +00:00 |
Michael Smith
|
e02e354300
|
Added a comparator that provides explicit control over comparisons with null.
This can be used to create SortedSets or other sorted collections where nulls
are sorted first or last. The basis for this comparator was this discussion on
the commons mailing list:
http://www.mail-archive.com/commons-dev%40jakarta.apache.org/msg07762.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130710 13f79535-47bb-0310-9956-ffa450edef68
|
2002-06-09 19:23:53 +00:00 |
Morgan James Delagrange
|
96cd122c69
|
pre-release change to the Serialization format
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130666 13f79535-47bb-0310-9956-ffa450edef68
|
2002-03-19 22:26:20 +00:00 |
Morgan James Delagrange
|
ae71f5d386
|
canonical version for Collections 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130636 13f79535-47bb-0310-9956-ffa450edef68
|
2002-03-07 18:38:26 +00:00 |
Morgan James Delagrange
|
ad88fe8d45
|
added canonical versions of all Comparators
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130627 13f79535-47bb-0310-9956-ffa450edef68
|
2002-03-01 19:43:14 +00:00 |
Morgan James Delagrange
|
9325e369ac
|
Serialized copies of Collections 1.0 objects
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130607 13f79535-47bb-0310-9956-ffa450edef68
|
2002-02-26 20:31:23 +00:00 |
Morgan James Delagrange
|
b94322904e
|
more generic name for serialized collections
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130602 13f79535-47bb-0310-9956-ffa450edef68
|
2002-02-26 18:08:58 +00:00 |
Morgan James Delagrange
|
f3645714a1
|
Serialized copies of Collections 1.0 objects
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130597 13f79535-47bb-0310-9956-ffa450edef68
|
2002-02-26 06:36:21 +00:00 |
Morgan James Delagrange
|
30a05494f3
|
no need to test classes included in the JVM
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130588 13f79535-47bb-0310-9956-ffa450edef68
|
2002-02-26 00:32:41 +00:00 |
Morgan James Delagrange
|
dd7f71e66d
|
canonical forms for serialized maps in Collections 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130567 13f79535-47bb-0310-9956-ffa450edef68
|
2002-02-22 22:01:48 +00:00 |
Morgan James Delagrange
|
afa55cbd80
|
externalization has changed for collections 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130564 13f79535-47bb-0310-9956-ffa450edef68
|
2002-02-22 21:59:31 +00:00 |
Morgan James Delagrange
|
ce972ca58f
|
Externalized version of an LRUMap for Collections 1.x (created by
CVS version 1.3 of the LRUMap class)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130524 13f79535-47bb-0310-9956-ffa450edef68
|
2002-02-14 22:41:54 +00:00 |