From 43459ad8a0b82c9ac7b013624092b97dd6d38efd Mon Sep 17 00:00:00 2001
From: Stephen Colebourne
Date: Wed, 14 Jan 2004 21:43:18 +0000
Subject: [PATCH] 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
---
.../commons/collections/ArrayStack.java | 8 ++-----
.../org/apache/commons/collections/Bag.java | 8 ++-----
.../apache/commons/collections/BagUtils.java | 8 ++-----
.../apache/commons/collections/BeanMap.java | 8 ++-----
.../apache/commons/collections/BidiMap.java | 8 ++-----
.../commons/collections/BinaryHeap.java | 8 ++-----
.../collections/BoundedCollection.java | 8 ++-----
.../collections/BoundedFifoBuffer.java | 8 ++-----
.../commons/collections/BoundedMap.java | 8 ++-----
.../apache/commons/collections/Buffer.java | 8 ++-----
.../collections/BufferOverflowException.java | 10 +++-----
.../collections/BufferUnderflowException.java | 8 ++-----
.../commons/collections/BufferUtils.java | 8 ++-----
.../apache/commons/collections/Closure.java | 10 +++-----
.../commons/collections/ClosureUtils.java | 10 +++-----
.../commons/collections/CollectionUtils.java | 8 ++-----
.../commons/collections/ComparatorUtils.java | 8 ++-----
.../collections/CursorableLinkedList.java | 8 ++-----
.../commons/collections/DefaultMapBag.java | 10 +++-----
.../commons/collections/DefaultMapEntry.java | 8 ++-----
.../commons/collections/DoubleOrderedMap.java | 8 ++-----
.../commons/collections/EnumerationUtils.java | 8 ++-----
.../collections/ExtendedProperties.java | 8 ++-----
.../apache/commons/collections/Factory.java | 10 +++-----
.../commons/collections/FactoryUtils.java | 10 +++-----
.../commons/collections/FastArrayList.java | 8 ++-----
.../commons/collections/FastHashMap.java | 8 ++-----
.../commons/collections/FastTreeMap.java | 8 ++-----
.../commons/collections/FunctorException.java | 10 +++-----
.../apache/commons/collections/HashBag.java | 10 +++-----
.../commons/collections/IterableMap.java | 8 ++-----
.../commons/collections/IteratorUtils.java | 8 ++-----
.../apache/commons/collections/KeyValue.java | 8 ++-----
.../apache/commons/collections/LRUMap.java | 10 +++-----
.../apache/commons/collections/ListUtils.java | 8 ++-----
.../commons/collections/MapIterator.java | 8 ++-----
.../apache/commons/collections/MapUtils.java | 8 ++-----
.../commons/collections/MultiHashMap.java | 10 +++-----
.../apache/commons/collections/MultiMap.java | 10 +++-----
.../commons/collections/OrderedBidiMap.java | 8 ++-----
.../commons/collections/OrderedIterator.java | 8 ++-----
.../commons/collections/OrderedMap.java | 10 +++-----
.../collections/OrderedMapIterator.java | 10 +++-----
.../apache/commons/collections/Predicate.java | 10 +++-----
.../commons/collections/PredicateUtils.java | 10 +++-----
.../commons/collections/PriorityQueue.java | 8 ++-----
.../apache/commons/collections/ProxyMap.java | 8 ++-----
.../commons/collections/ReferenceMap.java | 10 +++-----
.../collections/ResettableIterator.java | 10 +++-----
.../collections/ResettableListIterator.java | 10 +++-----
.../commons/collections/SequencedHashMap.java | 8 ++-----
.../apache/commons/collections/SetUtils.java | 8 ++-----
.../apache/commons/collections/SortedBag.java | 10 +++-----
.../commons/collections/SortedBidiMap.java | 8 ++-----
.../commons/collections/StaticBucketMap.java | 8 ++-----
.../SynchronizedPriorityQueue.java | 8 ++-----
.../commons/collections/Transformer.java | 10 +++-----
.../commons/collections/TransformerUtils.java | 10 +++-----
.../apache/commons/collections/TreeBag.java | 10 +++-----
.../collections/UnboundedFifoBuffer.java | 8 ++-----
.../commons/collections/Unmodifiable.java | 8 ++-----
.../collections/bag/AbstractBagDecorator.java | 8 ++-----
.../collections/bag/AbstractMapBag.java | 8 ++-----
.../bag/AbstractSortedBagDecorator.java | 8 ++-----
.../commons/collections/bag/HashBag.java | 8 ++-----
.../collections/bag/PredicatedBag.java | 8 ++-----
.../collections/bag/PredicatedSortedBag.java | 8 ++-----
.../collections/bag/SynchronizedBag.java | 8 ++-----
.../bag/SynchronizedSortedBag.java | 8 ++-----
.../collections/bag/TransformedBag.java | 8 ++-----
.../collections/bag/TransformedSortedBag.java | 8 ++-----
.../commons/collections/bag/TreeBag.java | 8 ++-----
.../commons/collections/bag/TypedBag.java | 8 ++-----
.../collections/bag/TypedSortedBag.java | 8 ++-----
.../collections/bag/UnmodifiableBag.java | 8 ++-----
.../bag/UnmodifiableSortedBag.java | 8 ++-----
.../bidimap/AbstractBidiMapDecorator.java | 8 ++-----
.../bidimap/AbstractDualBidiMap.java | 8 ++-----
.../AbstractOrderedBidiMapDecorator.java | 8 ++-----
.../AbstractSortedBidiMapDecorator.java | 8 ++-----
.../collections/bidimap/DualHashBidiMap.java | 8 ++-----
.../collections/bidimap/DualTreeBidiMap.java | 8 ++-----
.../collections/bidimap/TreeBidiMap.java | 8 ++-----
.../bidimap/UnmodifiableBidiMap.java | 8 ++-----
.../bidimap/UnmodifiableOrderedBidiMap.java | 8 ++-----
.../bidimap/UnmodifiableSortedBidiMap.java | 8 ++-----
.../buffer/AbstractBufferDecorator.java | 10 +++-----
.../collections/buffer/BlockingBuffer.java | 10 +++-----
.../collections/buffer/BoundedFifoBuffer.java | 8 ++-----
.../buffer/CircularFifoBuffer.java | 10 +++-----
.../collections/buffer/PredicatedBuffer.java | 10 +++-----
.../collections/buffer/PriorityBuffer.java | 8 ++-----
.../buffer/SynchronizedBuffer.java | 10 +++-----
.../collections/buffer/TransformedBuffer.java | 10 +++-----
.../collections/buffer/TypedBuffer.java | 10 +++-----
.../buffer/UnboundedFifoBuffer.java | 8 ++-----
.../buffer/UnmodifiableBuffer.java | 10 +++-----
.../AbstractCollectionDecorator.java | 10 +++-----
.../collection/CompositeCollection.java | 10 +++-----
.../collection/PredicatedCollection.java | 10 +++-----
.../collection/SynchronizedCollection.java | 10 +++-----
.../collection/TransformedCollection.java | 10 +++-----
.../collection/TypedCollection.java | 10 +++-----
.../UnmodifiableBoundedCollection.java | 10 +++-----
.../collection/UnmodifiableCollection.java | 10 +++-----
.../comparators/BooleanComparator.java | 8 ++-----
.../comparators/ComparableComparator.java | 10 +++-----
.../comparators/ComparatorChain.java | 10 +++-----
.../comparators/FixedOrderComparator.java | 10 +++-----
.../comparators/NullComparator.java | 9 +++----
.../comparators/ReverseComparator.java | 9 +++----
.../comparators/TransformingComparator.java | 24 +++++++++----------
.../collections/functors/AllPredicate.java | 10 +++-----
.../collections/functors/AndPredicate.java | 10 +++-----
.../collections/functors/AnyPredicate.java | 10 +++-----
.../collections/functors/ChainedClosure.java | 10 +++-----
.../functors/ChainedTransformer.java | 8 ++-----
.../functors/CloneTransformer.java | 10 +++-----
.../functors/ClosureTransformer.java | 10 +++-----
.../collections/functors/ConstantFactory.java | 10 +++-----
.../functors/ConstantTransformer.java | 10 +++-----
.../collections/functors/EqualPredicate.java | 10 +++-----
.../functors/ExceptionClosure.java | 10 +++-----
.../functors/ExceptionFactory.java | 10 +++-----
.../functors/ExceptionPredicate.java | 10 +++-----
.../functors/ExceptionTransformer.java | 10 +++-----
.../functors/FactoryTransformer.java | 10 +++-----
.../collections/functors/FalsePredicate.java | 10 +++-----
.../collections/functors/ForClosure.java | 10 +++-----
.../collections/functors/FunctorUtils.java | 8 ++-----
.../functors/IdentityPredicate.java | 10 +++-----
.../collections/functors/IfClosure.java | 8 ++-----
.../functors/InstanceofPredicate.java | 8 ++-----
.../functors/InstantiateFactory.java | 10 +++-----
.../functors/InstantiateTransformer.java | 10 +++-----
.../functors/InvokerTransformer.java | 10 +++-----
.../collections/functors/MapTransformer.java | 8 ++-----
.../collections/functors/NOPClosure.java | 10 +++-----
.../collections/functors/NOPTransformer.java | 10 +++-----
.../collections/functors/NonePredicate.java | 10 +++-----
.../functors/NotNullPredicate.java | 10 +++-----
.../collections/functors/NotPredicate.java | 10 +++-----
.../functors/NullIsExceptionPredicate.java | 10 +++-----
.../functors/NullIsFalsePredicate.java | 10 +++-----
.../functors/NullIsTruePredicate.java | 10 +++-----
.../collections/functors/NullPredicate.java | 10 +++-----
.../collections/functors/OnePredicate.java | 10 +++-----
.../collections/functors/OrPredicate.java | 10 +++-----
.../functors/PredicateTransformer.java | 10 +++-----
.../functors/PrototypeFactory.java | 10 +++-----
.../functors/StringValueTransformer.java | 10 +++-----
.../collections/functors/SwitchClosure.java | 10 +++-----
.../functors/SwitchTransformer.java | 10 +++-----
.../functors/TransformerClosure.java | 10 +++-----
.../functors/TransformerPredicate.java | 10 +++-----
.../collections/functors/TruePredicate.java | 10 +++-----
.../collections/functors/UniquePredicate.java | 10 +++-----
.../collections/functors/WhileClosure.java | 10 +++-----
.../iterators/AbstractIteratorDecorator.java | 10 +++-----
.../AbstractListIteratorDecorator.java | 10 +++-----
.../AbstractMapIteratorDecorator.java | 10 +++-----
.../AbstractOrderedMapIteratorDecorator.java | 10 +++-----
.../collections/iterators/ArrayIterator.java | 10 +++-----
.../iterators/ArrayListIterator.java | 10 +++-----
.../iterators/CollatingIterator.java | 8 ++-----
.../iterators/EntrySetMapIterator.java | 10 +++-----
.../iterators/EnumerationIterator.java | 10 +++-----
.../collections/iterators/FilterIterator.java | 10 +++-----
.../iterators/FilterListIterator.java | 10 +++-----
.../collections/iterators/IteratorChain.java | 10 +++-----
.../iterators/IteratorEnumeration.java | 10 +++-----
.../iterators/ListIteratorWrapper.java | 10 +++-----
.../iterators/LoopingIterator.java | 10 +++-----
.../iterators/ObjectArrayIterator.java | 10 +++-----
.../iterators/ObjectArrayListIterator.java | 10 +++-----
.../collections/iterators/ProxyIterator.java | 8 ++-----
.../iterators/ProxyListIterator.java | 8 ++-----
.../iterators/SingletonIterator.java | 10 +++-----
.../iterators/SingletonListIterator.java | 10 +++-----
.../iterators/TransformIterator.java | 10 +++-----
.../iterators/UniqueFilterIterator.java | 10 +++-----
.../iterators/UnmodifiableIterator.java | 10 +++-----
.../iterators/UnmodifiableListIterator.java | 10 +++-----
.../iterators/UnmodifiableMapIterator.java | 10 +++-----
.../UnmodifiableOrderedMapIterator.java | 10 +++-----
.../keyvalue/AbstractKeyValue.java | 10 +++-----
.../keyvalue/AbstractMapEntry.java | 10 +++-----
.../keyvalue/AbstractMapEntryDecorator.java | 10 +++-----
.../collections/keyvalue/DefaultKeyValue.java | 10 +++-----
.../collections/keyvalue/DefaultMapEntry.java | 10 +++-----
.../collections/keyvalue/MultiKey.java | 10 +++-----
.../collections/keyvalue/TiedMapEntry.java | 10 +++-----
.../keyvalue/UnmodifiableMapEntry.java | 10 +++-----
.../collections/list/AbstractLinkedList.java | 10 +++-----
.../list/AbstractListDecorator.java | 10 +++-----
.../list/CursorableLinkedList.java | 10 +++-----
.../collections/list/FixedSizeList.java | 10 +++-----
.../commons/collections/list/LazyList.java | 10 +++-----
.../list/NodeCachingLinkedList.java | 8 ++-----
.../collections/list/PredicatedList.java | 10 +++-----
.../collections/list/SetUniqueList.java | 10 +++-----
.../collections/list/SynchronizedList.java | 10 +++-----
.../collections/list/TransformedList.java | 10 +++-----
.../commons/collections/list/TypedList.java | 10 +++-----
.../collections/list/UnmodifiableList.java | 10 +++-----
.../collections/map/AbstractHashedMap.java | 8 ++-----
.../collections/map/AbstractLinkedMap.java | 8 ++-----
.../collections/map/AbstractMapDecorator.java | 8 ++-----
.../map/AbstractOrderedMapDecorator.java | 8 ++-----
.../map/AbstractSortedMapDecorator.java | 8 ++-----
.../collections/map/CaseInsensitiveMap.java | 8 ++-----
.../commons/collections/map/CompositeMap.java | 8 ++-----
.../commons/collections/map/FixedSizeMap.java | 8 ++-----
.../collections/map/FixedSizeSortedMap.java | 8 ++-----
.../commons/collections/map/Flat3Map.java | 8 ++-----
.../commons/collections/map/HashedMap.java | 8 ++-----
.../commons/collections/map/IdentityMap.java | 8 ++-----
.../commons/collections/map/LRUMap.java | 8 ++-----
.../commons/collections/map/LazyMap.java | 8 ++-----
.../collections/map/LazySortedMap.java | 8 ++-----
.../commons/collections/map/LinkedMap.java | 8 ++-----
.../collections/map/ListOrderedMap.java | 8 ++-----
.../collections/map/PredicatedMap.java | 8 ++-----
.../collections/map/PredicatedSortedMap.java | 8 ++-----
.../commons/collections/map/ReferenceMap.java | 8 ++-----
.../collections/map/StaticBucketMap.java | 8 ++-----
.../collections/map/TransformedMap.java | 8 ++-----
.../collections/map/TransformedSortedMap.java | 8 ++-----
.../commons/collections/map/TypedMap.java | 8 ++-----
.../collections/map/TypedSortedMap.java | 8 ++-----
.../collections/map/UnmodifiableEntrySet.java | 8 ++-----
.../collections/map/UnmodifiableMap.java | 8 ++-----
.../map/UnmodifiableOrderedMap.java | 8 ++-----
.../map/UnmodifiableSortedMap.java | 8 ++-----
.../collections/set/AbstractSetDecorator.java | 10 +++-----
.../set/AbstractSortedSetDecorator.java | 10 +++-----
.../commons/collections/set/CompositeSet.java | 10 +++-----
.../collections/set/ListOrderedSet.java | 10 +++-----
.../collections/set/PredicatedSet.java | 10 +++-----
.../collections/set/PredicatedSortedSet.java | 10 +++-----
.../collections/set/SynchronizedSet.java | 10 +++-----
.../set/SynchronizedSortedSet.java | 10 +++-----
.../collections/set/TransformedSet.java | 10 +++-----
.../collections/set/TransformedSortedSet.java | 10 +++-----
.../commons/collections/set/TypedSet.java | 10 +++-----
.../collections/set/TypedSortedSet.java | 10 +++-----
.../collections/set/UnmodifiableSet.java | 10 +++-----
.../set/UnmodifiableSortedSet.java | 10 +++-----
248 files changed, 646 insertions(+), 1634 deletions(-)
diff --git a/src/java/org/apache/commons/collections/ArrayStack.java b/src/java/org/apache/commons/collections/ArrayStack.java
index 247d09c58..502e7fe21 100644
--- a/src/java/org/apache/commons/collections/ArrayStack.java
+++ b/src/java/org/apache/commons/collections/ArrayStack.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ArrayStack.java,v 1.15 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -77,7 +73,7 @@ import java.util.EmptyStackException;
*
* @see java.util.Stack
* @since Commons Collections 1.0
- * @version $Revision: 1.15 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.16 $ $Date: 2004/01/14 21:43:03 $
*
* @author Craig R. McClanahan
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/Bag.java b/src/java/org/apache/commons/collections/Bag.java
index 6cba662a3..028ace7b4 100644
--- a/src/java/org/apache/commons/collections/Bag.java
+++ b/src/java/org/apache/commons/collections/Bag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Bag.java,v 1.14 2004/01/12 21:41:41 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -77,7 +73,7 @@ import java.util.Set;
* which unfortunately will break backwards compatibility with this version.
*
* @since Commons Collections 2.0
- * @version $Revision: 1.14 $ $Date: 2004/01/12 21:41:41 $
+ * @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:03 $
*
* @author Chuck Burdick
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/BagUtils.java b/src/java/org/apache/commons/collections/BagUtils.java
index 86bf9e787..5aeec4dfd 100644
--- a/src/java/org/apache/commons/collections/BagUtils.java
+++ b/src/java/org/apache/commons/collections/BagUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BagUtils.java,v 1.17 2004/01/04 18:03:41 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -75,7 +71,7 @@ import org.apache.commons.collections.bag.UnmodifiableSortedBag;
* {@link Bag} and {@link SortedBag} instances.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.17 $ $Date: 2004/01/04 18:03:41 $
+ * @version $Revision: 1.18 $ $Date: 2004/01/14 21:43:03 $
*
* @author Paul Jack
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/BeanMap.java b/src/java/org/apache/commons/collections/BeanMap.java
index ecbc1faa6..f7bea261f 100644
--- a/src/java/org/apache/commons/collections/BeanMap.java
+++ b/src/java/org/apache/commons/collections/BeanMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BeanMap.java,v 1.27 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -84,7 +80,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* property is considered non existent in the Map
*
* @since Commons Collections 1.0
- * @version $Revision: 1.27 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.28 $ $Date: 2004/01/14 21:43:04 $
*
* @author James Strachan
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/BidiMap.java b/src/java/org/apache/commons/collections/BidiMap.java
index a27f05da9..9f660fe10 100644
--- a/src/java/org/apache/commons/collections/BidiMap.java
+++ b/src/java/org/apache/commons/collections/BidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BidiMap.java,v 1.12 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -70,7 +66,7 @@ package org.apache.commons.collections;
* a key to be looked up from a value with equal performance.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.12 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:04 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/BinaryHeap.java b/src/java/org/apache/commons/collections/BinaryHeap.java
index 638dab016..890c6645c 100644
--- a/src/java/org/apache/commons/collections/BinaryHeap.java
+++ b/src/java/org/apache/commons/collections/BinaryHeap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BinaryHeap.java,v 1.22 2004/01/08 22:18:16 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -93,7 +89,7 @@ import java.util.NoSuchElementException;
* @deprecated Replaced by PriorityBuffer in buffer subpackage.
* Due to be removed in v4.0.
* @since Commons Collections 1.0
- * @version $Revision: 1.22 $ $Date: 2004/01/08 22:18:16 $
+ * @version $Revision: 1.23 $ $Date: 2004/01/14 21:43:03 $
*
* @author Peter Donald
* @author Ram Chidambaram
diff --git a/src/java/org/apache/commons/collections/BoundedCollection.java b/src/java/org/apache/commons/collections/BoundedCollection.java
index 208718601..e50b41713 100644
--- a/src/java/org/apache/commons/collections/BoundedCollection.java
+++ b/src/java/org/apache/commons/collections/BoundedCollection.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BoundedCollection.java,v 1.8 2004/01/05 22:27:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -67,7 +63,7 @@ import java.util.Collection;
* associated with the maximum number of elements.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.8 $ $Date: 2004/01/05 22:27:08 $
+ * @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:03 $
*
* @author Herve Quiroz
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/BoundedFifoBuffer.java b/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
index dd99b0c61..41b22bdc1 100644
--- a/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
+++ b/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BoundedFifoBuffer.java,v 1.14 2004/01/04 18:55:03 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -85,7 +81,7 @@ import java.util.NoSuchElementException;
*
* @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
* @since 2.1
- * @version $Revision: 1.14 $ $Date: 2004/01/04 18:55:03 $
+ * @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:06 $
*
* @author Avalon
* @author Berin Loritsch
diff --git a/src/java/org/apache/commons/collections/BoundedMap.java b/src/java/org/apache/commons/collections/BoundedMap.java
index 677b0a080..5e1e220d2 100644
--- a/src/java/org/apache/commons/collections/BoundedMap.java
+++ b/src/java/org/apache/commons/collections/BoundedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BoundedMap.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -67,7 +63,7 @@ import java.util.Map;
* associated with the maximum number of elements.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:05 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/Buffer.java b/src/java/org/apache/commons/collections/Buffer.java
index 16ab30f01..ff3d694d5 100644
--- a/src/java/org/apache/commons/collections/Buffer.java
+++ b/src/java/org/apache/commons/collections/Buffer.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Buffer.java,v 1.8 2004/01/05 22:27:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -77,7 +73,7 @@ import java.util.Collection;
* {@link Bag}.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.8 $ $Date: 2004/01/05 22:27:08 $
+ * @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:04 $
*
* @author Avalon
* @author Berin Loritsch
diff --git a/src/java/org/apache/commons/collections/BufferOverflowException.java b/src/java/org/apache/commons/collections/BufferOverflowException.java
index 439a6394e..fae55bbdc 100644
--- a/src/java/org/apache/commons/collections/BufferOverflowException.java
+++ b/src/java/org/apache/commons/collections/BufferOverflowException.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BufferOverflowException.java,v 1.7 2003/10/09 20:58:52 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -62,7 +58,7 @@ package org.apache.commons.collections;
* exceeded.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.7 $ $Date: 2003/10/09 20:58:52 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:05 $
*
* @author Avalon
* @author Berin Loritsch
diff --git a/src/java/org/apache/commons/collections/BufferUnderflowException.java b/src/java/org/apache/commons/collections/BufferUnderflowException.java
index 16291a5ab..bd2e222b4 100644
--- a/src/java/org/apache/commons/collections/BufferUnderflowException.java
+++ b/src/java/org/apache/commons/collections/BufferUnderflowException.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BufferUnderflowException.java,v 1.9 2004/01/06 21:43:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ import java.util.NoSuchElementException;
* NOTE: From version 3.0, this exception extends NoSuchElementException.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.9 $ $Date: 2004/01/06 21:43:08 $
+ * @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:04 $
*
* @author Avalon
* @author Berin Loritsch
diff --git a/src/java/org/apache/commons/collections/BufferUtils.java b/src/java/org/apache/commons/collections/BufferUtils.java
index 96b19cfbe..600dbdb59 100644
--- a/src/java/org/apache/commons/collections/BufferUtils.java
+++ b/src/java/org/apache/commons/collections/BufferUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BufferUtils.java,v 1.17 2004/01/04 18:03:41 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.buffer.UnmodifiableBuffer;
* Provides utility methods and decorators for {@link Buffer} instances.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.17 $ $Date: 2004/01/04 18:03:41 $
+ * @version $Revision: 1.18 $ $Date: 2004/01/14 21:43:03 $
*
* @author Paul Jack
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/Closure.java b/src/java/org/apache/commons/collections/Closure.java
index f38f29736..8b5cfda93 100644
--- a/src/java/org/apache/commons/collections/Closure.java
+++ b/src/java/org/apache/commons/collections/Closure.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Closure.java,v 1.8 2003/12/13 23:51:28 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -64,7 +60,7 @@ package org.apache.commons.collections;
* block, function or iteration. It operates an input object.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.8 $ $Date: 2003/12/13 23:51:28 $
+ * @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:05 $
*
* @author James Strachan
* @author Nicola Ken Barozzi
diff --git a/src/java/org/apache/commons/collections/ClosureUtils.java b/src/java/org/apache/commons/collections/ClosureUtils.java
index 188acfdd7..b0a0482d6 100644
--- a/src/java/org/apache/commons/collections/ClosureUtils.java
+++ b/src/java/org/apache/commons/collections/ClosureUtils.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ClosureUtils.java,v 1.5 2003/11/23 17:01:36 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -88,7 +84,7 @@ import org.apache.commons.collections.functors.WhileClosure;
* All the supplied closures are Serializable.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.5 $ $Date: 2003/11/23 17:01:36 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/CollectionUtils.java b/src/java/org/apache/commons/collections/CollectionUtils.java
index 2d79d149b..610f089f3 100644
--- a/src/java/org/apache/commons/collections/CollectionUtils.java
+++ b/src/java/org/apache/commons/collections/CollectionUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/CollectionUtils.java,v 1.54 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -79,7 +75,7 @@ import org.apache.commons.collections.collection.UnmodifiableCollection;
* Provides utility methods and decorators for {@link Collection} instances.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.54 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.55 $ $Date: 2004/01/14 21:43:03 $
*
* @author Rodney Waldhoff
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/ComparatorUtils.java b/src/java/org/apache/commons/collections/ComparatorUtils.java
index 8930dc8ce..4ce46252d 100644
--- a/src/java/org/apache/commons/collections/ComparatorUtils.java
+++ b/src/java/org/apache/commons/collections/ComparatorUtils.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BufferUtils.java,v 1.12 2003/05/11 13:29:16 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
diff --git a/src/java/org/apache/commons/collections/CursorableLinkedList.java b/src/java/org/apache/commons/collections/CursorableLinkedList.java
index e6b4a576f..6da361694 100644
--- a/src/java/org/apache/commons/collections/CursorableLinkedList.java
+++ b/src/java/org/apache/commons/collections/CursorableLinkedList.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/CursorableLinkedList.java,v 1.21 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -87,7 +83,7 @@ import java.lang.ref.WeakReference;
* and now returns the cursor from the listIterator method. Will be removed in v4.0
* @see java.util.LinkedList
* @since Commons Collections 1.0
- * @version $Revision: 1.21 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.22 $ $Date: 2004/01/14 21:43:03 $
*
* @author Rodney Waldhoff
* @author Janek Bogucki
diff --git a/src/java/org/apache/commons/collections/DefaultMapBag.java b/src/java/org/apache/commons/collections/DefaultMapBag.java
index 7f659e528..4f21ddef9 100644
--- a/src/java/org/apache/commons/collections/DefaultMapBag.java
+++ b/src/java/org/apache/commons/collections/DefaultMapBag.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/DefaultMapBag.java,v 1.15 2004/01/14 00:59:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -79,7 +75,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
*
* @deprecated Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
* @since Commons Collections 2.0
- * @version $Revision: 1.15 $ $Date: 2004/01/14 00:59:14 $
+ * @version $Revision: 1.16 $ $Date: 2004/01/14 21:43:04 $
*
* @author Chuck Burdick
* @author Michael A. Smith
diff --git a/src/java/org/apache/commons/collections/DefaultMapEntry.java b/src/java/org/apache/commons/collections/DefaultMapEntry.java
index c3a088ebc..c934b120f 100644
--- a/src/java/org/apache/commons/collections/DefaultMapEntry.java
+++ b/src/java/org/apache/commons/collections/DefaultMapEntry.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/DefaultMapEntry.java,v 1.19 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -64,7 +60,7 @@ import java.util.Map;
*
* @deprecated Use the version in the keyvalue subpackage. Will be removed in v4.0
* @since Commons Collections 1.0
- * @version $Revision: 1.19 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.20 $ $Date: 2004/01/14 21:43:05 $
*
* @author James Strachan
* @author Michael A. Smith
diff --git a/src/java/org/apache/commons/collections/DoubleOrderedMap.java b/src/java/org/apache/commons/collections/DoubleOrderedMap.java
index 30382291f..907a8eee5 100644
--- a/src/java/org/apache/commons/collections/DoubleOrderedMap.java
+++ b/src/java/org/apache/commons/collections/DoubleOrderedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/DoubleOrderedMap.java,v 1.12 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -141,7 +137,7 @@ import java.util.Set;
* @see org.apache.commons.collections.bidimap.DualTreeBidiMap
* @see org.apache.commons.collections.bidimap.DualHashBidiMap
* @since Commons Collections 2.0
- * @version $Revision: 1.12 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:05 $
*
* @author Marc Johnson
*/
diff --git a/src/java/org/apache/commons/collections/EnumerationUtils.java b/src/java/org/apache/commons/collections/EnumerationUtils.java
index 007d63d3b..d2c68bef7 100644
--- a/src/java/org/apache/commons/collections/EnumerationUtils.java
+++ b/src/java/org/apache/commons/collections/EnumerationUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/EnumerationUtils.java,v 1.3 2004/01/05 21:37:13 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.iterators.EnumerationIterator;
* Provides utility methods for {@link Enumeration} instances.
*
* @since Commons Collections 3.0
- * @version $Id: EnumerationUtils.java,v 1.3 2004/01/05 21:37:13 scolebourne Exp $
+ * @version $Id: EnumerationUtils.java,v 1.4 2004/01/14 21:43:04 scolebourne Exp $
*
* @author Gary Gregory
*/
diff --git a/src/java/org/apache/commons/collections/ExtendedProperties.java b/src/java/org/apache/commons/collections/ExtendedProperties.java
index d202e5938..d74fe3baf 100644
--- a/src/java/org/apache/commons/collections/ExtendedProperties.java
+++ b/src/java/org/apache/commons/collections/ExtendedProperties.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ExtendedProperties.java,v 1.19 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -165,7 +161,7 @@ import java.util.Vector;
* it, go ahead and tune it up!
*
* @since Commons Collections 1.0
- * @version $Revision: 1.19 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.20 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stefano Mazzocchi
* @author Jon S. Stevens
diff --git a/src/java/org/apache/commons/collections/Factory.java b/src/java/org/apache/commons/collections/Factory.java
index ef2069ada..aa2d8efe6 100644
--- a/src/java/org/apache/commons/collections/Factory.java
+++ b/src/java/org/apache/commons/collections/Factory.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Factory.java,v 1.6 2003/12/13 23:51:28 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -61,7 +57,7 @@ package org.apache.commons.collections;
* Defines a functor interface implemented by classes that create objects.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.6 $ $Date: 2003/12/13 23:51:28 $
+ * @version $Revision: 1.7 $ $Date: 2004/01/14 21:43:04 $
*
* @author Arron Bates
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/FactoryUtils.java b/src/java/org/apache/commons/collections/FactoryUtils.java
index aec20a5b6..659dcc007 100644
--- a/src/java/org/apache/commons/collections/FactoryUtils.java
+++ b/src/java/org/apache/commons/collections/FactoryUtils.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FactoryUtils.java,v 1.11 2003/11/23 17:48:20 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -75,7 +71,7 @@ import org.apache.commons.collections.functors.PrototypeFactory;
* All the supplied factories are Serializable.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.11 $ $Date: 2003/11/23 17:48:20 $
+ * @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:04 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/FastArrayList.java b/src/java/org/apache/commons/collections/FastArrayList.java
index 5bd5ccfc4..e697fae34 100644
--- a/src/java/org/apache/commons/collections/FastArrayList.java
+++ b/src/java/org/apache/commons/collections/FastArrayList.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FastArrayList.java,v 1.13 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -99,7 +95,7 @@ import java.util.ListIterator;
* Double-Checked Locking Idiom Is Broken Declaration.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.13 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:05 $
*
* @author Craig R. McClanahan
*/
diff --git a/src/java/org/apache/commons/collections/FastHashMap.java b/src/java/org/apache/commons/collections/FastHashMap.java
index 5df6ac819..41ef1f9a9 100644
--- a/src/java/org/apache/commons/collections/FastHashMap.java
+++ b/src/java/org/apache/commons/collections/FastHashMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FastHashMap.java,v 1.15 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -99,7 +95,7 @@ import java.util.Set;
* Double-Checked Locking Idiom Is Broken Declaration.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.15 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.16 $ $Date: 2004/01/14 21:43:03 $
*
* @author Craig R. McClanahan
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/FastTreeMap.java b/src/java/org/apache/commons/collections/FastTreeMap.java
index 667da7eca..e9342e0f1 100644
--- a/src/java/org/apache/commons/collections/FastTreeMap.java
+++ b/src/java/org/apache/commons/collections/FastTreeMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FastTreeMap.java,v 1.14 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -101,7 +97,7 @@ import java.util.TreeMap;
* Double-Checked Locking Idiom Is Broken Declaration.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.14 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:05 $
*
* @author Craig R. McClanahan
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/FunctorException.java b/src/java/org/apache/commons/collections/FunctorException.java
index 606357afa..ccc726013 100644
--- a/src/java/org/apache/commons/collections/FunctorException.java
+++ b/src/java/org/apache/commons/collections/FunctorException.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FunctorException.java,v 1.4 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ import java.io.PrintWriter;
* If required, a root cause error can be wrapped within this one.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/HashBag.java b/src/java/org/apache/commons/collections/HashBag.java
index d3deedd13..ffe938d77 100644
--- a/src/java/org/apache/commons/collections/HashBag.java
+++ b/src/java/org/apache/commons/collections/HashBag.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/HashBag.java,v 1.11 2003/12/28 16:36:48 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ import java.util.HashMap;
*
* @deprecated Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
* @since Commons Collections 2.0
- * @version $Revision: 1.11 $ $Date: 2003/12/28 16:36:48 $
+ * @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:05 $
*
* @author Chuck Burdick
*/
diff --git a/src/java/org/apache/commons/collections/IterableMap.java b/src/java/org/apache/commons/collections/IterableMap.java
index fc672d6b7..b4de7a374 100644
--- a/src/java/org/apache/commons/collections/IterableMap.java
+++ b/src/java/org/apache/commons/collections/IterableMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/IterableMap.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -75,7 +71,7 @@ import java.util.Map;
*
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:05 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/IteratorUtils.java b/src/java/org/apache/commons/collections/IteratorUtils.java
index 862f77a3e..10a146122 100644
--- a/src/java/org/apache/commons/collections/IteratorUtils.java
+++ b/src/java/org/apache/commons/collections/IteratorUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/IteratorUtils.java,v 1.20 2004/01/08 22:18:16 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -94,7 +90,7 @@ import org.apache.commons.collections.iterators.UnmodifiableMapIterator;
* instances. The implementations are provided in the iterators subpackage.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.20 $ $Date: 2004/01/08 22:18:16 $
+ * @version $Revision: 1.21 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
* @author Phil Steitz
diff --git a/src/java/org/apache/commons/collections/KeyValue.java b/src/java/org/apache/commons/collections/KeyValue.java
index 4605158e3..173df03bd 100644
--- a/src/java/org/apache/commons/collections/KeyValue.java
+++ b/src/java/org/apache/commons/collections/KeyValue.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/KeyValue.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ package org.apache.commons.collections;
* two get methods.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:06 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/LRUMap.java b/src/java/org/apache/commons/collections/LRUMap.java
index 45320922f..a331af662 100644
--- a/src/java/org/apache/commons/collections/LRUMap.java
+++ b/src/java/org/apache/commons/collections/LRUMap.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/LRUMap.java,v 1.21 2003/12/11 00:46:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -86,7 +82,7 @@ import java.util.Iterator;
*
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
* @since Commons Collections 1.0
- * @version $Revision: 1.21 $ $Date: 2003/12/11 00:46:45 $
+ * @version $Revision: 1.22 $ $Date: 2004/01/14 21:43:04 $
*
* @author James Strachan
* @author Morgan Delagrange
diff --git a/src/java/org/apache/commons/collections/ListUtils.java b/src/java/org/apache/commons/collections/ListUtils.java
index 663f8c59e..afe7a8e33 100644
--- a/src/java/org/apache/commons/collections/ListUtils.java
+++ b/src/java/org/apache/commons/collections/ListUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ListUtils.java,v 1.25 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -75,7 +71,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* Provides utility methods and decorators for {@link List} instances.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.25 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.26 $ $Date: 2004/01/14 21:43:03 $
*
* @author Federico Barbieri
* @author Peter Donald
diff --git a/src/java/org/apache/commons/collections/MapIterator.java b/src/java/org/apache/commons/collections/MapIterator.java
index 758c1a963..f1187a3c9 100644
--- a/src/java/org/apache/commons/collections/MapIterator.java
+++ b/src/java/org/apache/commons/collections/MapIterator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/MapIterator.java,v 1.5 2004/01/05 21:37:13 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -82,7 +78,7 @@ import java.util.Iterator;
*
*
* @since Commons Collections 3.0
- * @version $Revision: 1.5 $ $Date: 2004/01/05 21:37:13 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/MapUtils.java b/src/java/org/apache/commons/collections/MapUtils.java
index c9f3331d3..4478e5bad 100644
--- a/src/java/org/apache/commons/collections/MapUtils.java
+++ b/src/java/org/apache/commons/collections/MapUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/MapUtils.java,v 1.42 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -109,7 +105,7 @@ import org.apache.commons.collections.map.UnmodifiableSortedMap;
*
*
* @since Commons Collections 1.0
- * @version $Revision: 1.42 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.43 $ $Date: 2004/01/14 21:43:05 $
*
* @author James Strachan
* @author Nissim Karpenstein
diff --git a/src/java/org/apache/commons/collections/MultiHashMap.java b/src/java/org/apache/commons/collections/MultiHashMap.java
index 5da87ff83..520f4194a 100644
--- a/src/java/org/apache/commons/collections/MultiHashMap.java
+++ b/src/java/org/apache/commons/collections/MultiHashMap.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/MultiHashMap.java,v 1.13 2003/10/09 20:58:53 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -89,7 +85,7 @@ import java.util.Set;
* coll
will be a list containing "A", "B", "C".
*
* @since Commons Collections 2.0
- * @version $Revision: 1.13 $ $Date: 2003/10/09 20:58:53 $
+ * @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:03 $
*
* @author Christopher Berry
* @author James Strachan
diff --git a/src/java/org/apache/commons/collections/MultiMap.java b/src/java/org/apache/commons/collections/MultiMap.java
index d487b4a91..8495fb314 100644
--- a/src/java/org/apache/commons/collections/MultiMap.java
+++ b/src/java/org/apache/commons/collections/MultiMap.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/MultiMap.java,v 1.9 2003/12/13 23:51:28 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -79,7 +75,7 @@ import java.util.Map;
* coll
will be a list containing "A", "B", "C".
*
* @since Commons Collections 2.0
- * @version $Revision: 1.9 $ $Date: 2003/12/13 23:51:28 $
+ * @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:04 $
*
* @author Christopher Berry
* @author James Strachan
diff --git a/src/java/org/apache/commons/collections/OrderedBidiMap.java b/src/java/org/apache/commons/collections/OrderedBidiMap.java
index ed92b4744..a72724478 100644
--- a/src/java/org/apache/commons/collections/OrderedBidiMap.java
+++ b/src/java/org/apache/commons/collections/OrderedBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/OrderedBidiMap.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ package org.apache.commons.collections;
* a key to be looked up from a value with equal performance.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:05 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/OrderedIterator.java b/src/java/org/apache/commons/collections/OrderedIterator.java
index 1bb68a23d..e30fb1b12 100644
--- a/src/java/org/apache/commons/collections/OrderedIterator.java
+++ b/src/java/org/apache/commons/collections/OrderedIterator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/OrderedIterator.java,v 1.2 2004/01/05 21:37:13 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ import java.util.Iterator;
* This iterator allows both forward and reverse iteration through the collection.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:37:13 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/OrderedMap.java b/src/java/org/apache/commons/collections/OrderedMap.java
index d3173a4da..3fb8fe9df 100644
--- a/src/java/org/apache/commons/collections/OrderedMap.java
+++ b/src/java/org/apache/commons/collections/OrderedMap.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/OrderedMap.java,v 1.4 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -62,7 +58,7 @@ package org.apache.commons.collections;
* iteration through that order.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/OrderedMapIterator.java b/src/java/org/apache/commons/collections/OrderedMapIterator.java
index ad3b808ee..47b33701b 100644
--- a/src/java/org/apache/commons/collections/OrderedMapIterator.java
+++ b/src/java/org/apache/commons/collections/OrderedMapIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/OrderedMapIterator.java,v 1.2 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -63,7 +59,7 @@ package org.apache.commons.collections;
* This iterator allows both forward and reverse iteration through the map.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:04 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/Predicate.java b/src/java/org/apache/commons/collections/Predicate.java
index 4e916f644..c66017fc7 100644
--- a/src/java/org/apache/commons/collections/Predicate.java
+++ b/src/java/org/apache/commons/collections/Predicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Predicate.java,v 1.8 2003/12/13 23:51:28 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -63,7 +59,7 @@ package org.apache.commons.collections;
* to implement queries or to do filtering.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.8 $ $Date: 2003/12/13 23:51:28 $
+ * @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:04 $
*
* @author James Strachan
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/PredicateUtils.java b/src/java/org/apache/commons/collections/PredicateUtils.java
index 2609840e0..a848210d5 100644
--- a/src/java/org/apache/commons/collections/PredicateUtils.java
+++ b/src/java/org/apache/commons/collections/PredicateUtils.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/PredicateUtils.java,v 1.14 2003/11/23 22:05:24 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -105,7 +101,7 @@ import org.apache.commons.collections.functors.UniquePredicate;
* All the supplied predicates are Serializable.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.14 $ $Date: 2003/11/23 22:05:24 $
+ * @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:04 $
*
* @author Stephen Colebourne
* @author Ola Berg
diff --git a/src/java/org/apache/commons/collections/PriorityQueue.java b/src/java/org/apache/commons/collections/PriorityQueue.java
index 4b66f7d70..438675bd4 100644
--- a/src/java/org/apache/commons/collections/PriorityQueue.java
+++ b/src/java/org/apache/commons/collections/PriorityQueue.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/PriorityQueue.java,v 1.12 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ package org.apache.commons.collections;
* @deprecated Replaced by the Buffer interface and implementations in buffer subpackage.
* Due to be removed in v4.0.
* @since Commons Collections 1.0
- * @version $Revision: 1.12 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:04 $
*
* @author Peter Donald
*/
diff --git a/src/java/org/apache/commons/collections/ProxyMap.java b/src/java/org/apache/commons/collections/ProxyMap.java
index 847d92b29..a4dafbd89 100644
--- a/src/java/org/apache/commons/collections/ProxyMap.java
+++ b/src/java/org/apache/commons/collections/ProxyMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ProxyMap.java,v 1.13 2004/01/06 22:07:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -78,7 +74,7 @@ import java.util.Set;
*
* @deprecated Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0.
* @since Commons Collections 2.0
- * @version $Revision: 1.13 $ $Date: 2004/01/06 22:07:47 $
+ * @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:05 $
*
* @author Daniel Rall
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/ReferenceMap.java b/src/java/org/apache/commons/collections/ReferenceMap.java
index 38a17400b..50771cc43 100644
--- a/src/java/org/apache/commons/collections/ReferenceMap.java
+++ b/src/java/org/apache/commons/collections/ReferenceMap.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ReferenceMap.java,v 1.20 2003/12/29 15:35:54 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -119,7 +115,7 @@ import org.apache.commons.collections.keyvalue.DefaultMapEntry;
*
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
* @since Commons Collections 2.1
- * @version $Revision: 1.20 $ $Date: 2003/12/29 15:35:54 $
+ * @version $Revision: 1.21 $ $Date: 2004/01/14 21:43:04 $
*
* @author Paul Jack
*/
diff --git a/src/java/org/apache/commons/collections/ResettableIterator.java b/src/java/org/apache/commons/collections/ResettableIterator.java
index c2d247968..796470df5 100644
--- a/src/java/org/apache/commons/collections/ResettableIterator.java
+++ b/src/java/org/apache/commons/collections/ResettableIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ResettableIterator.java,v 1.2 2003/12/13 23:51:28 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ import java.util.Iterator;
* This interface allows an iterator to be repeatedly reused.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/13 23:51:28 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:05 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/ResettableListIterator.java b/src/java/org/apache/commons/collections/ResettableListIterator.java
index 534b272b8..4944d2423 100644
--- a/src/java/org/apache/commons/collections/ResettableListIterator.java
+++ b/src/java/org/apache/commons/collections/ResettableListIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ResettableListIterator.java,v 1.2 2003/12/13 23:51:28 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -65,7 +61,7 @@ import java.util.ListIterator;
* This interface allows an iterator to be repeatedly reused.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/13 23:51:28 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/SequencedHashMap.java b/src/java/org/apache/commons/collections/SequencedHashMap.java
index 6e9dd0a1f..119d8f951 100644
--- a/src/java/org/apache/commons/collections/SequencedHashMap.java
+++ b/src/java/org/apache/commons/collections/SequencedHashMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SequencedHashMap.java,v 1.26 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -93,7 +89,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* @see org.apache.commons.collections.map.LinkedMap
* @see org.apache.commons.collections.map.ListOrderedMap
* @since Commons Collections 2.0
- * @version $Revision: 1.26 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.27 $ $Date: 2004/01/14 21:43:04 $
*
* @author Michael A. Smith
* @author Daniel Rall
diff --git a/src/java/org/apache/commons/collections/SetUtils.java b/src/java/org/apache/commons/collections/SetUtils.java
index e3461b4b2..96df010b2 100644
--- a/src/java/org/apache/commons/collections/SetUtils.java
+++ b/src/java/org/apache/commons/collections/SetUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SetUtils.java,v 1.23 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -81,7 +77,7 @@ import org.apache.commons.collections.set.UnmodifiableSortedSet;
* {@link Set} and {@link SortedSet} instances.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.23 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.24 $ $Date: 2004/01/14 21:43:05 $
*
* @author Paul Jack
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/SortedBag.java b/src/java/org/apache/commons/collections/SortedBag.java
index 8cb936238..8558aeeae 100644
--- a/src/java/org/apache/commons/collections/SortedBag.java
+++ b/src/java/org/apache/commons/collections/SortedBag.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SortedBag.java,v 1.7 2003/12/13 23:51:28 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -64,7 +60,7 @@ import java.util.Comparator;
* its unique representative members.
*
* @since Commons Collections 2.0
- * @version $Revision: 1.7 $ $Date: 2003/12/13 23:51:28 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:04 $
*
* @author Chuck Burdick
*/
diff --git a/src/java/org/apache/commons/collections/SortedBidiMap.java b/src/java/org/apache/commons/collections/SortedBidiMap.java
index 840615142..6181726a8 100644
--- a/src/java/org/apache/commons/collections/SortedBidiMap.java
+++ b/src/java/org/apache/commons/collections/SortedBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SortedBidiMap.java,v 1.4 2004/01/05 22:27:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -67,7 +63,7 @@ import java.util.SortedMap;
* a key to be looked up from a value with equal performance.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/05 22:27:08 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:05 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/StaticBucketMap.java b/src/java/org/apache/commons/collections/StaticBucketMap.java
index d327144a1..b49f2cd2b 100644
--- a/src/java/org/apache/commons/collections/StaticBucketMap.java
+++ b/src/java/org/apache/commons/collections/StaticBucketMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/StaticBucketMap.java,v 1.16 2004/01/05 22:46:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -131,7 +127,7 @@ import java.util.Set;
*
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
* @since Commons Collections 2.1
- * @version $Revision: 1.16 $ $Date: 2004/01/05 22:46:33 $
+ * @version $Revision: 1.17 $ $Date: 2004/01/14 21:43:06 $
*
* @author Berin Loritsch
* @author Gerhard Froehlich
diff --git a/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java b/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java
index bdc853a9b..77a5ee86e 100644
--- a/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java
+++ b/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java,v 1.11 2004/01/06 21:31:32 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -67,7 +63,7 @@ import java.util.NoSuchElementException;
* @deprecated PriorityQueue is replaced by the Buffer interface, see buffer subpackage.
* Due to be removed in v4.0.
* @since Commons Collections 1.0
- * @version $Revision: 1.11 $ $Date: 2004/01/06 21:31:32 $
+ * @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:05 $
*
* @author Ram Chidambaram
*/
diff --git a/src/java/org/apache/commons/collections/Transformer.java b/src/java/org/apache/commons/collections/Transformer.java
index f22b4beb7..9f28fee7f 100644
--- a/src/java/org/apache/commons/collections/Transformer.java
+++ b/src/java/org/apache/commons/collections/Transformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Transformer.java,v 1.7 2003/12/13 23:51:28 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -64,7 +60,7 @@ package org.apache.commons.collections;
* from an object.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.7 $ $Date: 2003/12/13 23:51:28 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:03 $
*
* @author James Strachan
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/TransformerUtils.java b/src/java/org/apache/commons/collections/TransformerUtils.java
index e7d43ff7d..00ce20890 100644
--- a/src/java/org/apache/commons/collections/TransformerUtils.java
+++ b/src/java/org/apache/commons/collections/TransformerUtils.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/TransformerUtils.java,v 1.9 2003/11/23 23:25:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -98,7 +94,7 @@ import org.apache.commons.collections.functors.SwitchTransformer;
* All the supplied transformers are Serializable.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.9 $ $Date: 2003/11/23 23:25:33 $
+ * @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
* @author James Carman
diff --git a/src/java/org/apache/commons/collections/TreeBag.java b/src/java/org/apache/commons/collections/TreeBag.java
index e32731cb2..ff922d16c 100644
--- a/src/java/org/apache/commons/collections/TreeBag.java
+++ b/src/java/org/apache/commons/collections/TreeBag.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/TreeBag.java,v 1.11 2003/12/28 16:36:48 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -69,7 +65,7 @@ import java.util.TreeMap;
*
* @deprecated Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
* @since Commons Collections 2.0
- * @version $Revision: 1.11 $ $Date: 2003/12/28 16:36:48 $
+ * @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:04 $
*
* @author Chuck Burdick
*/
diff --git a/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java b/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java
index 892ab3eb1..4c9fdbf02 100644
--- a/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java
+++ b/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java,v 1.13 2004/01/04 18:55:03 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -84,7 +80,7 @@ import java.util.NoSuchElementException;
*
* @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
* @since Commons Collections 2.1
- * @version $Revision: 1.13 $ $Date: 2004/01/04 18:55:03 $
+ * @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:04 $
*
* @author Avalon
* @author Federico Barbieri
diff --git a/src/java/org/apache/commons/collections/Unmodifiable.java b/src/java/org/apache/commons/collections/Unmodifiable.java
index d9d94d8ce..64d6966f1 100644
--- a/src/java/org/apache/commons/collections/Unmodifiable.java
+++ b/src/java/org/apache/commons/collections/Unmodifiable.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Unmodifiable.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections;
@@ -72,7 +68,7 @@ package org.apache.commons.collections;
* then the interface won't be there.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:03 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java b/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java
index e2a8edc0f..e59433d17 100644
--- a/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java
+++ b/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
* Methods are forwarded directly to the decorated bag.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bag/AbstractMapBag.java b/src/java/org/apache/commons/collections/bag/AbstractMapBag.java
index be57ad10c..539936245 100644
--- a/src/java/org/apache/commons/collections/bag/AbstractMapBag.java
+++ b/src/java/org/apache/commons/collections/bag/AbstractMapBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/AbstractMapBag.java,v 1.12 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -79,7 +75,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* the number of occurrences of that element in the bag.
*
* @since Commons Collections 3.0 (previously DefaultMapBag v2.0)
- * @version $Revision: 1.12 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:08 $
*
* @author Chuck Burdick
* @author Michael A. Smith
diff --git a/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java b/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java
index c616b3e04..e2c66116f 100644
--- a/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java
+++ b/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.SortedBag;
* Methods are forwarded directly to the decorated bag.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bag/HashBag.java b/src/java/org/apache/commons/collections/bag/HashBag.java
index de25d746b..04a2f1b15 100644
--- a/src/java/org/apache/commons/collections/bag/HashBag.java
+++ b/src/java/org/apache/commons/collections/bag/HashBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/HashBag.java,v 1.6 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -77,7 +73,7 @@ import org.apache.commons.collections.Bag;
* Collection
interface specification.
*
* @since Commons Collections 3.0 (previously in main package v2.0)
- * @version $Revision: 1.6 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.7 $ $Date: 2004/01/14 21:43:08 $
*
* @author Chuck Burdick
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/bag/PredicatedBag.java b/src/java/org/apache/commons/collections/bag/PredicatedBag.java
index ab4f397ab..40434dd02 100644
--- a/src/java/org/apache/commons/collections/bag/PredicatedBag.java
+++ b/src/java/org/apache/commons/collections/bag/PredicatedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/PredicatedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -71,7 +67,7 @@ import org.apache.commons.collections.collection.PredicatedCollection;
* is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java b/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java
index fd8924a2a..0c939f552 100644
--- a/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java
+++ b/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.SortedBag;
* is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/bag/SynchronizedBag.java b/src/java/org/apache/commons/collections/bag/SynchronizedBag.java
index b208cafc0..b0621b73b 100644
--- a/src/java/org/apache/commons/collections/bag/SynchronizedBag.java
+++ b/src/java/org/apache/commons/collections/bag/SynchronizedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/SynchronizedBag.java,v 1.3 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -71,7 +67,7 @@ import org.apache.commons.collections.set.SynchronizedSet;
* Iterators must be separately synchronized around the loop.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java b/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java
index f9dc32e68..d6c80b401 100644
--- a/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java
+++ b/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java,v 1.3 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.SortedBag;
* Iterators must be separately synchronized around the loop.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bag/TransformedBag.java b/src/java/org/apache/commons/collections/bag/TransformedBag.java
index bf2906c0f..68b2f30ac 100644
--- a/src/java/org/apache/commons/collections/bag/TransformedBag.java
+++ b/src/java/org/apache/commons/collections/bag/TransformedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TransformedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.set.TransformedSet;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java b/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java
index 62f4b51b6..f9adf73b7 100644
--- a/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java
+++ b/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -71,7 +67,7 @@ import org.apache.commons.collections.Transformer;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bag/TreeBag.java b/src/java/org/apache/commons/collections/bag/TreeBag.java
index a83172efa..9a5dbe1b9 100644
--- a/src/java/org/apache/commons/collections/bag/TreeBag.java
+++ b/src/java/org/apache/commons/collections/bag/TreeBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TreeBag.java,v 1.7 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -82,7 +78,7 @@ import org.apache.commons.collections.SortedBag;
* Collection
interface specification.
*
* @since Commons Collections 3.0 (previously in main package v2.0)
- * @version $Revision: 1.7 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:08 $
*
* @author Chuck Burdick
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/bag/TypedBag.java b/src/java/org/apache/commons/collections/bag/TypedBag.java
index 239c96b62..caf479067 100644
--- a/src/java/org/apache/commons/collections/bag/TypedBag.java
+++ b/src/java/org/apache/commons/collections/bag/TypedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TypedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.PredicateUtils;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/bag/TypedSortedBag.java b/src/java/org/apache/commons/collections/bag/TypedSortedBag.java
index be7b55fb4..ae36ab0aa 100644
--- a/src/java/org/apache/commons/collections/bag/TypedSortedBag.java
+++ b/src/java/org/apache/commons/collections/bag/TypedSortedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TypedSortedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.SortedBag;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java b/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java
index 65311d6a2..3281a8946 100644
--- a/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java
+++ b/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java,v 1.4 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Decorates another Bag
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java b/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java
index 22d1094c9..9a10a6ed4 100644
--- a/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java
+++ b/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java,v 1.4 2004/01/05 21:54:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bag;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* Decorates another SortedBag
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/05 21:54:06 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java b/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java
index e02cac39d..573c9af37 100644
--- a/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java
+++ b/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java,v 1.3 2004/01/05 21:46:49 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -74,7 +70,7 @@ import org.apache.commons.collections.map.AbstractMapDecorator;
* But, you might want that loophole, so this class is kept simple.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/05 21:46:49 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:16 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bidimap/AbstractDualBidiMap.java b/src/java/org/apache/commons/collections/bidimap/AbstractDualBidiMap.java
index 2eb548bb3..e62e5dc34 100644
--- a/src/java/org/apache/commons/collections/bidimap/AbstractDualBidiMap.java
+++ b/src/java/org/apache/commons/collections/bidimap/AbstractDualBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/AbstractDualBidiMap.java,v 1.8 2004/01/05 21:46:49 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -78,7 +74,7 @@ import org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator;
* @see DualHashBidiMap
* @see DualTreeBidiMap
* @since Commons Collections 3.0
- * @version $Id: AbstractDualBidiMap.java,v 1.8 2004/01/05 21:46:49 scolebourne Exp $
+ * @version $Id: AbstractDualBidiMap.java,v 1.9 2004/01/14 21:43:16 scolebourne Exp $
*
* @author Matthew Hawthorne
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java b/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java
index 292f2dcf1..e436d742c 100644
--- a/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java
+++ b/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.OrderedMapIterator;
* But, you might want that loophole, so this class is kept simple.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java b/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java
index b5baecdc1..04bfd6013 100644
--- a/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java
+++ b/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -75,7 +71,7 @@ import org.apache.commons.collections.SortedBidiMap;
* But, you might want that loophole, so this class is kept simple.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bidimap/DualHashBidiMap.java b/src/java/org/apache/commons/collections/bidimap/DualHashBidiMap.java
index 6968ca254..61bb44d29 100644
--- a/src/java/org/apache/commons/collections/bidimap/DualHashBidiMap.java
+++ b/src/java/org/apache/commons/collections/bidimap/DualHashBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/DualHashBidiMap.java,v 1.4 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.BidiMap;
* Implementation of BidiMap
that uses two HashMap
instances.
*
* @since Commons Collections 3.0
- * @version $Id: DualHashBidiMap.java,v 1.4 2004/01/08 22:37:30 scolebourne Exp $
+ * @version $Id: DualHashBidiMap.java,v 1.5 2004/01/14 21:43:16 scolebourne Exp $
*
* @author Matthew Hawthorne
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/bidimap/DualTreeBidiMap.java b/src/java/org/apache/commons/collections/bidimap/DualTreeBidiMap.java
index 081dacb59..6d2bf240f 100644
--- a/src/java/org/apache/commons/collections/bidimap/DualTreeBidiMap.java
+++ b/src/java/org/apache/commons/collections/bidimap/DualTreeBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/DualTreeBidiMap.java,v 1.10 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -88,7 +84,7 @@ import org.apache.commons.collections.map.AbstractSortedMapDecorator;
* not store each object twice, which can save on memory use.
*
* @since Commons Collections 3.0
- * @version $Id: DualTreeBidiMap.java,v 1.10 2004/01/08 22:37:30 scolebourne Exp $
+ * @version $Id: DualTreeBidiMap.java,v 1.11 2004/01/14 21:43:16 scolebourne Exp $
*
* @author Matthew Hawthorne
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java b/src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java
index 0d4b4f163..0f38b1a5f 100644
--- a/src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java
+++ b/src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java,v 1.8 2004/01/08 22:26:08 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -108,7 +104,7 @@ import org.apache.commons.collections.keyvalue.UnmodifiableMapEntry;
* UnsupportedOperationException on attempts to call that method.
*
* @since Commons Collections 3.0 (previously DoubleOrderedMap v2.0)
- * @version $Revision: 1.8 $ $Date: 2004/01/08 22:26:08 $
+ * @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:16 $
*
* @author Marc Johnson
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.java b/src/java/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.java
index e27469eb5..11a4174bb 100644
--- a/src/java/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.java
+++ b/src/java/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Decorates another BidiMap
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.java b/src/java/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.java
index 785625046..9ee5c7c64 100644
--- a/src/java/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.java
+++ b/src/java/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -75,7 +71,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Decorates another OrderedBidiMap
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.java b/src/java/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.java
index 98404d612..3e0724450 100644
--- a/src/java/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.java
+++ b/src/java/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.bidimap;
@@ -78,7 +74,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Decorates another SortedBidiMap
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/buffer/AbstractBufferDecorator.java b/src/java/org/apache/commons/collections/buffer/AbstractBufferDecorator.java
index 552b5516e..fda92cd9b 100644
--- a/src/java/org/apache/commons/collections/buffer/AbstractBufferDecorator.java
+++ b/src/java/org/apache/commons/collections/buffer/AbstractBufferDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/AbstractBufferDecorator.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
* Methods are forwarded directly to the decorated buffer.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java b/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java
index 9e53bc900..81904e1cc 100644
--- a/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -77,7 +73,7 @@ import org.apache.commons.collections.BufferUnderflowException;
* order that they arrive.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
* @author Janek Bogucki
diff --git a/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java b/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java
index 420563369..9060cb055 100644
--- a/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java,v 1.5 2004/01/04 18:56:37 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -89,7 +85,7 @@ import org.apache.commons.collections.BufferUnderflowException;
* This buffer prevents null objects from being added.
*
* @since Commons Collections 3.0 (previously in main package v2.1)
- * @version $Revision: 1.5 $ $Date: 2004/01/04 18:56:37 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:08 $
*
* @author Avalon
* @author Berin Loritsch
diff --git a/src/java/org/apache/commons/collections/buffer/CircularFifoBuffer.java b/src/java/org/apache/commons/collections/buffer/CircularFifoBuffer.java
index 12ce13184..045808c7b 100644
--- a/src/java/org/apache/commons/collections/buffer/CircularFifoBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/CircularFifoBuffer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/CircularFifoBuffer.java,v 1.1 2003/11/29 18:04:57 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -80,7 +76,7 @@ import java.util.Collection;
* This buffer prevents null objects from being added.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/29 18:04:57 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stefano Fornari
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/buffer/PredicatedBuffer.java b/src/java/org/apache/commons/collections/buffer/PredicatedBuffer.java
index 9455b3609..86cbd1ed0 100644
--- a/src/java/org/apache/commons/collections/buffer/PredicatedBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/PredicatedBuffer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/PredicatedBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.collection.PredicatedCollection;
* is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/buffer/PriorityBuffer.java b/src/java/org/apache/commons/collections/buffer/PriorityBuffer.java
index 61f89be6b..b93a9b1de 100644
--- a/src/java/org/apache/commons/collections/buffer/PriorityBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/PriorityBuffer.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/PriorityBuffer.java,v 1.2 2004/01/08 22:37:31 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -92,7 +88,7 @@ import org.apache.commons.collections.BufferUnderflowException;
*
*
* @since Commons Collections 3.0 (previously BinaryHeap v1.0)
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:31 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
*
* @author Peter Donald
* @author Ram Chidambaram
diff --git a/src/java/org/apache/commons/collections/buffer/SynchronizedBuffer.java b/src/java/org/apache/commons/collections/buffer/SynchronizedBuffer.java
index 91abd05c8..88fe4ee71 100644
--- a/src/java/org/apache/commons/collections/buffer/SynchronizedBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/SynchronizedBuffer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/SynchronizedBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.collection.SynchronizedCollection;
* Methods are synchronized, then forwarded to the decorated buffer.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/buffer/TransformedBuffer.java b/src/java/org/apache/commons/collections/buffer/TransformedBuffer.java
index cff992258..364fe782a 100644
--- a/src/java/org/apache/commons/collections/buffer/TransformedBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/TransformedBuffer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/TransformedBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.collection.TransformedCollection;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/buffer/TypedBuffer.java b/src/java/org/apache/commons/collections/buffer/TypedBuffer.java
index 696fe9071..21e5efbc3 100644
--- a/src/java/org/apache/commons/collections/buffer/TypedBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/TypedBuffer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/TypedBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.PredicateUtils;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java b/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java
index c86adae9f..54eb50c00 100644
--- a/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java,v 1.5 2004/01/05 21:33:22 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -86,7 +82,7 @@ import org.apache.commons.collections.BufferUnderflowException;
* This buffer prevents null objects from being added.
*
* @since Commons Collections 3.0 (previously in main package v2.1)
- * @version $Revision: 1.5 $ $Date: 2004/01/05 21:33:22 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:08 $
*
* @author Avalon
* @author Federico Barbieri
diff --git a/src/java/org/apache/commons/collections/buffer/UnmodifiableBuffer.java b/src/java/org/apache/commons/collections/buffer/UnmodifiableBuffer.java
index 49c497124..a9866cfe0 100644
--- a/src/java/org/apache/commons/collections/buffer/UnmodifiableBuffer.java
+++ b/src/java/org/apache/commons/collections/buffer/UnmodifiableBuffer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/UnmodifiableBuffer.java,v 1.3 2003/12/03 12:27:36 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.buffer;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* Decorates another Buffer
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/03 12:27:36 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:08 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/collection/AbstractCollectionDecorator.java b/src/java/org/apache/commons/collections/collection/AbstractCollectionDecorator.java
index ddaad82de..1f0969a9b 100644
--- a/src/java/org/apache/commons/collections/collection/AbstractCollectionDecorator.java
+++ b/src/java/org/apache/commons/collections/collection/AbstractCollectionDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/AbstractCollectionDecorator.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.collection;
@@ -76,7 +72,7 @@ import java.util.Iterator;
* to write an unmodifiable implementation it might provide a loophole.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:18 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/collection/CompositeCollection.java b/src/java/org/apache/commons/collections/collection/CompositeCollection.java
index c28b47f90..dc02453da 100644
--- a/src/java/org/apache/commons/collections/collection/CompositeCollection.java
+++ b/src/java/org/apache/commons/collections/collection/CompositeCollection.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/CompositeCollection.java,v 1.3 2003/12/14 21:42:55 psteitz Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.collection;
@@ -75,7 +71,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* strategy is provided then add and remove are unsupported.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/14 21:42:55 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:18 $
*
* @author Brian McCallister
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/collection/PredicatedCollection.java b/src/java/org/apache/commons/collections/collection/PredicatedCollection.java
index 12e3dcdb0..e9421e371 100644
--- a/src/java/org/apache/commons/collections/collection/PredicatedCollection.java
+++ b/src/java/org/apache/commons/collections/collection/PredicatedCollection.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/PredicatedCollection.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.collection;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.Predicate;
* is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:18 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/collection/SynchronizedCollection.java b/src/java/org/apache/commons/collections/collection/SynchronizedCollection.java
index 48a154d96..198ffa348 100644
--- a/src/java/org/apache/commons/collections/collection/SynchronizedCollection.java
+++ b/src/java/org/apache/commons/collections/collection/SynchronizedCollection.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/SynchronizedCollection.java,v 1.2 2003/12/25 00:33:04 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.collection;
@@ -73,7 +69,7 @@ import java.util.Iterator;
*
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/25 00:33:04 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:18 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/collection/TransformedCollection.java b/src/java/org/apache/commons/collections/collection/TransformedCollection.java
index 66407b242..ea3ed33ea 100644
--- a/src/java/org/apache/commons/collections/collection/TransformedCollection.java
+++ b/src/java/org/apache/commons/collections/collection/TransformedCollection.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/TransformedCollection.java,v 1.2 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.collection;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.Transformer;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:18 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/collection/TypedCollection.java b/src/java/org/apache/commons/collections/collection/TypedCollection.java
index 9b3b85a48..8a0829865 100644
--- a/src/java/org/apache/commons/collections/collection/TypedCollection.java
+++ b/src/java/org/apache/commons/collections/collection/TypedCollection.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/TypedCollection.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.collection;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.PredicateUtils;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:18 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java b/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java
index 133b53280..62a2a872f 100644
--- a/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java
+++ b/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/UnmodifiableBoundedCollection.java,v 1.4 2003/12/03 12:27:37 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.collection;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* examining the package scope variables.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2003/12/03 12:27:37 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:18 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/collection/UnmodifiableCollection.java b/src/java/org/apache/commons/collections/collection/UnmodifiableCollection.java
index 940c3c3b3..d078b6249 100644
--- a/src/java/org/apache/commons/collections/collection/UnmodifiableCollection.java
+++ b/src/java/org/apache/commons/collections/collection/UnmodifiableCollection.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/UnmodifiableCollection.java,v 1.3 2003/12/03 12:27:37 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.collection;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* Decorates another Collection
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/03 12:27:37 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:18 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/comparators/BooleanComparator.java b/src/java/org/apache/commons/collections/comparators/BooleanComparator.java
index 632cfa9e5..b2c1b9b30 100644
--- a/src/java/org/apache/commons/collections/comparators/BooleanComparator.java
+++ b/src/java/org/apache/commons/collections/comparators/BooleanComparator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/comparators/BooleanComparator.java,v 1.9 2004/01/04 18:58:32 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.comparators;
@@ -68,7 +64,7 @@ import java.util.Comparator;
* @see #getBooleanComparator
*
* @since Commons Collections 3.0
- * @version $Revision: 1.9 $ $Date: 2004/01/04 18:58:32 $
+ * @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:18 $
*
* @author Rodney Waldhoff
*/
diff --git a/src/java/org/apache/commons/collections/comparators/ComparableComparator.java b/src/java/org/apache/commons/collections/comparators/ComparableComparator.java
index b907ce89c..cd2108832 100644
--- a/src/java/org/apache/commons/collections/comparators/ComparableComparator.java
+++ b/src/java/org/apache/commons/collections/comparators/ComparableComparator.java
@@ -1,9 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/comparators/ComparableComparator.java,v 1.12 2003/08/31 17:25:49 scolebourne Exp $
- * ====================================================================
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -52,9 +50,7 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
-
package org.apache.commons.collections.comparators;
import java.io.Serializable;
@@ -77,7 +73,7 @@ import java.util.Comparator;
* {@link #compare} for details.
*
* @since Commons Collections 2.0
- * @version $Revision: 1.12 $ $Date: 2003/08/31 17:25:49 $
+ * @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:18 $
*
* @author Henri Yandell
*
diff --git a/src/java/org/apache/commons/collections/comparators/ComparatorChain.java b/src/java/org/apache/commons/collections/comparators/ComparatorChain.java
index b08cd6a87..e204c87c4 100644
--- a/src/java/org/apache/commons/collections/comparators/ComparatorChain.java
+++ b/src/java/org/apache/commons/collections/comparators/ComparatorChain.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/comparators/ComparatorChain.java,v 1.14 2003/09/17 08:38:59 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.comparators;
@@ -93,7 +89,7 @@ import java.util.List;
*
* @since Commons Collections 2.0
* @author Morgan Delagrange
- * @version $Revision: 1.14 $ $Date: 2003/09/17 08:38:59 $
+ * @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:18 $
*/
public class ComparatorChain implements Comparator,Serializable {
diff --git a/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java b/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java
index dee07fbe5..0e092ff95 100644
--- a/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java
+++ b/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/comparators/FixedOrderComparator.java,v 1.7 2003/10/05 21:26:46 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.comparators;
@@ -83,7 +79,7 @@ import java.util.Map;
* multiple comparisons after all the setup operations are complete.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.7 $ $Date: 2003/10/05 21:26:46 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:18 $
*
* @author David Leppik
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/comparators/NullComparator.java b/src/java/org/apache/commons/collections/comparators/NullComparator.java
index 87fc07e43..9a43c6484 100644
--- a/src/java/org/apache/commons/collections/comparators/NullComparator.java
+++ b/src/java/org/apache/commons/collections/comparators/NullComparator.java
@@ -1,9 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/comparators/NullComparator.java,v 1.10 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -52,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.comparators;
@@ -64,7 +61,7 @@ import java.util.Comparator;
* other objects.
*
* @since Commons Collections 2.0
- * @version $Revision: 1.10 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.11 $ $Date: 2004/01/14 21:43:18 $
*
* @author Michael A. Smith
*/
diff --git a/src/java/org/apache/commons/collections/comparators/ReverseComparator.java b/src/java/org/apache/commons/collections/comparators/ReverseComparator.java
index e7260d324..ef994bc6d 100644
--- a/src/java/org/apache/commons/collections/comparators/ReverseComparator.java
+++ b/src/java/org/apache/commons/collections/comparators/ReverseComparator.java
@@ -1,9 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/comparators/ReverseComparator.java,v 1.16 2003/08/31 17:25:49 scolebourne Exp $
- * ====================================================================
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -52,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.comparators;
@@ -65,7 +62,7 @@ import java.util.Comparator;
* method.
*
* @since Commons Collections 2.0
- * @version $Revision: 1.16 $ $Date: 2003/08/31 17:25:49 $
+ * @version $Revision: 1.17 $ $Date: 2004/01/14 21:43:18 $
*
* @author Henri Yandell
* @author Michael A. Smith
diff --git a/src/java/org/apache/commons/collections/comparators/TransformingComparator.java b/src/java/org/apache/commons/collections/comparators/TransformingComparator.java
index adaf56e23..3e5c5f579 100644
--- a/src/java/org/apache/commons/collections/comparators/TransformingComparator.java
+++ b/src/java/org/apache/commons/collections/comparators/TransformingComparator.java
@@ -1,9 +1,7 @@
-/*
- * $Header$
- * ====================================================================
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -18,21 +16,21 @@
* the documentation and/or other materials provided with the
* distribution.
*
- * 3. The end-user documentation included with the redistribution,
- * if any, must include the following acknowledgement:
+ * 3. The end-user documentation included with the redistribution, if
+ * any, must include the following acknowledgement:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgement may appear in the software itself,
* if and wherever such third-party acknowledgements normally appear.
*
- * 4. The names "Apache" and "Apache Software Foundation" and
- * "Apache Commons" must not be used to endorse or promote products
- * derived from this software without prior written permission. For
- * written permission, please contact apache@apache.org.
+ * 4. The names "The Jakarta Project", "Commons", and "Apache Software
+ * Foundation" must not be used to endorse or promote products derived
+ * from this software without prior written permission. For written
+ * permission, please contact apache@apache.org.
*
- * 5. Products derived from this software may not be called "Apache",
- * "Apache Turbine", nor may "Apache" appear in their name, without
- * prior written permission of the Apache Software Foundation.
+ * 5. Products derived from this software may not be called "Apache"
+ * nor may "Apache" appear in their names without prior written
+ * permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff --git a/src/java/org/apache/commons/collections/functors/AllPredicate.java b/src/java/org/apache/commons/collections/functors/AllPredicate.java
index 14354add2..d68baa382 100644
--- a/src/java/org/apache/commons/collections/functors/AllPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/AllPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/AllPredicate.java,v 1.1 2003/11/23 22:05:24 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if all the predicates return true.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 22:05:24 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/AndPredicate.java b/src/java/org/apache/commons/collections/functors/AndPredicate.java
index 9daedcbec..b7f17d540 100644
--- a/src/java/org/apache/commons/collections/functors/AndPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/AndPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/AndPredicate.java,v 1.1 2003/11/23 22:05:24 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if both the predicates return true.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 22:05:24 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/AnyPredicate.java b/src/java/org/apache/commons/collections/functors/AnyPredicate.java
index c99e1b090..462349a41 100644
--- a/src/java/org/apache/commons/collections/functors/AnyPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/AnyPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/AnyPredicate.java,v 1.1 2003/11/23 22:05:24 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if any of the predicates return true.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 22:05:24 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ChainedClosure.java b/src/java/org/apache/commons/collections/functors/ChainedClosure.java
index 384852592..39c39dd5b 100644
--- a/src/java/org/apache/commons/collections/functors/ChainedClosure.java
+++ b/src/java/org/apache/commons/collections/functors/ChainedClosure.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ChainedClosure.java,v 1.2 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Closure;
* Closure implementation that chains the specified closures together.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ChainedTransformer.java b/src/java/org/apache/commons/collections/functors/ChainedTransformer.java
index 2e340a68f..e550e9d9a 100644
--- a/src/java/org/apache/commons/collections/functors/ChainedTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/ChainedTransformer.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ChainedTransformer.java,v 1.3 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Transformer;
* Transformer implementation that chains the specified closures together.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/CloneTransformer.java b/src/java/org/apache/commons/collections/functors/CloneTransformer.java
index b10b7f238..dce6dea0d 100644
--- a/src/java/org/apache/commons/collections/functors/CloneTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/CloneTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/CloneTransformer.java,v 1.1 2003/11/23 23:25:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Transformer;
* Clone is performed using PrototypeFactory.getInstance(input).create()
.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 23:25:33 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ClosureTransformer.java b/src/java/org/apache/commons/collections/functors/ClosureTransformer.java
index db314a11c..f911b0f1c 100644
--- a/src/java/org/apache/commons/collections/functors/ClosureTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/ClosureTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ClosureTransformer.java,v 1.1 2003/11/23 23:25:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Transformer;
* and then returns the input.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 23:25:33 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ConstantFactory.java b/src/java/org/apache/commons/collections/functors/ConstantFactory.java
index 0c7d6ed1b..fa42043c6 100644
--- a/src/java/org/apache/commons/collections/functors/ConstantFactory.java
+++ b/src/java/org/apache/commons/collections/functors/ConstantFactory.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ConstantFactory.java,v 1.1 2003/11/23 17:48:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.Factory;
* use the prototype factory.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 17:48:19 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ConstantTransformer.java b/src/java/org/apache/commons/collections/functors/ConstantTransformer.java
index c264b148e..4bbf97ecc 100644
--- a/src/java/org/apache/commons/collections/functors/ConstantTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/ConstantTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ConstantTransformer.java,v 1.1 2003/11/23 23:25:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.Transformer;
* use the prototype factory.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 23:25:33 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/EqualPredicate.java b/src/java/org/apache/commons/collections/functors/EqualPredicate.java
index fb4190148..98348ecf1 100644
--- a/src/java/org/apache/commons/collections/functors/EqualPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/EqualPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/EqualPredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* as the one stored in this predicate by equals.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ExceptionClosure.java b/src/java/org/apache/commons/collections/functors/ExceptionClosure.java
index 115c9253a..bb7fcc0d1 100644
--- a/src/java/org/apache/commons/collections/functors/ExceptionClosure.java
+++ b/src/java/org/apache/commons/collections/functors/ExceptionClosure.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ExceptionClosure.java,v 1.2 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.FunctorException;
* Closure implementation that always throws an exception.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ExceptionFactory.java b/src/java/org/apache/commons/collections/functors/ExceptionFactory.java
index c1e612b0b..8612d650b 100644
--- a/src/java/org/apache/commons/collections/functors/ExceptionFactory.java
+++ b/src/java/org/apache/commons/collections/functors/ExceptionFactory.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ExceptionFactory.java,v 1.2 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.FunctorException;
* Factory implementation that always throws an exception.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ExceptionPredicate.java b/src/java/org/apache/commons/collections/functors/ExceptionPredicate.java
index 3613132b4..6377d3c2c 100644
--- a/src/java/org/apache/commons/collections/functors/ExceptionPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/ExceptionPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ExceptionPredicate.java,v 1.2 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that always throws an exception.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ExceptionTransformer.java b/src/java/org/apache/commons/collections/functors/ExceptionTransformer.java
index aad413c73..af70d5503 100644
--- a/src/java/org/apache/commons/collections/functors/ExceptionTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/ExceptionTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ExceptionTransformer.java,v 1.2 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Transformer;
* Transformer implementation that always throws an exception.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/FactoryTransformer.java b/src/java/org/apache/commons/collections/functors/FactoryTransformer.java
index 1d89b1f26..308c8fde5 100644
--- a/src/java/org/apache/commons/collections/functors/FactoryTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/FactoryTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/FactoryTransformer.java,v 1.1 2003/11/23 23:25:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Transformer;
* Transformer implementation that calls a Factory and returns the result.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 23:25:33 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/FalsePredicate.java b/src/java/org/apache/commons/collections/functors/FalsePredicate.java
index 1a44e2d5c..6b7b233cc 100644
--- a/src/java/org/apache/commons/collections/functors/FalsePredicate.java
+++ b/src/java/org/apache/commons/collections/functors/FalsePredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/FalsePredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that always returns false.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/ForClosure.java b/src/java/org/apache/commons/collections/functors/ForClosure.java
index f619f232f..3cf3894af 100644
--- a/src/java/org/apache/commons/collections/functors/ForClosure.java
+++ b/src/java/org/apache/commons/collections/functors/ForClosure.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/ForClosure.java,v 1.1 2003/11/23 17:01:35 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Closure;
* Closure implementation that calls another closure n times, like a for loop.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 17:01:35 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/FunctorUtils.java b/src/java/org/apache/commons/collections/functors/FunctorUtils.java
index 4f3fe947c..d3e2d59f7 100644
--- a/src/java/org/apache/commons/collections/functors/FunctorUtils.java
+++ b/src/java/org/apache/commons/collections/functors/FunctorUtils.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/FunctorUtils.java,v 1.4 2004/01/05 21:31:48 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.Transformer;
* Internal utilities for functors.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/05 21:31:48 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/IdentityPredicate.java b/src/java/org/apache/commons/collections/functors/IdentityPredicate.java
index 1e1d4cfb4..88231e4e0 100644
--- a/src/java/org/apache/commons/collections/functors/IdentityPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/IdentityPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/IdentityPredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* as the one stored in this predicate.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/IfClosure.java b/src/java/org/apache/commons/collections/functors/IfClosure.java
index 2cb476411..b7af2e0ff 100644
--- a/src/java/org/apache/commons/collections/functors/IfClosure.java
+++ b/src/java/org/apache/commons/collections/functors/IfClosure.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/IfClosure.java,v 1.2 2004/01/02 01:36:51 psteitz Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Predicate;
* based on a predicate.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/02 01:36:51 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/InstanceofPredicate.java b/src/java/org/apache/commons/collections/functors/InstanceofPredicate.java
index 66b596200..6e15a0eb3 100644
--- a/src/java/org/apache/commons/collections/functors/InstanceofPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/InstanceofPredicate.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/InstanceofPredicate.java,v 1.2 2004/01/02 01:36:51 psteitz Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* the type stored in this predicate.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/02 01:36:51 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/InstantiateFactory.java b/src/java/org/apache/commons/collections/functors/InstantiateFactory.java
index a6cfeb10b..a08e8b9de 100644
--- a/src/java/org/apache/commons/collections/functors/InstantiateFactory.java
+++ b/src/java/org/apache/commons/collections/functors/InstantiateFactory.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/InstantiateFactory.java,v 1.3 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.FunctorException;
* Factory implementation that creates a new object instance by reflection.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/InstantiateTransformer.java b/src/java/org/apache/commons/collections/functors/InstantiateTransformer.java
index a8f010d11..deca13b4c 100644
--- a/src/java/org/apache/commons/collections/functors/InstantiateTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/InstantiateTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/InstantiateTransformer.java,v 1.3 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.Transformer;
* Transformer implementation that creates a new object instance by reflection.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/InvokerTransformer.java b/src/java/org/apache/commons/collections/functors/InvokerTransformer.java
index 9b748c716..5b0b6f78f 100644
--- a/src/java/org/apache/commons/collections/functors/InvokerTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/InvokerTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/InvokerTransformer.java,v 1.3 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.Transformer;
* Transformer implementation that creates a new object instance by reflection.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/MapTransformer.java b/src/java/org/apache/commons/collections/functors/MapTransformer.java
index 42ced6c55..3cbd3de55 100644
--- a/src/java/org/apache/commons/collections/functors/MapTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/MapTransformer.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/MapTransformer.java,v 1.3 2004/01/02 01:36:51 psteitz Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Transformer;
* using the input parameter as a key.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/02 01:36:51 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NOPClosure.java b/src/java/org/apache/commons/collections/functors/NOPClosure.java
index 953a238ec..ec5e4d7e8 100644
--- a/src/java/org/apache/commons/collections/functors/NOPClosure.java
+++ b/src/java/org/apache/commons/collections/functors/NOPClosure.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NOPClosure.java,v 1.1 2003/11/23 17:01:35 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Closure;
* Closure implementation that does nothing.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 17:01:35 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NOPTransformer.java b/src/java/org/apache/commons/collections/functors/NOPTransformer.java
index 2c6cf86f1..8b48f06bc 100644
--- a/src/java/org/apache/commons/collections/functors/NOPTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/NOPTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NOPTransformer.java,v 1.1 2003/11/23 23:25:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Transformer;
* Transformer implementation that does nothing.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 23:25:33 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NonePredicate.java b/src/java/org/apache/commons/collections/functors/NonePredicate.java
index c0f2aec65..06a5f160b 100644
--- a/src/java/org/apache/commons/collections/functors/NonePredicate.java
+++ b/src/java/org/apache/commons/collections/functors/NonePredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NonePredicate.java,v 1.1 2003/11/23 22:05:24 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if none of the predicates return true.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 22:05:24 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NotNullPredicate.java b/src/java/org/apache/commons/collections/functors/NotNullPredicate.java
index 02f1b5285..2ffb63ab0 100644
--- a/src/java/org/apache/commons/collections/functors/NotNullPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/NotNullPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NotNullPredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if the input is not null.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NotPredicate.java b/src/java/org/apache/commons/collections/functors/NotPredicate.java
index 8f75e35ef..ffe1b538f 100644
--- a/src/java/org/apache/commons/collections/functors/NotPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/NotPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NotPredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns the opposite of the decorated predicate.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NullIsExceptionPredicate.java b/src/java/org/apache/commons/collections/functors/NullIsExceptionPredicate.java
index 508f4f084..9e96161b8 100644
--- a/src/java/org/apache/commons/collections/functors/NullIsExceptionPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/NullIsExceptionPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NullIsExceptionPredicate.java,v 1.2 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that throws an exception if the input is null.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NullIsFalsePredicate.java b/src/java/org/apache/commons/collections/functors/NullIsFalsePredicate.java
index c9a0874b9..0364120db 100644
--- a/src/java/org/apache/commons/collections/functors/NullIsFalsePredicate.java
+++ b/src/java/org/apache/commons/collections/functors/NullIsFalsePredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NullIsFalsePredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns false if the input is null.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NullIsTruePredicate.java b/src/java/org/apache/commons/collections/functors/NullIsTruePredicate.java
index 337f85ccc..59dc1d95c 100644
--- a/src/java/org/apache/commons/collections/functors/NullIsTruePredicate.java
+++ b/src/java/org/apache/commons/collections/functors/NullIsTruePredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NullIsTruePredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if the input is null.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/NullPredicate.java b/src/java/org/apache/commons/collections/functors/NullPredicate.java
index 0f8624896..a9f141ffc 100644
--- a/src/java/org/apache/commons/collections/functors/NullPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/NullPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/NullPredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if the input is null.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/OnePredicate.java b/src/java/org/apache/commons/collections/functors/OnePredicate.java
index 4960d038e..3ca8dc4b8 100644
--- a/src/java/org/apache/commons/collections/functors/OnePredicate.java
+++ b/src/java/org/apache/commons/collections/functors/OnePredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/OnePredicate.java,v 1.1 2003/11/23 22:05:24 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if only one of the predicates return true.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 22:05:24 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/OrPredicate.java b/src/java/org/apache/commons/collections/functors/OrPredicate.java
index 5614bb952..7360997f6 100644
--- a/src/java/org/apache/commons/collections/functors/OrPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/OrPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/OrPredicate.java,v 1.1 2003/11/23 22:05:24 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if either of the predicates return true.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 22:05:24 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/PredicateTransformer.java b/src/java/org/apache/commons/collections/functors/PredicateTransformer.java
index 281e8e9f0..e44de6bf9 100644
--- a/src/java/org/apache/commons/collections/functors/PredicateTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/PredicateTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/PredicateTransformer.java,v 1.1 2003/11/23 23:25:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Transformer;
* and then returns the input.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 23:25:33 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/PrototypeFactory.java b/src/java/org/apache/commons/collections/functors/PrototypeFactory.java
index d9e035bc2..d74afd046 100644
--- a/src/java/org/apache/commons/collections/functors/PrototypeFactory.java
+++ b/src/java/org/apache/commons/collections/functors/PrototypeFactory.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/PrototypeFactory.java,v 1.4 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.FunctorException;
* Factory implementation that creates a new instance each time based on a prototype.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/StringValueTransformer.java b/src/java/org/apache/commons/collections/functors/StringValueTransformer.java
index d471675cb..9a77c23f1 100644
--- a/src/java/org/apache/commons/collections/functors/StringValueTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/StringValueTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/StringValueTransformer.java,v 1.2 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Transformer;
* Transformer implementation that returns the String.valueOf
.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/SwitchClosure.java b/src/java/org/apache/commons/collections/functors/SwitchClosure.java
index a77bd0257..1de539795 100644
--- a/src/java/org/apache/commons/collections/functors/SwitchClosure.java
+++ b/src/java/org/apache/commons/collections/functors/SwitchClosure.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/SwitchClosure.java,v 1.1 2003/11/23 17:01:35 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.Predicate;
* like a switch statement.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 17:01:35 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/SwitchTransformer.java b/src/java/org/apache/commons/collections/functors/SwitchTransformer.java
index 215521e9d..f0b900b77 100644
--- a/src/java/org/apache/commons/collections/functors/SwitchTransformer.java
+++ b/src/java/org/apache/commons/collections/functors/SwitchTransformer.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/SwitchTransformer.java,v 1.1 2003/11/23 23:25:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.Transformer;
* like a switch statement.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 23:25:33 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/TransformerClosure.java b/src/java/org/apache/commons/collections/functors/TransformerClosure.java
index 59952f107..e1eb35ac0 100644
--- a/src/java/org/apache/commons/collections/functors/TransformerClosure.java
+++ b/src/java/org/apache/commons/collections/functors/TransformerClosure.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/TransformerClosure.java,v 1.1 2003/11/23 17:01:35 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Transformer;
* and ignore the result.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 17:01:35 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/TransformerPredicate.java b/src/java/org/apache/commons/collections/functors/TransformerPredicate.java
index 92e5390dd..376594188 100644
--- a/src/java/org/apache/commons/collections/functors/TransformerPredicate.java
+++ b/src/java/org/apache/commons/collections/functors/TransformerPredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/TransformerPredicate.java,v 1.2 2003/12/29 01:18:23 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Transformer;
* Predicate implementation that returns the result of a transformer.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/29 01:18:23 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/TruePredicate.java b/src/java/org/apache/commons/collections/functors/TruePredicate.java
index 968634829..96f67edc6 100644
--- a/src/java/org/apache/commons/collections/functors/TruePredicate.java
+++ b/src/java/org/apache/commons/collections/functors/TruePredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/TruePredicate.java,v 1.1 2003/11/23 19:11:21 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that always returns true.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 19:11:21 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/UniquePredicate.java b/src/java/org/apache/commons/collections/functors/UniquePredicate.java
index ab1b6c7a8..805e27d7b 100644
--- a/src/java/org/apache/commons/collections/functors/UniquePredicate.java
+++ b/src/java/org/apache/commons/collections/functors/UniquePredicate.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/UniquePredicate.java,v 1.1 2003/11/23 22:05:24 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.Predicate;
* passed into the predicate.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 22:05:24 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/functors/WhileClosure.java b/src/java/org/apache/commons/collections/functors/WhileClosure.java
index 3fc9e9010..4ae046d9c 100644
--- a/src/java/org/apache/commons/collections/functors/WhileClosure.java
+++ b/src/java/org/apache/commons/collections/functors/WhileClosure.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/functors/WhileClosure.java,v 1.1 2003/11/23 17:01:35 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.functors;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Predicate;
* like a do-while or while loop.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/23 17:01:35 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:09 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/iterators/AbstractIteratorDecorator.java b/src/java/org/apache/commons/collections/iterators/AbstractIteratorDecorator.java
index de71f7233..7482edcca 100644
--- a/src/java/org/apache/commons/collections/iterators/AbstractIteratorDecorator.java
+++ b/src/java/org/apache/commons/collections/iterators/AbstractIteratorDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/AbstractIteratorDecorator.java,v 1.2 2003/11/15 23:50:46 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -65,7 +61,7 @@ import java.util.Iterator;
* All methods are forwarded to the decorated iterator.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/11/15 23:50:46 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:14 $
*
* @author James Strachan
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.java b/src/java/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.java
index f0907e5a3..eae558bef 100644
--- a/src/java/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.java
+++ b/src/java/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/AbstractListIteratorDecorator.java,v 1.2 2003/11/15 23:50:46 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -65,7 +61,7 @@ import java.util.ListIterator;
* All methods are forwarded to the decorated list iterator.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/11/15 23:50:46 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:15 $
*
* @author Rodney Waldhoff
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.java b/src/java/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.java
index ce85b3cd4..3e2bc1b0c 100644
--- a/src/java/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.java
+++ b/src/java/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/AbstractMapIteratorDecorator.java,v 1.4 2003/12/01 22:49:00 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.MapIterator;
* All methods are forwarded to the decorated map iterator.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2003/12/01 22:49:00 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.java b/src/java/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.java
index f03bab6e7..d72060d28 100644
--- a/src/java/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.java
+++ b/src/java/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/AbstractOrderedMapIteratorDecorator.java,v 1.2 2003/12/01 22:49:00 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.OrderedMapIterator;
* All methods are forwarded to the decorated map iterator.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/01 22:49:00 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/iterators/ArrayIterator.java b/src/java/org/apache/commons/collections/iterators/ArrayIterator.java
index af8ba2e74..9e0a257d5 100644
--- a/src/java/org/apache/commons/collections/iterators/ArrayIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/ArrayIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/ArrayIterator.java,v 1.9 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -74,7 +70,7 @@ import org.apache.commons.collections.ResettableIterator;
* the iterator back to the start if required.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.9 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:14 $
*
* @author James Strachan
* @author Mauricio S. Moura
diff --git a/src/java/org/apache/commons/collections/iterators/ArrayListIterator.java b/src/java/org/apache/commons/collections/iterators/ArrayListIterator.java
index 856961525..9286aa9e2 100644
--- a/src/java/org/apache/commons/collections/iterators/ArrayListIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/ArrayListIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/ArrayListIterator.java,v 1.10 2003/12/01 22:49:00 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -79,7 +75,7 @@ import org.apache.commons.collections.ResettableListIterator;
* @see java.util.ListIterator
*
* @since Commons Collections 3.0
- * @version $Revision: 1.10 $ $Date: 2003/12/01 22:49:00 $
+ * @version $Revision: 1.11 $ $Date: 2004/01/14 21:43:14 $
*
* @author Neil O'Toole
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/CollatingIterator.java b/src/java/org/apache/commons/collections/iterators/CollatingIterator.java
index 305c0f909..a1bd46c3d 100644
--- a/src/java/org/apache/commons/collections/iterators/CollatingIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/CollatingIterator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/CollatingIterator.java,v 1.11 2004/01/04 19:03:53 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -76,7 +72,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* A.next()
and B.next()
.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.11 $ $Date: 2004/01/04 19:03:53 $
+ * @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:15 $
*
* @author Rodney Waldhoff
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/EntrySetMapIterator.java b/src/java/org/apache/commons/collections/iterators/EntrySetMapIterator.java
index 49c110386..32a1599b1 100644
--- a/src/java/org/apache/commons/collections/iterators/EntrySetMapIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/EntrySetMapIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/EntrySetMapIterator.java,v 1.5 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -76,7 +72,7 @@ import org.apache.commons.collections.ResettableIterator;
*
*
* @since Commons Collections 3.0
- * @version $Revision: 1.5 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/iterators/EnumerationIterator.java b/src/java/org/apache/commons/collections/iterators/EnumerationIterator.java
index 745e027d7..5b1d4dd4a 100644
--- a/src/java/org/apache/commons/collections/iterators/EnumerationIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/EnumerationIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/EnumerationIterator.java,v 1.5 2003/09/29 22:37:40 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -66,7 +62,7 @@ import java.util.Iterator;
* to be {@link Iterator Iterator} instances.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.5 $ $Date: 2003/09/29 22:37:40 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:14 $
*
* @author James Strachan
* @author Daniel Rall
diff --git a/src/java/org/apache/commons/collections/iterators/FilterIterator.java b/src/java/org/apache/commons/collections/iterators/FilterIterator.java
index ce8d9c1dc..e1dbc1723 100644
--- a/src/java/org/apache/commons/collections/iterators/FilterIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/FilterIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/FilterIterator.java,v 1.6 2003/11/02 16:29:12 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Predicate;
* are returned.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.6 $ $Date: 2003/11/02 16:29:12 $
+ * @version $Revision: 1.7 $ $Date: 2004/01/14 21:43:15 $
*
* @author James Strachan
* @author Jan Sorensen
diff --git a/src/java/org/apache/commons/collections/iterators/FilterListIterator.java b/src/java/org/apache/commons/collections/iterators/FilterListIterator.java
index 3f5854bb9..a7c6812cd 100644
--- a/src/java/org/apache/commons/collections/iterators/FilterListIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/FilterListIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/FilterListIterator.java,v 1.5 2003/11/02 16:29:12 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -71,7 +67,7 @@ import org.apache.commons.collections.Predicate;
* returned by the iterator.
*
* @since Commons Collections 2.0
- * @version $Revision: 1.5 $ $Date: 2003/11/02 16:29:12 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:14 $
*
* @author Rodney Waldhoff
*/
diff --git a/src/java/org/apache/commons/collections/iterators/IteratorChain.java b/src/java/org/apache/commons/collections/iterators/IteratorChain.java
index 41226f254..e87b3fdf1 100644
--- a/src/java/org/apache/commons/collections/iterators/IteratorChain.java
+++ b/src/java/org/apache/commons/collections/iterators/IteratorChain.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/IteratorChain.java,v 1.10 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -85,7 +81,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* iterators. In this case the class will function as an empty iterator.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.10 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.11 $ $Date: 2004/01/14 21:43:14 $
*
* @author Morgan Delagrange
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/IteratorEnumeration.java b/src/java/org/apache/commons/collections/iterators/IteratorEnumeration.java
index 1dcaf57bc..1bf1b948e 100644
--- a/src/java/org/apache/commons/collections/iterators/IteratorEnumeration.java
+++ b/src/java/org/apache/commons/collections/iterators/IteratorEnumeration.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/IteratorEnumeration.java,v 1.6 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -64,7 +60,7 @@ import java.util.Iterator;
* Adapter to make an {@link Iterator Iterator} instance appear to be an {@link Enumeration Enumeration} instance.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.6 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.7 $ $Date: 2004/01/14 21:43:14 $
*
* @author James Strachan
*/
diff --git a/src/java/org/apache/commons/collections/iterators/ListIteratorWrapper.java b/src/java/org/apache/commons/collections/iterators/ListIteratorWrapper.java
index 92547eb7a..5d547521c 100644
--- a/src/java/org/apache/commons/collections/iterators/ListIteratorWrapper.java
+++ b/src/java/org/apache/commons/collections/iterators/ListIteratorWrapper.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/ListIteratorWrapper.java,v 1.5 2003/09/29 22:02:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -68,7 +64,7 @@ import java.util.NoSuchElementException;
* operations of ListIterator.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.5 $ $Date: 2003/09/29 22:02:33 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:14 $
*
* @author Morgan Delagrange
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/LoopingIterator.java b/src/java/org/apache/commons/collections/iterators/LoopingIterator.java
index a609674c2..1015367f3 100644
--- a/src/java/org/apache/commons/collections/iterators/LoopingIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/LoopingIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/LoopingIterator.java,v 1.7 2003/12/01 22:49:00 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -74,7 +70,7 @@ import org.apache.commons.collections.ResettableIterator;
* implementations will throw a ConcurrentModificationException.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.7 $ $Date: 2003/12/01 22:49:00 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:14 $
*
* @author Jonathan Carlson
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/ObjectArrayIterator.java b/src/java/org/apache/commons/collections/iterators/ObjectArrayIterator.java
index 93a46092d..d99c72d58 100644
--- a/src/java/org/apache/commons/collections/iterators/ObjectArrayIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/ObjectArrayIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/ObjectArrayIterator.java,v 1.10 2003/12/01 22:49:00 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -72,7 +68,7 @@ import org.apache.commons.collections.ResettableIterator;
* back to the start if required.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.10 $ $Date: 2003/12/01 22:49:00 $
+ * @version $Revision: 1.11 $ $Date: 2004/01/14 21:43:14 $
*
* @author James Strachan
* @author Mauricio S. Moura
diff --git a/src/java/org/apache/commons/collections/iterators/ObjectArrayListIterator.java b/src/java/org/apache/commons/collections/iterators/ObjectArrayListIterator.java
index b04509f22..28aabc159 100644
--- a/src/java/org/apache/commons/collections/iterators/ObjectArrayListIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/ObjectArrayListIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/ObjectArrayListIterator.java,v 1.11 2003/12/01 22:49:00 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -76,7 +72,7 @@ import org.apache.commons.collections.ResettableListIterator;
* @see java.util.ListIterator
*
* @since Commons Collections 3.0
- * @version $Revision: 1.11 $ $Date: 2003/12/01 22:49:00 $
+ * @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:15 $
*
* @author Neil O'Toole
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/ProxyIterator.java b/src/java/org/apache/commons/collections/iterators/ProxyIterator.java
index 29247155f..4b8130805 100644
--- a/src/java/org/apache/commons/collections/iterators/ProxyIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/ProxyIterator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/ProxyIterator.java,v 1.8 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -64,7 +60,7 @@ import java.util.Iterator;
*
* @deprecated Use AbstractIteratorDecorator. Will be removed in v4.0
* @since Commons Collections 1.0
- * @version $Revision: 1.8 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:15 $
*
* @author James Strachan
*/
diff --git a/src/java/org/apache/commons/collections/iterators/ProxyListIterator.java b/src/java/org/apache/commons/collections/iterators/ProxyListIterator.java
index bfe38995c..cde81af12 100644
--- a/src/java/org/apache/commons/collections/iterators/ProxyListIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/ProxyListIterator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/ProxyListIterator.java,v 1.7 2004/01/04 18:04:16 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -65,7 +61,7 @@ import java.util.ListIterator;
*
* @deprecated Use AbstractListIteratorDecorator. Will be removed in v4.0
* @since Commons Collections 2.0
- * @version $Revision: 1.7 $ $Date: 2004/01/04 18:04:16 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:14 $
*
* @author Rodney Waldhoff
*/
diff --git a/src/java/org/apache/commons/collections/iterators/SingletonIterator.java b/src/java/org/apache/commons/collections/iterators/SingletonIterator.java
index 021207f97..fa678126d 100644
--- a/src/java/org/apache/commons/collections/iterators/SingletonIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/SingletonIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/SingletonIterator.java,v 1.10 2003/12/01 22:49:00 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.ResettableIterator;
* object instance.
*
* @since Commons Collections 2.0
- * @version $Revision: 1.10 $ $Date: 2003/12/01 22:49:00 $
+ * @version $Revision: 1.11 $ $Date: 2004/01/14 21:43:15 $
*
* @author James Strachan
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/SingletonListIterator.java b/src/java/org/apache/commons/collections/iterators/SingletonListIterator.java
index 199f67627..5418f742b 100644
--- a/src/java/org/apache/commons/collections/iterators/SingletonListIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/SingletonListIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/SingletonListIterator.java,v 1.11 2003/12/01 22:49:00 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.ResettableListIterator;
* object instance.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.11 $ $Date: 2003/12/01 22:49:00 $
+ * @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:15 $
*
* @author Stephen Colebourne
* @author Rodney Waldhoff
diff --git a/src/java/org/apache/commons/collections/iterators/TransformIterator.java b/src/java/org/apache/commons/collections/iterators/TransformIterator.java
index f390e11ac..a63b08d55 100644
--- a/src/java/org/apache/commons/collections/iterators/TransformIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/TransformIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/TransformIterator.java,v 1.7 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Transformer;
* Decorates an iterator such that each element returned is transformed.
*
* @since Commons Collections 1.0
- * @version $Revision: 1.7 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:14 $
*
* @author James Strachan
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/iterators/UniqueFilterIterator.java b/src/java/org/apache/commons/collections/iterators/UniqueFilterIterator.java
index e00bbf721..74649488d 100644
--- a/src/java/org/apache/commons/collections/iterators/UniqueFilterIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/UniqueFilterIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/UniqueFilterIterator.java,v 1.6 2003/09/29 22:02:33 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.PredicateUtils;
* and duplicate Objects are skipped.
*
* @since Commons Collections 2.1
- * @version $Revision: 1.6 $ $Date: 2003/09/29 22:02:33 $
+ * @version $Revision: 1.7 $ $Date: 2004/01/14 21:43:14 $
*
* @author Morgan Delagrange
*/
diff --git a/src/java/org/apache/commons/collections/iterators/UnmodifiableIterator.java b/src/java/org/apache/commons/collections/iterators/UnmodifiableIterator.java
index 8b73db29c..2c8083dd3 100644
--- a/src/java/org/apache/commons/collections/iterators/UnmodifiableIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/UnmodifiableIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/UnmodifiableIterator.java,v 1.3 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Unmodifiable;
* Decorates an iterator such that it cannot be modified.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/iterators/UnmodifiableListIterator.java b/src/java/org/apache/commons/collections/iterators/UnmodifiableListIterator.java
index 28461db5c..5b52b3712 100644
--- a/src/java/org/apache/commons/collections/iterators/UnmodifiableListIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/UnmodifiableListIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/UnmodifiableListIterator.java,v 1.3 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -65,7 +61,7 @@ import org.apache.commons.collections.Unmodifiable;
* Decorates a list iterator such that it cannot be modified.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/iterators/UnmodifiableMapIterator.java b/src/java/org/apache/commons/collections/iterators/UnmodifiableMapIterator.java
index e4725fec6..810d9edde 100644
--- a/src/java/org/apache/commons/collections/iterators/UnmodifiableMapIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/UnmodifiableMapIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/UnmodifiableMapIterator.java,v 1.5 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -64,7 +60,7 @@ import org.apache.commons.collections.Unmodifiable;
* Decorates a map iterator such that it cannot be modified.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.5 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:15 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.java b/src/java/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.java
index 3204b0f1a..b679fd3d9 100644
--- a/src/java/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.java
+++ b/src/java/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/iterators/UnmodifiableOrderedMapIterator.java,v 1.4 2004/01/08 22:37:29 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 1999-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 1999-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.iterators;
@@ -64,7 +60,7 @@ import org.apache.commons.collections.Unmodifiable;
* Decorates an ordered map iterator such that it cannot be modified.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/08 22:37:29 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/keyvalue/AbstractKeyValue.java b/src/java/org/apache/commons/collections/keyvalue/AbstractKeyValue.java
index 81029fd9f..6206b348d 100644
--- a/src/java/org/apache/commons/collections/keyvalue/AbstractKeyValue.java
+++ b/src/java/org/apache/commons/collections/keyvalue/AbstractKeyValue.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/keyvalue/AbstractKeyValue.java,v 1.1 2003/12/05 20:23:56 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.keyvalue;
@@ -63,7 +59,7 @@ import org.apache.commons.collections.KeyValue;
* Abstract pair class to assist with creating KeyValue and MapEntry implementations.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:56 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:16 $
*
* @author James Strachan
* @author Michael A. Smith
diff --git a/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntry.java b/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntry.java
index 37fdace6c..779655f9b 100644
--- a/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntry.java
+++ b/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntry.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntry.java,v 1.2 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.keyvalue;
@@ -63,7 +59,7 @@ import java.util.Map;
* Abstract Pair class to assist with creating correct Map Entry implementations.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author James Strachan
* @author Michael A. Smith
diff --git a/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.java b/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.java
index fc72fe9ad..0575614a6 100644
--- a/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.java
+++ b/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/keyvalue/AbstractMapEntryDecorator.java,v 1.2 2003/12/06 13:03:15 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.keyvalue;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.KeyValue;
* to a Map Entry.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2003/12/06 13:03:15 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/keyvalue/DefaultKeyValue.java b/src/java/org/apache/commons/collections/keyvalue/DefaultKeyValue.java
index 75ee467c7..e9b8815e7 100644
--- a/src/java/org/apache/commons/collections/keyvalue/DefaultKeyValue.java
+++ b/src/java/org/apache/commons/collections/keyvalue/DefaultKeyValue.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/keyvalue/DefaultKeyValue.java,v 1.2 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.keyvalue;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.KeyValue;
* itself as a key or value.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author James Strachan
* @author Michael A. Smith
diff --git a/src/java/org/apache/commons/collections/keyvalue/DefaultMapEntry.java b/src/java/org/apache/commons/collections/keyvalue/DefaultMapEntry.java
index 0093eedac..4663f93de 100644
--- a/src/java/org/apache/commons/collections/keyvalue/DefaultMapEntry.java
+++ b/src/java/org/apache/commons/collections/keyvalue/DefaultMapEntry.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/keyvalue/DefaultMapEntry.java,v 1.1 2003/12/05 20:23:56 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.keyvalue;
@@ -66,7 +62,7 @@ import org.apache.commons.collections.KeyValue;
* the MapEntry contract from being broken.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:56 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:16 $
*
* @author James Strachan
* @author Michael A. Smith
diff --git a/src/java/org/apache/commons/collections/keyvalue/MultiKey.java b/src/java/org/apache/commons/collections/keyvalue/MultiKey.java
index b9776c8ad..bab3bd909 100644
--- a/src/java/org/apache/commons/collections/keyvalue/MultiKey.java
+++ b/src/java/org/apache/commons/collections/keyvalue/MultiKey.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/keyvalue/MultiKey.java,v 1.2 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.keyvalue;
@@ -69,7 +65,7 @@ import java.util.Arrays;
* can be used instead by creating an instance passing in the key and locale.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:15 $
*
* @author Howard Lewis Ship
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/keyvalue/TiedMapEntry.java b/src/java/org/apache/commons/collections/keyvalue/TiedMapEntry.java
index a1a8526ae..1901753f4 100644
--- a/src/java/org/apache/commons/collections/keyvalue/TiedMapEntry.java
+++ b/src/java/org/apache/commons/collections/keyvalue/TiedMapEntry.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/keyvalue/TiedMapEntry.java,v 1.2 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.keyvalue;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.KeyValue;
* map, however this will probably mess up any iterators.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.java b/src/java/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.java
index 1be9b41a7..50fb2c0e8 100644
--- a/src/java/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.java
+++ b/src/java/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/keyvalue/UnmodifiableMapEntry.java,v 1.1 2003/12/05 20:23:56 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.keyvalue;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.Unmodifiable;
* when setValue
is called.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:56 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:15 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/list/AbstractLinkedList.java b/src/java/org/apache/commons/collections/list/AbstractLinkedList.java
index a390e4e2e..05fbbd44f 100644
--- a/src/java/org/apache/commons/collections/list/AbstractLinkedList.java
+++ b/src/java/org/apache/commons/collections/list/AbstractLinkedList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/AbstractLinkedList.java,v 1.6 2004/01/08 22:37:31 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -80,7 +76,7 @@ import org.apache.commons.collections.OrderedIterator;
* is here.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.6 $ $Date: 2004/01/08 22:37:31 $
+ * @version $Revision: 1.7 $ $Date: 2004/01/14 21:43:17 $
*
* @author Rich Dougherty
* @author Phil Steitz
diff --git a/src/java/org/apache/commons/collections/list/AbstractListDecorator.java b/src/java/org/apache/commons/collections/list/AbstractListDecorator.java
index 92aad3520..1113a1eb1 100644
--- a/src/java/org/apache/commons/collections/list/AbstractListDecorator.java
+++ b/src/java/org/apache/commons/collections/list/AbstractListDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/AbstractListDecorator.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
* Methods are forwarded directly to the decorated list.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:17 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/list/CursorableLinkedList.java b/src/java/org/apache/commons/collections/list/CursorableLinkedList.java
index db02eab4c..c574a5908 100644
--- a/src/java/org/apache/commons/collections/list/CursorableLinkedList.java
+++ b/src/java/org/apache/commons/collections/list/CursorableLinkedList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/CursorableLinkedList.java,v 1.3 2004/01/08 22:37:31 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -94,7 +90,7 @@ import java.util.ListIterator;
*
* @see java.util.LinkedList
* @since Commons Collections 1.0
- * @version $Revision: 1.3 $ $Date: 2004/01/08 22:37:31 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:17 $
*
* @author Rodney Waldhoff
* @author Janek Bogucki
diff --git a/src/java/org/apache/commons/collections/list/FixedSizeList.java b/src/java/org/apache/commons/collections/list/FixedSizeList.java
index 1182bbab1..41aabcd43 100644
--- a/src/java/org/apache/commons/collections/list/FixedSizeList.java
+++ b/src/java/org/apache/commons/collections/list/FixedSizeList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/FixedSizeList.java,v 1.4 2003/12/25 01:25:06 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* The set method is allowed (as it doesn't change the list size).
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2003/12/25 01:25:06 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:17 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/list/LazyList.java b/src/java/org/apache/commons/collections/list/LazyList.java
index e70eaef70..e733d214f 100644
--- a/src/java/org/apache/commons/collections/list/LazyList.java
+++ b/src/java/org/apache/commons/collections/list/LazyList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/LazyList.java,v 1.2 2004/01/08 22:37:31 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -89,7 +85,7 @@ import org.apache.commons.collections.Factory;
* and third element are all set to null
.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:31 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:17 $
*
* @author Stephen Colebourne
* @author Arron Bates
diff --git a/src/java/org/apache/commons/collections/list/NodeCachingLinkedList.java b/src/java/org/apache/commons/collections/list/NodeCachingLinkedList.java
index 53a95195d..d2a62ab0a 100644
--- a/src/java/org/apache/commons/collections/list/NodeCachingLinkedList.java
+++ b/src/java/org/apache/commons/collections/list/NodeCachingLinkedList.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/NodeCachingLinkedList.java,v 1.4 2004/01/02 01:36:52 psteitz Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -78,7 +74,7 @@ import java.util.Collection;
* Note that this implementation is not synchronized.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/02 01:36:52 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:17 $
*
* @author Jeff Varszegi
* @author Rich Dougherty
diff --git a/src/java/org/apache/commons/collections/list/PredicatedList.java b/src/java/org/apache/commons/collections/list/PredicatedList.java
index de207d259..3e924e509 100644
--- a/src/java/org/apache/commons/collections/list/PredicatedList.java
+++ b/src/java/org/apache/commons/collections/list/PredicatedList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/PredicatedList.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.iterators.AbstractListIteratorDecorator;
* If an object cannot be added to the list, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:17 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/list/SetUniqueList.java b/src/java/org/apache/commons/collections/list/SetUniqueList.java
index fab7feb4a..7ecd373c4 100644
--- a/src/java/org/apache/commons/collections/list/SetUniqueList.java
+++ b/src/java/org/apache/commons/collections/list/SetUniqueList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/SetUniqueList.java,v 1.4 2003/12/29 00:57:34 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -83,7 +79,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* retaining insertion order in the iterator.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2003/12/29 00:57:34 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:17 $
*
* @author Matthew Hawthorne
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/list/SynchronizedList.java b/src/java/org/apache/commons/collections/list/SynchronizedList.java
index 30a0d21be..e265835b8 100644
--- a/src/java/org/apache/commons/collections/list/SynchronizedList.java
+++ b/src/java/org/apache/commons/collections/list/SynchronizedList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/SynchronizedList.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.collection.SynchronizedCollection;
* Methods are synchronized, then forwarded to the decorated list.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:17 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/list/TransformedList.java b/src/java/org/apache/commons/collections/list/TransformedList.java
index f6f9f4430..a7f90620a 100644
--- a/src/java/org/apache/commons/collections/list/TransformedList.java
+++ b/src/java/org/apache/commons/collections/list/TransformedList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/TransformedList.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -74,7 +70,7 @@ import org.apache.commons.collections.iterators.AbstractListIteratorDecorator;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:17 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/list/TypedList.java b/src/java/org/apache/commons/collections/list/TypedList.java
index e5d23193d..06407cf74 100644
--- a/src/java/org/apache/commons/collections/list/TypedList.java
+++ b/src/java/org/apache/commons/collections/list/TypedList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/TypedList.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.PredicateUtils;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:17 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/list/UnmodifiableList.java b/src/java/org/apache/commons/collections/list/UnmodifiableList.java
index 55c2c1b31..72ec9a6a1 100644
--- a/src/java/org/apache/commons/collections/list/UnmodifiableList.java
+++ b/src/java/org/apache/commons/collections/list/UnmodifiableList.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/list/UnmodifiableList.java,v 1.3 2003/12/03 12:27:36 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.list;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.iterators.UnmodifiableListIterator;
* Decorates another List
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/03 12:27:36 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:17 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/AbstractHashedMap.java b/src/java/org/apache/commons/collections/map/AbstractHashedMap.java
index 987b6e9df..61a722ba7 100644
--- a/src/java/org/apache/commons/collections/map/AbstractHashedMap.java
+++ b/src/java/org/apache/commons/collections/map/AbstractHashedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/AbstractHashedMap.java,v 1.9 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -88,7 +84,7 @@ import org.apache.commons.collections.MapIterator;
* need for unusual subclasses is here.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.9 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:11 $
*
* @author java util HashMap
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/map/AbstractLinkedMap.java b/src/java/org/apache/commons/collections/map/AbstractLinkedMap.java
index 6e0219330..9f18e43ab 100644
--- a/src/java/org/apache/commons/collections/map/AbstractLinkedMap.java
+++ b/src/java/org/apache/commons/collections/map/AbstractLinkedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/AbstractLinkedMap.java,v 1.7 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -98,7 +94,7 @@ import org.apache.commons.collections.ResettableIterator;
* methods exposed.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.7 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:11 $
*
* @author java util LinkedHashMap
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/map/AbstractMapDecorator.java b/src/java/org/apache/commons/collections/map/AbstractMapDecorator.java
index 92926c421..a0e689d47 100644
--- a/src/java/org/apache/commons/collections/map/AbstractMapDecorator.java
+++ b/src/java/org/apache/commons/collections/map/AbstractMapDecorator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/AbstractMapDecorator.java,v 1.2 2004/01/05 22:15:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -75,7 +71,7 @@ import java.util.Set;
* But, you might want that loophole, so this class is kept simple.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:15:14 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:10 $
*
* @author Daniel Rall
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/map/AbstractOrderedMapDecorator.java b/src/java/org/apache/commons/collections/map/AbstractOrderedMapDecorator.java
index 944870860..b309b6af9 100644
--- a/src/java/org/apache/commons/collections/map/AbstractOrderedMapDecorator.java
+++ b/src/java/org/apache/commons/collections/map/AbstractOrderedMapDecorator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/AbstractOrderedMapDecorator.java,v 1.4 2004/01/05 22:15:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -74,7 +70,7 @@ import org.apache.commons.collections.OrderedMapIterator;
* But, you might want that loophole, so this class is kept simple.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/05 22:15:14 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/AbstractSortedMapDecorator.java b/src/java/org/apache/commons/collections/map/AbstractSortedMapDecorator.java
index 2cb24e122..6a7466c21 100644
--- a/src/java/org/apache/commons/collections/map/AbstractSortedMapDecorator.java
+++ b/src/java/org/apache/commons/collections/map/AbstractSortedMapDecorator.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/AbstractSortedMapDecorator.java,v 1.2 2004/01/05 22:15:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -73,7 +69,7 @@ import java.util.SortedMap;
* But, you might want that loophole, so this class is kept simple.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:15:14 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:10 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/CaseInsensitiveMap.java b/src/java/org/apache/commons/collections/map/CaseInsensitiveMap.java
index f2b360dce..be43dc010 100644
--- a/src/java/org/apache/commons/collections/map/CaseInsensitiveMap.java
+++ b/src/java/org/apache/commons/collections/map/CaseInsensitiveMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/CaseInsensitiveMap.java,v 1.2 2004/01/05 05:40:40 psteitz Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -88,7 +84,7 @@ import java.util.Map;
* equals {"one", "two", null}.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 05:40:40 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:10 $
*
* @author Commons-Collections team
*/
diff --git a/src/java/org/apache/commons/collections/map/CompositeMap.java b/src/java/org/apache/commons/collections/map/CompositeMap.java
index 98d566b71..519a72175 100644
--- a/src/java/org/apache/commons/collections/map/CompositeMap.java
+++ b/src/java/org/apache/commons/collections/map/CompositeMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/CompositeMap.java,v 1.5 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -74,7 +70,7 @@ import org.apache.commons.collections.set.CompositeSet;
* strategy is provided then add and remove are unsupported.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.5 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:11 $
*
* @author Brian McCallister
*/
diff --git a/src/java/org/apache/commons/collections/map/FixedSizeMap.java b/src/java/org/apache/commons/collections/map/FixedSizeMap.java
index 7283ef040..7de9ea2e2 100644
--- a/src/java/org/apache/commons/collections/map/FixedSizeMap.java
+++ b/src/java/org/apache/commons/collections/map/FixedSizeMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/FixedSizeMap.java,v 1.3 2004/01/05 22:04:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -80,7 +76,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* is not always unsupported.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/05 22:04:19 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/map/FixedSizeSortedMap.java b/src/java/org/apache/commons/collections/map/FixedSizeSortedMap.java
index 0bfa4c083..b3d5488dd 100644
--- a/src/java/org/apache/commons/collections/map/FixedSizeSortedMap.java
+++ b/src/java/org/apache/commons/collections/map/FixedSizeSortedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/FixedSizeSortedMap.java,v 1.3 2004/01/05 22:04:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -81,7 +77,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* is not always unsupported.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/05 22:04:19 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/map/Flat3Map.java b/src/java/org/apache/commons/collections/map/Flat3Map.java
index a765a25bb..cffa435c3 100644
--- a/src/java/org/apache/commons/collections/map/Flat3Map.java
+++ b/src/java/org/apache/commons/collections/map/Flat3Map.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/Flat3Map.java,v 1.11 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -98,7 +94,7 @@ import org.apache.commons.collections.ResettableIterator;
* Do not use Flat3Map
if the size is likely to grow beyond 3.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.11 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/HashedMap.java b/src/java/org/apache/commons/collections/map/HashedMap.java
index 1cbd2ba25..0adf88e57 100644
--- a/src/java/org/apache/commons/collections/map/HashedMap.java
+++ b/src/java/org/apache/commons/collections/map/HashedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/HashedMap.java,v 1.13 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -72,7 +68,7 @@ import java.util.Map;
* functionality and many methods for subclassing.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.13 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:10 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/IdentityMap.java b/src/java/org/apache/commons/collections/map/IdentityMap.java
index 2549fd0f3..eefffce8d 100644
--- a/src/java/org/apache/commons/collections/map/IdentityMap.java
+++ b/src/java/org/apache/commons/collections/map/IdentityMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/IdentityMap.java,v 1.3 2004/01/05 22:04:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -71,7 +67,7 @@ import java.util.Map;
* As a general rule, don't compare this map to other maps.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2004/01/05 22:04:19 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:11 $
*
* @author java util HashMap
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/map/LRUMap.java b/src/java/org/apache/commons/collections/map/LRUMap.java
index d74f338d2..b17ec33c2 100644
--- a/src/java/org/apache/commons/collections/map/LRUMap.java
+++ b/src/java/org/apache/commons/collections/map/LRUMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/LRUMap.java,v 1.7 2004/01/05 22:04:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -83,7 +79,7 @@ import org.apache.commons.collections.BoundedMap;
* ResettableIterator
and calling reset()
.
*
* @since Commons Collections 3.0 (previously in main package v1.0)
- * @version $Revision: 1.7 $ $Date: 2004/01/05 22:04:19 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:10 $
*
* @author James Strachan
* @author Morgan Delagrange
diff --git a/src/java/org/apache/commons/collections/map/LazyMap.java b/src/java/org/apache/commons/collections/map/LazyMap.java
index 03938cca6..6f9c26f68 100644
--- a/src/java/org/apache/commons/collections/map/LazyMap.java
+++ b/src/java/org/apache/commons/collections/map/LazyMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/LazyMap.java,v 1.2 2004/01/05 22:04:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -86,7 +82,7 @@ import org.apache.commons.collections.TransformerUtils;
* instance is mapped to the "NOW" key in the map.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:04:19 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/map/LazySortedMap.java b/src/java/org/apache/commons/collections/map/LazySortedMap.java
index fb5abac33..58b24de00 100644
--- a/src/java/org/apache/commons/collections/map/LazySortedMap.java
+++ b/src/java/org/apache/commons/collections/map/LazySortedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/LazySortedMap.java,v 1.2 2004/01/05 22:04:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -86,7 +82,7 @@ import org.apache.commons.collections.Transformer;
* instance is mapped to the "NOW" key in the map.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:04:19 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/map/LinkedMap.java b/src/java/org/apache/commons/collections/map/LinkedMap.java
index 2d300eb77..8fe93763f 100644
--- a/src/java/org/apache/commons/collections/map/LinkedMap.java
+++ b/src/java/org/apache/commons/collections/map/LinkedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/LinkedMap.java,v 1.7 2004/01/05 22:04:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -93,7 +89,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* methods exposed.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.7 $ $Date: 2004/01/05 22:04:19 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/ListOrderedMap.java b/src/java/org/apache/commons/collections/map/ListOrderedMap.java
index aa39fcf6a..40dd1a142 100644
--- a/src/java/org/apache/commons/collections/map/ListOrderedMap.java
+++ b/src/java/org/apache/commons/collections/map/ListOrderedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/ListOrderedMap.java,v 1.10 2004/01/05 22:04:19 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -89,7 +85,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* original position in the iteration.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.10 $ $Date: 2004/01/05 22:04:19 $
+ * @version $Revision: 1.11 $ $Date: 2004/01/14 21:43:11 $
*
* @author Henri Yandell
* @author Stephen Colebourne
diff --git a/src/java/org/apache/commons/collections/map/PredicatedMap.java b/src/java/org/apache/commons/collections/map/PredicatedMap.java
index 5b73614c8..4a1374edd 100644
--- a/src/java/org/apache/commons/collections/map/PredicatedMap.java
+++ b/src/java/org/apache/commons/collections/map/PredicatedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/PredicatedMap.java,v 1.5 2004/01/05 22:15:15 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -75,7 +71,7 @@ import org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator;
* is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.5 $ $Date: 2004/01/05 22:15:15 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/map/PredicatedSortedMap.java b/src/java/org/apache/commons/collections/map/PredicatedSortedMap.java
index 8ff8a1c64..eaef85ebf 100644
--- a/src/java/org/apache/commons/collections/map/PredicatedSortedMap.java
+++ b/src/java/org/apache/commons/collections/map/PredicatedSortedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/PredicatedSortedMap.java,v 1.2 2004/01/05 22:15:15 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.Predicate;
* is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:15:15 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/map/ReferenceMap.java b/src/java/org/apache/commons/collections/map/ReferenceMap.java
index a534a5fc7..9665ddd38 100644
--- a/src/java/org/apache/commons/collections/map/ReferenceMap.java
+++ b/src/java/org/apache/commons/collections/map/ReferenceMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/ReferenceMap.java,v 1.8 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -119,7 +115,7 @@ import org.apache.commons.collections.keyvalue.DefaultMapEntry;
* @see java.lang.ref.Reference
*
* @since Commons Collections 3.0 (previously in main package v2.1)
- * @version $Revision: 1.8 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:11 $
*
* @author Paul Jack
*/
diff --git a/src/java/org/apache/commons/collections/map/StaticBucketMap.java b/src/java/org/apache/commons/collections/map/StaticBucketMap.java
index 052a49fc6..561a51b1e 100644
--- a/src/java/org/apache/commons/collections/map/StaticBucketMap.java
+++ b/src/java/org/apache/commons/collections/map/StaticBucketMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/StaticBucketMap.java,v 1.9 2004/01/08 22:37:30 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -132,7 +128,7 @@ import org.apache.commons.collections.KeyValue;
* operations will affect the map.
*
* @since Commons Collections 3.0 (previously in main package v2.1)
- * @version $Revision: 1.9 $ $Date: 2004/01/08 22:37:30 $
+ * @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:10 $
*
* @author Berin Loritsch
* @author Gerhard Froehlich
diff --git a/src/java/org/apache/commons/collections/map/TransformedMap.java b/src/java/org/apache/commons/collections/map/TransformedMap.java
index 3ccbc6f5e..b05da4b1f 100644
--- a/src/java/org/apache/commons/collections/map/TransformedMap.java
+++ b/src/java/org/apache/commons/collections/map/TransformedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/TransformedMap.java,v 1.4 2004/01/05 22:15:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -77,7 +73,7 @@ import org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/05 22:15:14 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:10 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/TransformedSortedMap.java b/src/java/org/apache/commons/collections/map/TransformedSortedMap.java
index 6b954ce93..34d5251f0 100644
--- a/src/java/org/apache/commons/collections/map/TransformedSortedMap.java
+++ b/src/java/org/apache/commons/collections/map/TransformedSortedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/TransformedSortedMap.java,v 1.2 2004/01/05 22:15:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -71,7 +67,7 @@ import org.apache.commons.collections.Transformer;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:15:14 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/TypedMap.java b/src/java/org/apache/commons/collections/map/TypedMap.java
index c0bd3c218..7f78afe92 100644
--- a/src/java/org/apache/commons/collections/map/TypedMap.java
+++ b/src/java/org/apache/commons/collections/map/TypedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/TypedMap.java,v 1.2 2004/01/05 22:15:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.PredicateUtils;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:15:14 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/map/TypedSortedMap.java b/src/java/org/apache/commons/collections/map/TypedSortedMap.java
index 344875a3b..bb201ae5b 100644
--- a/src/java/org/apache/commons/collections/map/TypedSortedMap.java
+++ b/src/java/org/apache/commons/collections/map/TypedSortedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/TypedSortedMap.java,v 1.2 2004/01/05 22:15:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.PredicateUtils;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.2 $ $Date: 2004/01/05 22:15:14 $
+ * @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:10 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/map/UnmodifiableEntrySet.java b/src/java/org/apache/commons/collections/map/UnmodifiableEntrySet.java
index 2961f948c..fdf48a63e 100644
--- a/src/java/org/apache/commons/collections/map/UnmodifiableEntrySet.java
+++ b/src/java/org/apache/commons/collections/map/UnmodifiableEntrySet.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/UnmodifiableEntrySet.java,v 1.4 2004/01/05 22:15:14 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -72,7 +68,7 @@ import org.apache.commons.collections.set.AbstractSetDecorator;
* Decorates a map entry Set
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/05 22:15:14 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/UnmodifiableMap.java b/src/java/org/apache/commons/collections/map/UnmodifiableMap.java
index eb8650d93..810fa8a03 100644
--- a/src/java/org/apache/commons/collections/map/UnmodifiableMap.java
+++ b/src/java/org/apache/commons/collections/map/UnmodifiableMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/UnmodifiableMap.java,v 1.7 2004/01/05 22:15:15 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -73,7 +69,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Decorates another Map
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.7 $ $Date: 2004/01/05 22:15:15 $
+ * @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/UnmodifiableOrderedMap.java b/src/java/org/apache/commons/collections/map/UnmodifiableOrderedMap.java
index fd7610c05..356fdf123 100644
--- a/src/java/org/apache/commons/collections/map/UnmodifiableOrderedMap.java
+++ b/src/java/org/apache/commons/collections/map/UnmodifiableOrderedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/UnmodifiableOrderedMap.java,v 1.5 2004/01/05 22:15:15 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -74,7 +70,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Decorates another OrderedMap
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.5 $ $Date: 2004/01/05 22:15:15 $
+ * @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:10 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/map/UnmodifiableSortedMap.java b/src/java/org/apache/commons/collections/map/UnmodifiableSortedMap.java
index 36aef526d..6610034bb 100644
--- a/src/java/org/apache/commons/collections/map/UnmodifiableSortedMap.java
+++ b/src/java/org/apache/commons/collections/map/UnmodifiableSortedMap.java
@@ -1,7 +1,4 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/map/UnmodifiableSortedMap.java,v 1.4 2004/01/05 22:15:15 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.map;
@@ -71,7 +67,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Decorates another SortedMap
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/05 22:15:15 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:11 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/set/AbstractSetDecorator.java b/src/java/org/apache/commons/collections/set/AbstractSetDecorator.java
index 4e44538d8..bfacd0984 100644
--- a/src/java/org/apache/commons/collections/set/AbstractSetDecorator.java
+++ b/src/java/org/apache/commons/collections/set/AbstractSetDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/AbstractSetDecorator.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -67,7 +63,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
* Methods are forwarded directly to the decorated set.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/set/AbstractSortedSetDecorator.java b/src/java/org/apache/commons/collections/set/AbstractSortedSetDecorator.java
index befbd1e35..90741cca7 100644
--- a/src/java/org/apache/commons/collections/set/AbstractSortedSetDecorator.java
+++ b/src/java/org/apache/commons/collections/set/AbstractSortedSetDecorator.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/AbstractSortedSetDecorator.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -67,7 +63,7 @@ import java.util.SortedSet;
* Methods are forwarded directly to the decorated set.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/set/CompositeSet.java b/src/java/org/apache/commons/collections/set/CompositeSet.java
index fc38b6c5d..8642c8c75 100644
--- a/src/java/org/apache/commons/collections/set/CompositeSet.java
+++ b/src/java/org/apache/commons/collections/set/CompositeSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/CompositeSet.java,v 1.1 2003/12/14 21:42:55 psteitz Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -72,7 +68,7 @@ import org.apache.commons.collections.collection.CompositeCollection;
* strategy is provided then add and remove are unsupported.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/12/14 21:42:55 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:14 $
*
* @author Brian McCallister
*/
diff --git a/src/java/org/apache/commons/collections/set/ListOrderedSet.java b/src/java/org/apache/commons/collections/set/ListOrderedSet.java
index 2fdbc4629..76521e43a 100644
--- a/src/java/org/apache/commons/collections/set/ListOrderedSet.java
+++ b/src/java/org/apache/commons/collections/set/ListOrderedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/ListOrderedSet.java,v 1.4 2004/01/08 22:26:07 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -84,7 +80,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* various interface methods (notably equals/hashCode) are incompatable with a set.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.4 $ $Date: 2004/01/08 22:26:07 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
* @author Henning P. Schmiedehausen
diff --git a/src/java/org/apache/commons/collections/set/PredicatedSet.java b/src/java/org/apache/commons/collections/set/PredicatedSet.java
index 659419f21..332441881 100644
--- a/src/java/org/apache/commons/collections/set/PredicatedSet.java
+++ b/src/java/org/apache/commons/collections/set/PredicatedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/PredicatedSet.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.collection.PredicatedCollection;
* If an object cannot be added to the set, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/set/PredicatedSortedSet.java b/src/java/org/apache/commons/collections/set/PredicatedSortedSet.java
index b625ec8c2..70586c97e 100644
--- a/src/java/org/apache/commons/collections/set/PredicatedSortedSet.java
+++ b/src/java/org/apache/commons/collections/set/PredicatedSortedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/PredicatedSortedSet.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.Predicate;
* If an object cannot be added to the set, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:13 $
*
* @author Stephen Colebourne
* @author Paul Jack
diff --git a/src/java/org/apache/commons/collections/set/SynchronizedSet.java b/src/java/org/apache/commons/collections/set/SynchronizedSet.java
index 63e043df8..1e22a7216 100644
--- a/src/java/org/apache/commons/collections/set/SynchronizedSet.java
+++ b/src/java/org/apache/commons/collections/set/SynchronizedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/SynchronizedSet.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.collection.SynchronizedCollection;
* Methods are synchronized, then forwarded to the decorated set.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/set/SynchronizedSortedSet.java b/src/java/org/apache/commons/collections/set/SynchronizedSortedSet.java
index f49389f9a..16c641faf 100644
--- a/src/java/org/apache/commons/collections/set/SynchronizedSortedSet.java
+++ b/src/java/org/apache/commons/collections/set/SynchronizedSortedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/SynchronizedSortedSet.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -69,7 +65,7 @@ import org.apache.commons.collections.collection.SynchronizedCollection;
* Methods are synchronized, then forwarded to the decorated set.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/set/TransformedSet.java b/src/java/org/apache/commons/collections/set/TransformedSet.java
index f37c73962..df9e25026 100644
--- a/src/java/org/apache/commons/collections/set/TransformedSet.java
+++ b/src/java/org/apache/commons/collections/set/TransformedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/TransformedSet.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -71,7 +67,7 @@ import org.apache.commons.collections.collection.TransformedCollection;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:13 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/set/TransformedSortedSet.java b/src/java/org/apache/commons/collections/set/TransformedSortedSet.java
index 351e3ed18..45f6134ef 100644
--- a/src/java/org/apache/commons/collections/set/TransformedSortedSet.java
+++ b/src/java/org/apache/commons/collections/set/TransformedSortedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/TransformedSortedSet.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -71,7 +67,7 @@ import org.apache.commons.collections.Transformer;
* use the Integer form to remove objects.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/set/TypedSet.java b/src/java/org/apache/commons/collections/set/TypedSet.java
index 93de8279d..60e2da279 100644
--- a/src/java/org/apache/commons/collections/set/TypedSet.java
+++ b/src/java/org/apache/commons/collections/set/TypedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/TypedSet.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.PredicateUtils;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:13 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/set/TypedSortedSet.java b/src/java/org/apache/commons/collections/set/TypedSortedSet.java
index b90cff5f4..dc4a41430 100644
--- a/src/java/org/apache/commons/collections/set/TypedSortedSet.java
+++ b/src/java/org/apache/commons/collections/set/TypedSortedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/TypedSortedSet.java,v 1.1 2003/11/16 00:05:45 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -70,7 +66,7 @@ import org.apache.commons.collections.PredicateUtils;
* collection, an IllegalArgumentException is thrown.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:45 $
+ * @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:13 $
*
* @author Stephen Colebourne
* @author Matthew Hawthorne
diff --git a/src/java/org/apache/commons/collections/set/UnmodifiableSet.java b/src/java/org/apache/commons/collections/set/UnmodifiableSet.java
index 6de99e8b7..fa82dae75 100644
--- a/src/java/org/apache/commons/collections/set/UnmodifiableSet.java
+++ b/src/java/org/apache/commons/collections/set/UnmodifiableSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/UnmodifiableSet.java,v 1.3 2003/12/03 12:27:37 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* Decorates another Set
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/03 12:27:37 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/
diff --git a/src/java/org/apache/commons/collections/set/UnmodifiableSortedSet.java b/src/java/org/apache/commons/collections/set/UnmodifiableSortedSet.java
index b7ed47a3c..b1c44c7a2 100644
--- a/src/java/org/apache/commons/collections/set/UnmodifiableSortedSet.java
+++ b/src/java/org/apache/commons/collections/set/UnmodifiableSortedSet.java
@@ -1,10 +1,7 @@
-/*
- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/set/UnmodifiableSortedSet.java,v 1.3 2003/12/03 12:27:37 scolebourne Exp $
- * ====================================================================
- *
+/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,7 +50,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* .
- *
*/
package org.apache.commons.collections.set;
@@ -68,7 +64,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* Decorates another SortedSet
to ensure it can't be altered.
*
* @since Commons Collections 3.0
- * @version $Revision: 1.3 $ $Date: 2003/12/03 12:27:37 $
+ * @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:14 $
*
* @author Stephen Colebourne
*/