Commit Graph

1301 Commits

Author SHA1 Message Date
Stephen Colebourne b72b6f471c Improve capacity handling and checks for large maps
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131773 13f79535-47bb-0310-9956-ffa450edef68
2004-06-04 23:27:30 +00:00
Stephen Colebourne f959880118 Reinstate FixedSizeSortedMap superclass to avoid binary incompatibility
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131772 13f79535-47bb-0310-9956-ffa450edef68
2004-06-03 22:59:56 +00:00
Stephen Colebourne f98c8827f6 Reinstate FixedSizeSortedMap superclass to avoid binary incompatibility
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131771 13f79535-47bb-0310-9956-ffa450edef68
2004-06-03 22:26:52 +00:00
Stephen Colebourne 0684127337 Update TODO list
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131770 13f79535-47bb-0310-9956-ffa450edef68
2004-06-03 22:12:51 +00:00
Stephen Colebourne 457467bbc4 Make decorator classes serializable, bug 18815
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131769 13f79535-47bb-0310-9956-ffa450edef68
2004-06-03 22:02:13 +00:00
Stephen Colebourne e43b667815 Make decorator classes serializable, bug 18815
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131768 13f79535-47bb-0310-9956-ffa450edef68
2004-06-02 23:29:12 +00:00
Stephen Colebourne 3bdfa558f2 Make buffers serializable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131767 13f79535-47bb-0310-9956-ffa450edef68
2004-06-02 23:12:45 +00:00
Stephen Colebourne e00f903d7e Make decorator classes serializable, bug 18815
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131766 13f79535-47bb-0310-9956-ffa450edef68
2004-06-02 22:15:02 +00:00
Stephen Colebourne e96040f146 Make serializable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131765 13f79535-47bb-0310-9956-ffa450edef68
2004-06-02 22:00:47 +00:00
Stephen Colebourne 1093d39c11 Make synchronized classes serializable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131764 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 23:09:27 +00:00
Stephen Colebourne 424c8d6655 Add PredicateDecorator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131763 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 23:03:43 +00:00
Stephen Colebourne 96b3668d4a Make UnboundedFifo serializable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131762 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 22:58:21 +00:00
Stephen Colebourne 60a4d56b07 Make serializable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131761 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 22:57:18 +00:00
Stephen Colebourne 936f931fdd Add serialization tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131760 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 22:55:54 +00:00
Stephen Colebourne 42b98477bd Add isEqualsCheckable and fix testSerializeDeserializeThenCompare in AbstractTestObject
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131759 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 22:55:14 +00:00
Stephen Colebourne 3f58c1e6f0 Add isTestSerialization() method to block serialization tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131758 13f79535-47bb-0310-9956-ffa450edef68
2004-05-31 22:39:20 +00:00
Stephen Colebourne 111e7b39de Add isEqualsCheckable and fix testSerializeDeserializeThenCompare in Collection
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131757 13f79535-47bb-0310-9956-ffa450edef68
2004-05-31 19:09:14 +00:00
Stephen Colebourne 145b19acc4 Add PredicateDecorator to provide consistent access to predicates
based on code from Brian Lloyd-Newberry


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131756 13f79535-47bb-0310-9956-ffa450edef68
2004-05-31 16:43:17 +00:00
Stephen Colebourne 82db8c7195 Version 2.1.1 released
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131755 13f79535-47bb-0310-9956-ffa450edef68
2004-05-29 14:23:25 +00:00
Stephen Colebourne 457b48b892 Replace IteratorUtils calls with direct implementation calls
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131754 13f79535-47bb-0310-9956-ffa450edef68
2004-05-26 21:59:28 +00:00
Stephen Colebourne 19a707c06d Ensure empty iterator implementation is as per v3.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131753 13f79535-47bb-0310-9956-ffa450edef68
2004-05-26 21:56:45 +00:00
Stephen Colebourne bfd55bc3ad Ensure implementation is as per v3.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131752 13f79535-47bb-0310-9956-ffa450edef68
2004-05-26 21:53:18 +00:00
Stephen Colebourne a04f82b5a7 Add iterator to ensure implementation is as per v3.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131751 13f79535-47bb-0310-9956-ffa450edef68
2004-05-26 21:52:40 +00:00
Stephen Colebourne 91d751cc0c Replace calls to Utils classes with direct references to implementations
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131750 13f79535-47bb-0310-9956-ffa450edef68
2004-05-26 21:50:52 +00:00
Stephen Colebourne 49c909bea0 Add additional getInstance method
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131749 13f79535-47bb-0310-9956-ffa450edef68
2004-05-26 21:44:05 +00:00
Stephen Colebourne c1fae967af Change to package scoped
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131748 13f79535-47bb-0310-9956-ffa450edef68
2004-05-26 20:57:43 +00:00
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 90154dba4b Reduce scope of AbstractInputCheckedMapDecorator for v3.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131733 13f79535-47bb-0310-9956-ffa450edef68
2004-05-21 22:02:43 +00:00
Stephen Colebourne 7cef0e520b Remove class as currently incomplete
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131732 13f79535-47bb-0310-9956-ffa450edef68
2004-05-21 21:43:09 +00:00
Stephen Colebourne ee70aa120d Initial version of AbstractSimpleMapDecorator
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131731 13f79535-47bb-0310-9956-ffa450edef68
2004-05-21 21:42:04 +00:00
Stephen Colebourne a1ef86771c Javadoc how to use Predicated classes
bug 29018


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131730 13f79535-47bb-0310-9956-ffa450edef68
2004-05-21 21:40:10 +00:00
Stephen Colebourne 2666222cf4 Fix MultiHashMap
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131729 13f79535-47bb-0310-9956-ffa450edef68
2004-05-19 07:59:16 +00:00
Stephen Colebourne f32d086782 Add serialization version
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131728 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 11:56:47 +00:00
Stephen Colebourne 418089e163 Add TreeList
bug 26680, 28930


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131727 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 11:54:47 +00:00
Stephen Colebourne b04008f49f Code tidy
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131726 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 11:49:24 +00:00
Stephen Colebourne f99d6d6d41 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131725 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 11:47:38 +00:00
Stephen Colebourne 9522bd7085 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131724 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 11:36:31 +00:00
Stephen Colebourne d7321ef14d Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131723 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 11:16:01 +00:00
Stephen Colebourne a916e81cb2 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131722 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 10:45:52 +00:00
Stephen Colebourne e55c203d54 Javadoc and code tidy
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131721 13f79535-47bb-0310-9956-ffa450edef68
2004-05-15 13:24:11 +00:00
Stephen Colebourne 2bf26f1d36 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131720 13f79535-47bb-0310-9956-ffa450edef68
2004-05-15 12:39:13 +00:00
Stephen Colebourne fbe5ab65e5 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131719 13f79535-47bb-0310-9956-ffa450edef68
2004-05-15 12:33:23 +00:00
Stephen Colebourne b13cb3b3b4 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131718 13f79535-47bb-0310-9956-ffa450edef68
2004-05-15 12:27:04 +00:00
Stephen Colebourne 7cad661cf1 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131717 13f79535-47bb-0310-9956-ffa450edef68
2004-05-15 12:13:03 +00:00
Stephen Colebourne bad1d79b7a Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131716 13f79535-47bb-0310-9956-ffa450edef68
2004-05-15 11:59:15 +00:00
Stephen Colebourne 5ca563790b Ensure constructor and clone method correctly clone multimaps
bug 28972


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131715 13f79535-47bb-0310-9956-ffa450edef68
2004-05-14 22:33:58 +00:00
Stephen Colebourne c95ade5f5c Improve implementation of TreeList to perform better, fix bugs
bug 26680, 28930


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131714 13f79535-47bb-0310-9956-ffa450edef68
2004-05-12 23:24:45 +00:00
Stephen Colebourne 785cf45dae Add tests of specific ListIterator behaviour
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131713 13f79535-47bb-0310-9956-ffa450edef68
2004-05-12 22:20:54 +00:00
Stephen Colebourne 60d03cea8f Add behaviour to scan map to find a removable element when full
bug 28887, from Mario Ivankovits


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131712 13f79535-47bb-0310-9956-ffa450edef68
2004-05-12 19:55:56 +00:00