Remove $Date$ SVN variable

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1299210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-10 14:34:45 +00:00
parent 28d5e308a1
commit e97b1bbb02
408 changed files with 408 additions and 408 deletions

View File

@ -36,7 +36,7 @@ import java.util.EmptyStackException;
* *
* @see java.util.Stack * @see java.util.Stack
* @since Commons Collections 1.0 * @since Commons Collections 1.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @author Paul Jack * @author Paul Jack

View File

@ -40,7 +40,7 @@ import java.util.Set;
* *
* @param <E> the type held in the bag * @param <E> the type held in the bag
* @since Commons Collections 2.0 * @since Commons Collections 2.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Chuck Burdick * @author Chuck Burdick
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -32,7 +32,7 @@ import org.apache.commons.collections.bag.UnmodifiableSortedBag;
* instances. * instances.
* *
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date: 2007-07-13 05:39:24 -0500 (Fri, 13 Jul * @version $Revision$
* 2007) $ * 2007) $
* *
* @author Paul Jack * @author Paul Jack

View File

@ -37,7 +37,7 @@ package org.apache.commons.collections;
* @param <V> the type of the values in the map * @param <V> the type of the values in the map
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -29,7 +29,7 @@ import java.util.Collection;
* @see CollectionUtils#maxSize * @see CollectionUtils#maxSize
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Herve Quiroz * @author Herve Quiroz
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -24,7 +24,7 @@ package org.apache.commons.collections;
* associated with the maximum number of elements. * associated with the maximum number of elements.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -37,7 +37,7 @@ import java.util.Collection;
* *
* @param <E> the type of the elements in the buffer * @param <E> the type of the elements in the buffer
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Avalon * @author Avalon
* @author Berin Loritsch * @author Berin Loritsch

View File

@ -21,7 +21,7 @@ package org.apache.commons.collections;
* exceeded. * exceeded.
* *
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Avalon * @author Avalon
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a> * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>

View File

@ -24,7 +24,7 @@ import java.util.NoSuchElementException;
* NOTE: From version 3.0, this exception extends NoSuchElementException. * NOTE: From version 3.0, this exception extends NoSuchElementException.
* *
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Avalon * @author Avalon
* @author Berin Loritsch * @author Berin Loritsch

View File

@ -27,7 +27,7 @@ import org.apache.commons.collections.buffer.UnmodifiableBuffer;
* Provides utility methods and decorators for {@link Buffer} instances. * Provides utility methods and decorators for {@link Buffer} instances.
* *
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Paul Jack * @author Paul Jack
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -27,7 +27,7 @@ package org.apache.commons.collections;
* *
* @param <T> the type that the closure acts on * @param <T> the type that the closure acts on
* @since Commons Collections 1.0 * @since Commons Collections 1.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author James Strachan * @author James Strachan
* @author Nicola Ken Barozzi * @author Nicola Ken Barozzi

View File

@ -48,7 +48,7 @@ import org.apache.commons.collections.functors.WhileClosure;
* All the supplied closures are Serializable. * All the supplied closures are Serializable.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Matt Benson * @author Matt Benson

View File

@ -40,7 +40,7 @@ import org.apache.commons.collections.functors.TruePredicate;
* Method parameters will take {@link Iterable} objects when possible. * Method parameters will take {@link Iterable} objects when possible.
* *
* @since Commons Collections 1.0 * @since Commons Collections 1.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Rodney Waldhoff * @author Rodney Waldhoff
* @author Paul Jack * @author Paul Jack

View File

@ -36,7 +36,7 @@ import org.apache.commons.collections.comparators.TransformingComparator;
* in the <code>comparators</code> subpackage. * in the <code>comparators</code> subpackage.
* *
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Paul Jack * @author Paul Jack
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -130,7 +130,7 @@ import java.util.Vector;
* it, go ahead and tune it up! * it, go ahead and tune it up!
* *
* @since Commons Collections 1.0 * @since Commons Collections 1.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a> * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
* @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a> * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>

