You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/09/15 07:33:21 UTC

svn commit: r814999 - in /commons/proper/collections/trunk: data/test/ src/java/org/apache/commons/collections/ src/java/org/apache/commons/collections/bag/ src/java/org/apache/commons/collections/buffer/ src/java/org/apache/commons/collections/collect...

Author: bayard
Date: Tue Sep 15 05:33:20 2009
New Revision: 814999

URL: http://svn.apache.org/viewvc?rev=814999&view=rev
Log:
Merging from -r468106:814127 of collections_jdk5_branch - namely where these files were removed.


Removed:
    commons/proper/collections/trunk/data/test/CursorableLinkedList.emptyCollection.version1.obj
    commons/proper/collections/trunk/data/test/CursorableLinkedList.fullCollection.version1.obj
    commons/proper/collections/trunk/data/test/LRUMap.emptyCollection.version2.obj
    commons/proper/collections/trunk/data/test/LRUMap.fullCollection.version2.obj
    commons/proper/collections/trunk/data/test/MultiHashMap.emptyCollection.version2.obj
    commons/proper/collections/trunk/data/test/MultiHashMap.fullCollection.version2.obj
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BeanMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BinaryHeap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/DefaultMapEntry.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/DoubleOrderedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastArrayList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastTreeMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/HashBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/LRUMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/MultiHashMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/PriorityQueue.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ProxyMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/ReferenceMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/SequencedHashMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/StaticBucketMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/TreeBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/TypedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/bag/TypedSortedBag.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/buffer/TypedBuffer.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/AbstractSerializableCollectionDecorator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/collection/TypedCollection.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ProxyIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/iterators/ProxyListIterator.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/list/TypedList.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/TypedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/TypedSortedMap.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/TypedSet.java
    commons/proper/collections/trunk/src/java/org/apache/commons/collections/set/TypedSortedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBeanMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBinaryHeap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBoundedFifoBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestCursorableLinkedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestDoubleOrderedMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastArrayList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastArrayList1.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastHashMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastHashMap1.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastTreeMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastTreeMap1.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestHashBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestLRUMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestMultiHashMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestReferenceMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestSequencedHashMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestStaticBucketMap.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestTreeBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestUnboundedFifoBuffer.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestTypedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/bag/TestTypedSortedBag.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/list/TestTypedList.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTypedSet.java
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestTypedSortedSet.java