View File

@ -29,7 +29,7 @@ package org.apache.commons.collections;
* @param <T> the type that the factory creates * @param <T> the type that the factory creates
* *
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Arron Bates * @author Arron Bates
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.functors.PrototypeFactory;
* All the supplied factories are Serializable. * All the supplied factories are Serializable.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -21,7 +21,7 @@ package org.apache.commons.collections;
* If required, a root cause error can be wrapped within this one. * If required, a root cause error can be wrapped within this one.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -24,7 +24,7 @@ import java.util.Set;
* The "read" subset of the {@link Map} interface. * The "read" subset of the {@link Map} interface.
* @since Commons Collections 5 * @since Commons Collections 5
* TODO fix version * TODO fix version
* @version $Revision$ $Date$ * @version $Revision$
* @see Put * @see Put
* @author Matt Benson * @author Matt Benson
*/ */

View File

@ -22,7 +22,7 @@ import java.util.Map;
* The "read" subset of the {@link Map} interface. * The "read" subset of the {@link Map} interface.
* @since Commons Collections 5 * @since Commons Collections 5
* TODO fix version * TODO fix version
* @version $Revision$ $Date$ * @version $Revision$
* @see Put * @see Put
* @author Matt Benson * @author Matt Benson
*/ */

View File

@ -37,7 +37,7 @@ import java.util.Map;
* @param <V> the type of the values in the map * @param <V> the type of the values in the map
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -25,7 +25,7 @@ import java.util.SortedMap;
* @param <V> the type of the values in the map * @param <V> the type of the values in the map
* @since Commons Collections 5 * @since Commons Collections 5
* TODO fix version * TODO fix version
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Matt Benson * @author Matt Benson
*/ */

View File

@ -67,7 +67,7 @@ import org.apache.commons.collections.iterators.UnmodifiableMapIterator;
* against versions 2.1.1 and 3.1. * against versions 2.1.1 and 3.1.
* *
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Phil Steitz * @author Phil Steitz

View File

@ -26,7 +26,7 @@ package org.apache.commons.collections;
* @param <K> the type of the key * @param <K> the type of the key
* @param <V> the type of the value * @param <V> the type of the value
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* Provides utility methods and decorators for {@link List} instances. * Provides utility methods and decorators for {@link List} instances.
* *
* @since Commons Collections 1.0 * @since Commons Collections 1.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Federico Barbieri * @author Federico Barbieri
* @author Peter Donald * @author Peter Donald

View File

@ -44,7 +44,7 @@ import java.util.NoSuchElementException;
* @param <K> the type of the keys in the map * @param <K> the type of the keys in the map
* @param <V> the type of the values in the map * @param <V> the type of the values in the map
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -71,7 +71,7 @@ import org.apache.commons.collections.map.UnmodifiableSortedMap;
* </ul> * </ul>
* *
* @since Commons Collections 1.0 * @since Commons Collections 1.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a> * @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
* @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a> * @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a>

View File

@ -40,7 +40,7 @@ import java.util.Collection;
* as they were defined in the superinterface <code>Map</code> anyway. * as they were defined in the superinterface <code>Map</code> anyway.
* *
* @since Commons Collections 2.0 * @since Commons Collections 2.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Christopher Berry * @author Christopher Berry
* @author James Strachan * @author James Strachan

View File

@ -27,7 +27,7 @@ package org.apache.commons.collections;
* @param <V> the type of the values in the map * @param <V> the type of the values in the map
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -27,7 +27,7 @@ import java.util.NoSuchElementException;
* *
* @param <E> the type to iterate over * @param <E> the type to iterate over
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -24,7 +24,7 @@ package org.apache.commons.collections;
* @param <V> the type of the values in the map * @param <V> the type of the values in the map
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -26,7 +26,7 @@ import java.util.NoSuchElementException;
* @param <K> the type of the keys in the map * @param <K> the type of the keys in the map
* @param <V> the type of the values in the map * @param <V> the type of the values in the map
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -31,7 +31,7 @@ package org.apache.commons.collections;
* @param <T> the type that the predicate queries * @param <T> the type that the predicate queries
* *
* @since Commons Collections 1.0 * @since Commons Collections 1.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author James Strachan * @author James Strachan
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -67,7 +67,7 @@ import org.apache.commons.collections.functors.UniquePredicate;
* All the supplied predicates are Serializable. * All the supplied predicates are Serializable.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Ola Berg * @author Ola Berg

View File

@ -22,7 +22,7 @@ import java.util.Map;
* The "write" subset of the {@link Map} interface. * The "write" subset of the {@link Map} interface.
* @since Commons Collections 5 * @since Commons Collections 5
* TODO fix version * TODO fix version
* @version $Revision$ $Date$ * @version $Revision$
* @see Get * @see Get
* @author Matt Benson * @author Matt Benson
*/ */

View File

@ -25,7 +25,7 @@ import java.util.Iterator;
* *
* @param <E> the type to iterate over * @param <E> the type to iterate over
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -25,7 +25,7 @@ import java.util.ListIterator;
* *
* @param <E> the type to iterate over * @param <E> the type to iterate over
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -37,7 +37,7 @@ import org.apache.commons.collections.set.UnmodifiableSortedSet;
* {@link Set} and {@link SortedSet} instances. * {@link Set} and {@link SortedSet} instances.
* *
* @since Commons Collections 2.1 * @since Commons Collections 2.1
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Paul Jack * @author Paul Jack
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -24,7 +24,7 @@ import java.util.Comparator;
* *
* @param <E> the type to iterate over * @param <E> the type to iterate over
* @since Commons Collections 2.0 * @since Commons Collections 2.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Chuck Burdick * @author Chuck Burdick
*/ */

View File

@ -29,7 +29,7 @@ import java.util.SortedMap;
* @param <K> the type of the keys in the map * @param <K> the type of the keys in the map
* @param <V> the type of the values in the map * @param <V> the type of the values in the map
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -33,7 +33,7 @@ package org.apache.commons.collections;
* @param <O> the output type from the transformer * @param <O> the output type from the transformer
* *
* @since Commons Collections 1.0 * @since Commons Collections 1.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author James Strachan * @author James Strachan
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -57,7 +57,7 @@ import org.apache.commons.collections.functors.SwitchTransformer;
* All the supplied transformers are Serializable. * All the supplied transformers are Serializable.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author James Carman * @author James Carman

View File

@ -31,7 +31,7 @@ package org.apache.commons.collections;
* then the interface won't be there. * then the interface won't be there.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -27,7 +27,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
* Methods are forwarded directly to the decorated bag. * Methods are forwarded directly to the decorated bag.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -38,7 +38,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* number of occurrences of that element in the bag. * number of occurrences of that element in the bag.
* *
* @since Commons Collections 3.0 (previously DefaultMapBag v2.0) * @since Commons Collections 3.0 (previously DefaultMapBag v2.0)
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Chuck Burdick * @author Chuck Burdick
* @author Michael A. Smith * @author Michael A. Smith

View File

@ -26,7 +26,7 @@ import org.apache.commons.collections.SortedBag;
* Methods are forwarded directly to the decorated bag. * Methods are forwarded directly to the decorated bag.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -36,7 +36,7 @@ import org.apache.commons.collections.Bag;
* <code>Collection</code> interface specification. * <code>Collection</code> interface specification.
* *
* @since Commons Collections 3.0 (previously in main package v2.0) * @since Commons Collections 3.0 (previously in main package v2.0)
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Chuck Burdick * @author Chuck Burdick
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -36,7 +36,7 @@ import org.apache.commons.collections.collection.PredicatedCollection;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Paul Jack * @author Paul Jack

View File

@ -35,7 +35,7 @@ import org.apache.commons.collections.SortedBag;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Paul Jack * @author Paul Jack

View File

@ -32,7 +32,7 @@ import org.apache.commons.collections.set.SynchronizedSet;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -31,7 +31,7 @@ import org.apache.commons.collections.SortedBag;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.set.TransformedSet;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -32,7 +32,7 @@ import org.apache.commons.collections.Transformer;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -41,7 +41,7 @@ import org.apache.commons.collections.SortedBag;
* interface specification. * interface specification.
* *
* @since Commons Collections 3.0 (previously in main package v2.0) * @since Commons Collections 3.0 (previously in main package v2.0)
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Chuck Burdick * @author Chuck Burdick
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -37,7 +37,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Attempts to modify it will result in an UnsupportedOperationException. * Attempts to modify it will result in an UnsupportedOperationException.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -37,7 +37,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Attempts to modify it will result in an UnsupportedOperationException. * Attempts to modify it will result in an UnsupportedOperationException.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -33,7 +33,7 @@ import org.apache.commons.collections.map.AbstractMapDecorator;
* But, you might want that loophole, so this class is kept simple. * But, you might want that loophole, so this class is kept simple.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -32,7 +32,7 @@ import org.apache.commons.collections.OrderedMapIterator;
* But, you might want that loophole, so this class is kept simple. * But, you might want that loophole, so this class is kept simple.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.SortedBidiMap;
* But, you might want that loophole, so this class is kept simple. * But, you might want that loophole, so this class is kept simple.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -68,7 +68,7 @@ import static org.apache.commons.collections.bidimap.TreeBidiMap.DataElement.*;
* UnsupportedOperationException on attempts to call that method. * UnsupportedOperationException on attempts to call that method.
* *
* @since Commons Collections 3.0 (previously DoubleOrderedMap v2.0) * @since Commons Collections 3.0 (previously DoubleOrderedMap v2.0)
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Marc Johnson * @author Marc Johnson
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Attempts to modify it will result in an UnsupportedOperationException. * Attempts to modify it will result in an UnsupportedOperationException.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Attempts to modify it will result in an UnsupportedOperationException. * Attempts to modify it will result in an UnsupportedOperationException.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -36,7 +36,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
* Attempts to modify it will result in an UnsupportedOperationException. * Attempts to modify it will result in an UnsupportedOperationException.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -26,7 +26,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
* *
* @param <E> the type of the elements in the buffer * @param <E> the type of the elements in the buffer
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -46,7 +46,7 @@ import org.apache.commons.collections.BufferUnderflowException;
* @author Phil Steitz * @author Phil Steitz
* @author James Carman * @author James Carman
* @param <E> the type of the elements in the buffer * @param <E> the type of the elements in the buffer
* @version $Revision$ $Date$ * @version $Revision$
* @since Commons Collections 3.0 * @since Commons Collections 3.0
*/ */
public class BlockingBuffer<E> extends SynchronizedBuffer<E> { public class BlockingBuffer<E> extends SynchronizedBuffer<E> {

View File

@ -42,7 +42,7 @@ import org.apache.commons.collections.iterators.AbstractIteratorDecorator;
* *
* @author James Carman * @author James Carman
* @author Stephen Colebourne * @author Stephen Colebourne
* @version $Revision$ $Date$ * @version $Revision$
* @since Commons Collections 3.2 * @since Commons Collections 3.2
*/ */
public class BoundedBuffer<E> extends SynchronizedBuffer<E> implements BoundedCollection<E> { public class BoundedBuffer<E> extends SynchronizedBuffer<E> implements BoundedCollection<E> {

View File

@ -54,7 +54,7 @@ import org.apache.commons.collections.BufferUnderflowException;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 (previously in main package v2.1) * @since Commons Collections 3.0 (previously in main package v2.1)
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Avalon * @author Avalon
* @author Berin Loritsch * @author Berin Loritsch

View File

@ -41,7 +41,7 @@ import java.util.Collection;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stefano Fornari * @author Stefano Fornari
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.collection.PredicatedCollection;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Paul Jack * @author Paul Jack

View File

@ -54,7 +54,7 @@ import org.apache.commons.collections.comparators.ComparableComparator;
* This class is Serializable from Commons Collections 3.2. * This class is Serializable from Commons Collections 3.2.
* *
* @since Commons Collections 3.0 (previously BinaryHeap v1.0) * @since Commons Collections 3.0 (previously BinaryHeap v1.0)
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Peter Donald * @author Peter Donald
* @author Ram Chidambaram * @author Ram Chidambaram

View File

@ -29,7 +29,7 @@ import org.apache.commons.collections.collection.SynchronizedCollection;
* *
* @param <E> the type of the elements in the buffer * @param <E> the type of the elements in the buffer
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -31,7 +31,7 @@ import org.apache.commons.collections.collection.TransformedCollection;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -52,7 +52,7 @@ import org.apache.commons.collections.BufferUnderflowException;
* This class is Serializable from Commons Collections 3.1. * This class is Serializable from Commons Collections 3.1.
* *
* @since Commons Collections 3.0 (previously in main package v2.1) * @since Commons Collections 3.0 (previously in main package v2.1)
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Avalon * @author Avalon
* @author Federico Barbieri * @author Federico Barbieri

View File

@ -35,7 +35,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* Attempts to modify it will result in an UnsupportedOperationException. * Attempts to modify it will result in an UnsupportedOperationException.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -37,7 +37,7 @@ import java.util.Iterator;
* *
* @param <E> the type of the elements in the collection * @param <E> the type of the elements in the collection
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Paul Jack * @author Paul Jack

View File

@ -39,7 +39,7 @@ import java.util.Collection;
* @param <D> the type of the elements in the decorated collection * @param <D> the type of the elements in the decorated collection
* @param <E> the element type of the Collection implementation * @param <E> the element type of the Collection implementation
* @since Commons Collections 5 * @since Commons Collections 5
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Paul Jack * @author Paul Jack

View File

@ -37,7 +37,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
* *
* @param <E> the type of the elements in the collection * @param <E> the type of the elements in the collection
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Brian McCallister * @author Brian McCallister
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -35,7 +35,7 @@ import org.apache.commons.collections.Predicate;
* *
* @param <E> the type of the elements in the collection * @param <E> the type of the elements in the collection
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Paul Jack * @author Paul Jack

View File

@ -36,7 +36,7 @@ import java.util.Iterator;
* *
* @param <E> the type of the elements in the collection * @param <E> the type of the elements in the collection
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.Transformer;
* *
* @param <E> the type of the elements in the collection * @param <E> the type of the elements in the collection
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -37,7 +37,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* Attempts to modify it will result in an UnsupportedOperationException. * Attempts to modify it will result in an UnsupportedOperationException.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -31,7 +31,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
* *
* @param <E> the type of the elements in the collection * @param <E> the type of the elements in the collection
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -28,7 +28,7 @@ import java.util.Comparator;
* @see #booleanComparator(boolean) * @see #booleanComparator(boolean)
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Rodney Waldhoff * @author Rodney Waldhoff
*/ */

View File

@ -36,7 +36,7 @@ import java.util.Comparator;
* {@link #compare(Object, Object) compare} for details. * {@link #compare(Object, Object) compare} for details.
* *
* @since Commons Collections 2.0 * @since Commons Collections 2.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @see java.util.Collections#reverseOrder() * @see java.util.Collections#reverseOrder()
*/ */

View File

@ -52,7 +52,7 @@ import java.util.List;
* *
* @since Commons Collections 2.0 * @since Commons Collections 2.0
* @author Morgan Delagrange * @author Morgan Delagrange
* @version $Revision$ $Date$ * @version $Revision$
*/ */
public class ComparatorChain<E> implements Comparator<E>, Serializable { public class ComparatorChain<E> implements Comparator<E>, Serializable {

View File

@ -41,7 +41,7 @@ import java.util.Map;
* multiple comparisons after all the setup operations are complete. * multiple comparisons after all the setup operations are complete.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author David Leppik * @author David Leppik
* @author Stephen Colebourne * @author Stephen Colebourne

View File

@ -26,7 +26,7 @@ import org.apache.commons.collections.ComparatorUtils;
* other objects. * other objects.
* *
* @since Commons Collections 2.0 * @since Commons Collections 2.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Michael A. Smith * @author Michael A. Smith
*/ */

View File

@ -26,7 +26,7 @@ import org.apache.commons.collections.ComparatorUtils;
* to its {@link #compare(Object, Object) compare} method. * to its {@link #compare(Object, Object) compare} method.
* *
* @since Commons Collections 2.0 * @since Commons Collections 2.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Michael A. Smith * @author Michael A. Smith
* *

View File

@ -27,7 +27,7 @@ import org.apache.commons.collections.Transformer;
* {@link Comparator#compare(Object,Object) compare} method. * {@link Comparator#compare(Object,Object) compare} method.
* *
* @since Commons Collections 2.0 (?) * @since Commons Collections 2.0 (?)
* @version $Revision$ $Date$ * @version $Revision$
* *
* @see org.apache.commons.collections.Transformer * @see org.apache.commons.collections.Transformer
* @see org.apache.commons.collections.comparators.ComparableComparator * @see org.apache.commons.collections.comparators.ComparableComparator

View File

@ -34,7 +34,7 @@ import org.apache.commons.collections.Predicate;
* threw an exception. * threw an exception.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Matt Benson * @author Matt Benson

View File

@ -24,7 +24,7 @@ import org.apache.commons.collections.Predicate;
* Predicate implementation that returns true if both the predicates return true. * Predicate implementation that returns true if both the predicates return true.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -30,7 +30,7 @@ import org.apache.commons.collections.Predicate;
* threw an exception. * threw an exception.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Matt Benson * @author Matt Benson

View File

@ -44,7 +44,7 @@ import org.apache.commons.collections.FunctorException;
* </pre> * </pre>
* *
* @since Commons Collections 4.0 * @since Commons Collections 4.0
* @version $Revision: $ $Date: $ * @version $Revision: $
*/ */
public abstract class CatchAndRethrowClosure<E> implements Closure<E> { public abstract class CatchAndRethrowClosure<E> implements Closure<E> {

View File

@ -25,7 +25,7 @@ import org.apache.commons.collections.Closure;
* Closure implementation that chains the specified closures together. * Closure implementation that chains the specified closures together.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -28,7 +28,7 @@ import org.apache.commons.collections.Transformer;
* is passed to the second transformer and so on. * is passed to the second transformer and so on.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -26,7 +26,7 @@ import org.apache.commons.collections.Transformer;
* Clone is performed using <code>PrototypeFactory.getInstance(input).create()</code>. * Clone is performed using <code>PrototypeFactory.getInstance(input).create()</code>.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -26,7 +26,7 @@ import org.apache.commons.collections.Transformer;
* and then returns the input. * and then returns the input.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -74,7 +74,7 @@ import org.apache.commons.collections.Predicate;
* return <code>true</code> if the comparator returns a value greater than <code>0</code>. * return <code>true</code> if the comparator returns a value greater than <code>0</code>.
* *
* @since Commons Collections 4.0 * @since Commons Collections 4.0
* @version $Revision: $ $Date: $ * @version $Revision: $
* *
* @author Rune Peter Bjørnstad. * @author Rune Peter Bjørnstad.
*/ */

View File

@ -28,7 +28,7 @@ import org.apache.commons.collections.Factory;
* use the prototype factory. * use the prototype factory.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

View File

@ -28,7 +28,7 @@ import org.apache.commons.collections.Transformer;
* use the prototype factory. * use the prototype factory.
* *
* @since Commons Collections 3.0 * @since Commons Collections 3.0
* @version $Revision$ $Date$ * @version $Revision$
* *
* @author Stephen Colebourne * @author Stephen Colebourne
*/ */

Some files were not shown because too many files have changed in this diff Show More