svn:keywords correction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@155406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc1d0beaa0
commit
49da0ff2c6
|
@ -23,7 +23,7 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>The Jakarta Commons <em>Collections</em> Package</h1>
|
<h1>The Jakarta Commons <em>Collections</em> Package</h1>
|
||||||
<h2>Developers Guide</h2>
|
<h2>Developers Guide</h2>
|
||||||
$Id: DEVELOPERS-GUIDE.html,v 1.5 2004/12/19 21:43:26 scolebourne Exp $<br />
|
$Id$<br />
|
||||||
<a href="#Introduction">[Introduction]</a>
|
<a href="#Introduction">[Introduction]</a>
|
||||||
<a href="#CollectionInterfaces">[Collection Interfaces]</a>
|
<a href="#CollectionInterfaces">[Collection Interfaces]</a>
|
||||||
<a href="#CollectionImplementations">[Collection Implementations]</a>
|
<a href="#CollectionImplementations">[Collection Implementations]</a>
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>The Jakarta Commons <em>Collections</em> Package</h1>
|
<h1>The Jakarta Commons <em>Collections</em> Package</h1>
|
||||||
$Id: STATUS.html,v 1.36 2004/06/10 23:23:30 scolebourne Exp $<br>
|
$Id$<br>
|
||||||
<a href="#Introduction">[Introduction]</a>
|
<a href="#Introduction">[Introduction]</a>
|
||||||
<a href="#Dependencies">[Dependencies]</a>
|
<a href="#Dependencies">[Dependencies]</a>
|
||||||
<a href="#Release Info">[Release Info]</a>
|
<a href="#Release Info">[Release Info]</a>
|
||||||
|
|
|
@ -35,7 +35,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: 1.17 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Craig R. McClanahan
|
* @author Craig R. McClanahan
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
|
|
|
@ -38,7 +38,7 @@ import java.util.Set;
|
||||||
* it has been decided to maintain backwards compatibility instead.
|
* it has been decided to maintain backwards compatibility instead.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.18 $ $Date: 2004/05/03 15:12:20 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -33,7 +33,7 @@ import org.apache.commons.collections.bag.UnmodifiableSortedBag;
|
||||||
* {@link Bag} and {@link SortedBag} instances.
|
* {@link Bag} and {@link SortedBag} instances.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 2.1
|
* @since Commons Collections 2.1
|
||||||
* @version $Revision: 1.20 $ $Date: 2004/04/01 20:12:00 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -42,7 +42,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
||||||
* property is considered non existent in the Map
|
* property is considered non existent in the Map
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.29 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author James Strachan
|
* @author James Strachan
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -33,7 +33,7 @@ package org.apache.commons.collections;
|
||||||
* duplicate keys. See the {@link #put} method description for more information.
|
* duplicate keys. See the {@link #put} method description for more information.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.16 $ $Date: 2004/05/10 20:37:19 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -51,7 +51,7 @@ import java.util.NoSuchElementException;
|
||||||
* @deprecated Replaced by PriorityBuffer in buffer subpackage.
|
* @deprecated Replaced by PriorityBuffer in buffer subpackage.
|
||||||
* Due to be removed in v4.0.
|
* Due to be removed in v4.0.
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.24 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Peter Donald
|
* @author Peter Donald
|
||||||
* @author Ram Chidambaram
|
* @author Ram Chidambaram
|
||||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Collection;
|
||||||
* @see CollectionUtils#maxSize
|
* @see CollectionUtils#maxSize
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.11 $ $Date: 2004/04/14 20:13:11 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Herve Quiroz
|
* @author Herve Quiroz
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -43,7 +43,7 @@ import java.util.NoSuchElementException;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
|
* @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
|
||||||
* @since 2.1
|
* @since 2.1
|
||||||
* @version $Revision: 1.16 $ $Date: 2004/02/18 01:15:43 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Avalon
|
* @author Avalon
|
||||||
* @author Berin Loritsch
|
* @author Berin Loritsch
|
||||||
|
|
|
@ -25,7 +25,7 @@ import java.util.Map;
|
||||||
* 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: 1.4 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -35,7 +35,7 @@ import java.util.Collection;
|
||||||
* {@link Bag}.
|
* {@link Bag}.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 2.1
|
* @since Commons Collections 2.1
|
||||||
* @version $Revision: 1.10 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Avalon
|
* @author Avalon
|
||||||
* @author Berin Loritsch
|
* @author Berin Loritsch
|
||||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.commons.collections;
|
||||||
* exceeded.
|
* exceeded.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 2.1
|
* @since Commons Collections 2.1
|
||||||
* @version $Revision: 1.9 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Avalon
|
* @author Avalon
|
||||||
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
|
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
|
||||||
|
|
|
@ -23,7 +23,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: 1.11 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Avalon
|
* @author Avalon
|
||||||
* @author Berin Loritsch
|
* @author Berin Loritsch
|
||||||
|
|
|
@ -26,7 +26,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: 1.20 $ $Date: 2004/04/01 20:12:00 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -25,7 +25,7 @@ package org.apache.commons.collections;
|
||||||
* {@link ClosureUtils}. These include method invokation and for/while loops.
|
* {@link ClosureUtils}. These include method invokation and for/while loops.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.11 $ $Date: 2004/04/14 20:08:56 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author James Strachan
|
* @author James Strachan
|
||||||
* @author Nicola Ken Barozzi
|
* @author Nicola Ken Barozzi
|
||||||
|
|
|
@ -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: 1.9 $ $Date: 2004/05/26 21:50:52 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -38,7 +38,7 @@ import org.apache.commons.collections.collection.UnmodifiableCollection;
|
||||||
* Provides utility methods and decorators for {@link Collection} instances.
|
* Provides utility methods and decorators for {@link Collection} instances.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.65 $ $Date: 2004/12/24 11:03:45 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
|
|
|
@ -35,7 +35,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$ $Date$
|
||||||
*
|
*
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -45,7 +45,7 @@ import java.lang.ref.WeakReference;
|
||||||
* and now returns the cursor from the listIterator method. Will be removed in v4.0
|
* and now returns the cursor from the listIterator method. Will be removed in v4.0
|
||||||
* @see java.util.LinkedList
|
* @see java.util.LinkedList
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.23 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
* @author Janek Bogucki
|
* @author Janek Bogucki
|
||||||
|
|
|
@ -37,7 +37,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
|
* @deprecated Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.17 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
* @author Michael A. Smith
|
* @author Michael A. Smith
|
||||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Map;
|
||||||
*
|
*
|
||||||
* @deprecated Use the version in the keyvalue subpackage. Will be removed in v4.0
|
* @deprecated Use the version in the keyvalue subpackage. Will be removed in v4.0
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.21 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author James Strachan
|
* @author James Strachan
|
||||||
* @author Michael A. Smith
|
* @author Michael A. Smith
|
||||||
|
|
|
@ -99,7 +99,7 @@ import java.util.Set;
|
||||||
* @see org.apache.commons.collections.bidimap.DualTreeBidiMap
|
* @see org.apache.commons.collections.bidimap.DualTreeBidiMap
|
||||||
* @see org.apache.commons.collections.bidimap.DualHashBidiMap
|
* @see org.apache.commons.collections.bidimap.DualHashBidiMap
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.14 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Marc Johnson
|
* @author Marc Johnson
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.commons.collections.iterators.EnumerationIterator;
|
||||||
* Provides utility methods for {@link Enumeration} instances.
|
* Provides utility methods for {@link Enumeration} instances.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Id: EnumerationUtils.java,v 1.5 2004/02/18 01:15:42 scolebourne Exp $
|
* @version $Id$
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
|
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -123,7 +123,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: 1.24 $ $Date: 2004/09/22 23:35:03 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @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>
|
||||||
|
|
|
@ -26,7 +26,7 @@ package org.apache.commons.collections;
|
||||||
* a copy of a prototype or a new instance.
|
* a copy of a prototype or a new instance.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 2.1
|
* @since Commons Collections 2.1
|
||||||
* @version $Revision: 1.9 $ $Date: 2004/04/14 20:08:57 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Arron Bates
|
* @author Arron Bates
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -33,7 +33,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: 1.14 $ $Date: 2004/04/14 21:47:47 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -57,7 +57,7 @@ import java.util.ListIterator;
|
||||||
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.16 $ $Date: 2004/06/23 21:41:49 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Craig R. McClanahan
|
* @author Craig R. McClanahan
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -57,7 +57,7 @@ import java.util.Set;
|
||||||
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.17 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Craig R. McClanahan
|
* @author Craig R. McClanahan
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -59,7 +59,7 @@ import java.util.TreeMap;
|
||||||
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.16 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Craig R. McClanahan
|
* @author Craig R. McClanahan
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -23,7 +23,7 @@ import java.io.PrintWriter;
|
||||||
* 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: 1.6 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -23,7 +23,7 @@ import java.util.HashMap;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
|
* @deprecated Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.13 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -33,7 +33,7 @@ import java.util.Map;
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.4 $ $Date: 2004/02/18 01:15:43 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -65,7 +65,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: 1.28 $ $Date: 2004/07/17 21:08:05 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Phil Steitz
|
* @author Phil Steitz
|
||||||
|
|
|
@ -23,7 +23,7 @@ package org.apache.commons.collections;
|
||||||
* two get methods.
|
* two get methods.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.4 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -44,7 +44,7 @@ import java.util.Iterator;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.23 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
|
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
|
||||||
* @author <a href="mailto:morgand@apache.org">Morgan Delagrange</a>
|
* @author <a href="mailto:morgand@apache.org">Morgan Delagrange</a>
|
||||||
|
|
|
@ -33,7 +33,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: 1.31 $ $Date: 2004/12/24 11:03:45 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Federico Barbieri
|
* @author Federico Barbieri
|
||||||
* @author Peter Donald
|
* @author Peter Donald
|
||||||
|
|
|
@ -40,7 +40,7 @@ import java.util.Iterator;
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.7 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -67,7 +67,7 @@ import org.apache.commons.collections.map.UnmodifiableSortedMap;
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.52 $ $Date: 2004/12/24 11:03:44 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @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>
|
||||||
|
|
|
@ -52,7 +52,7 @@ import org.apache.commons.collections.iterators.EmptyIterator;
|
||||||
* <code>list</code> will be a list containing "A", "B", "C".
|
* <code>list</code> will be a list containing "A", "B", "C".
|
||||||
*
|
*
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.21 $ $Date: 2005/01/04 00:13:25 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Christopher Berry
|
* @author Christopher Berry
|
||||||
* @author James Strachan
|
* @author James Strachan
|
||||||
|
|
|
@ -40,7 +40,7 @@ import java.util.Map;
|
||||||
* 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: 1.12 $ $Date: 2004/03/14 15:33:57 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Christopher Berry
|
* @author Christopher Berry
|
||||||
* @author James Strachan
|
* @author James Strachan
|
||||||
|
|
|
@ -23,7 +23,7 @@ package org.apache.commons.collections;
|
||||||
* a key to be looked up from a value with equal performance.
|
* a key to be looked up from a value with equal performance.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.4 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -23,7 +23,7 @@ import java.util.Iterator;
|
||||||
* This iterator allows both forward and reverse iteration through the collection.
|
* This iterator allows both forward and reverse iteration through the collection.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.5 $ $Date: 2004/09/22 23:16:48 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.commons.collections;
|
||||||
* iteration through that order.
|
* iteration through that order.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.6 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -21,7 +21,7 @@ package org.apache.commons.collections;
|
||||||
* This iterator allows both forward and reverse iteration through the map.
|
* This iterator allows both forward and reverse iteration through the map.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.4 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -28,7 +28,7 @@ package org.apache.commons.collections;
|
||||||
* or, not, method invokation and null testing.
|
* or, not, method invokation and null testing.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.11 $ $Date: 2004/04/14 20:08:57 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author James Strachan
|
* @author James Strachan
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -66,7 +66,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: 1.19 $ $Date: 2004/05/26 21:50:52 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Ola Berg
|
* @author Ola Berg
|
||||||
|
|
|
@ -23,7 +23,7 @@ package org.apache.commons.collections;
|
||||||
* @deprecated Replaced by the Buffer interface and implementations in buffer subpackage.
|
* @deprecated Replaced by the Buffer interface and implementations in buffer subpackage.
|
||||||
* Due to be removed in v4.0.
|
* Due to be removed in v4.0.
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.14 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Peter Donald
|
* @author Peter Donald
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,7 +36,7 @@ import java.util.Set;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0.
|
* @deprecated Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0.
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.15 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Daniel Rall
|
* @author Daniel Rall
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -77,7 +77,7 @@ import org.apache.commons.collections.keyvalue.DefaultMapEntry;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
||||||
* @since Commons Collections 2.1
|
* @since Commons Collections 2.1
|
||||||
* @version $Revision: 1.22 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -23,7 +23,7 @@ import java.util.Iterator;
|
||||||
* This interface allows an iterator to be repeatedly reused.
|
* This interface allows an iterator to be repeatedly reused.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.4 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -23,7 +23,7 @@ import java.util.ListIterator;
|
||||||
* This interface allows an iterator to be repeatedly reused.
|
* This interface allows an iterator to be repeatedly reused.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.4 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -51,7 +51,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
|
||||||
* @see org.apache.commons.collections.map.LinkedMap
|
* @see org.apache.commons.collections.map.LinkedMap
|
||||||
* @see org.apache.commons.collections.map.ListOrderedMap
|
* @see org.apache.commons.collections.map.ListOrderedMap
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.28 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Michael A. Smith
|
* @author Michael A. Smith
|
||||||
* @author Daniel Rall
|
* @author Daniel Rall
|
||||||
|
|
|
@ -39,7 +39,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: 1.26 $ $Date: 2004/04/01 20:12:00 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Comparator;
|
||||||
* its unique representative members.
|
* its unique representative members.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.9 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -25,7 +25,7 @@ import java.util.SortedMap;
|
||||||
* a key to be looked up from a value with equal performance.
|
* a key to be looked up from a value with equal performance.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.6 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -89,7 +89,7 @@ import java.util.Set;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
||||||
* @since Commons Collections 2.1
|
* @since Commons Collections 2.1
|
||||||
* @version $Revision: 1.18 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
|
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
|
||||||
* @author <a href="mailto:g-froehlich@gmx.de">Gerhard Froehlich</a>
|
* @author <a href="mailto:g-froehlich@gmx.de">Gerhard Froehlich</a>
|
||||||
|
|
|
@ -25,7 +25,7 @@ import java.util.NoSuchElementException;
|
||||||
* @deprecated PriorityQueue is replaced by the Buffer interface, see buffer subpackage.
|
* @deprecated PriorityQueue is replaced by the Buffer interface, see buffer subpackage.
|
||||||
* Due to be removed in v4.0.
|
* Due to be removed in v4.0.
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.13 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Ram Chidambaram
|
* @author Ram Chidambaram
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -29,7 +29,7 @@ package org.apache.commons.collections;
|
||||||
* cloning and returning the string value.
|
* cloning and returning the string value.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 1.0
|
* @since Commons Collections 1.0
|
||||||
* @version $Revision: 1.10 $ $Date: 2004/04/14 20:08:57 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author James Strachan
|
* @author James Strachan
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -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: 1.13 $ $Date: 2004/05/26 21:50:52 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author James Carman
|
* @author James Carman
|
||||||
|
|
|
@ -27,7 +27,7 @@ import java.util.TreeMap;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
|
* @deprecated Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
|
||||||
* @since Commons Collections 2.0
|
* @since Commons Collections 2.0
|
||||||
* @version $Revision: 1.13 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -42,7 +42,7 @@ import java.util.NoSuchElementException;
|
||||||
*
|
*
|
||||||
* @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
|
* @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
|
||||||
* @since Commons Collections 2.1
|
* @since Commons Collections 2.1
|
||||||
* @version $Revision: 1.15 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Avalon
|
* @author Avalon
|
||||||
* @author Federico Barbieri
|
* @author Federico Barbieri
|
||||||
|
|
|
@ -30,7 +30,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: 1.4 $ $Date: 2004/02/18 01:15:42 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -26,7 +26,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: 1.5 $ $Date: 2004/06/02 21:53:02 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -37,7 +37,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
||||||
* the number of occurrences of that element in the bag.
|
* the 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: 1.15 $ $Date: 2004/05/15 12:27:04 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
* @author Michael A. Smith
|
* @author Michael A. Smith
|
||||||
|
|
|
@ -25,7 +25,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: 1.5 $ $Date: 2004/06/02 21:53:02 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -35,7 +35,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: 1.8 $ $Date: 2004/02/18 00:56:25 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -35,7 +35,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: 1.8 $ $Date: 2004/06/03 22:02:12 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
|
|
|
@ -34,7 +34,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: 1.8 $ $Date: 2004/06/03 22:02:12 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
|
|
|
@ -31,7 +31,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: 1.8 $ $Date: 2004/06/03 22:02:12 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,7 +30,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: 1.8 $ $Date: 2004/06/03 22:02:12 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -33,7 +33,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: 1.7 $ $Date: 2004/06/03 22:02:12 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,7 +31,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: 1.7 $ $Date: 2004/06/03 22:02:12 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -40,7 +40,7 @@ import org.apache.commons.collections.SortedBag;
|
||||||
* <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: 1.9 $ $Date: 2004/02/18 00:56:25 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Chuck Burdick
|
* @author Chuck Burdick
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.commons.collections.functors.InstanceofPredicate;
|
||||||
* collection, an IllegalArgumentException is thrown.
|
* collection, an IllegalArgumentException is thrown.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.6 $ $Date: 2004/05/15 12:27:04 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Matthew Hawthorne
|
* @author Matthew Hawthorne
|
||||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.commons.collections.functors.InstanceofPredicate;
|
||||||
* collection, an IllegalArgumentException is thrown.
|
* collection, an IllegalArgumentException is thrown.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.6 $ $Date: 2004/05/15 12:27:04 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Matthew Hawthorne
|
* @author Matthew Hawthorne
|
||||||
|
|
|
@ -34,7 +34,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
||||||
* 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: 1.8 $ $Date: 2004/06/02 21:56:19 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -34,7 +34,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
||||||
* 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: 1.9 $ $Date: 2004/06/02 21:56:19 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: package.html,v 1.6 2004/02/18 21:39:04 scolebourne Exp $ -->
|
<!-- $Id$ -->
|
||||||
<!--
|
<!--
|
||||||
Copyright 2003-2004 The Apache Software Foundation
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,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: 1.5 $ $Date: 2004/02/18 00:57:39 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,7 +36,7 @@ import org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator;
|
||||||
* @see DualHashBidiMap
|
* @see DualHashBidiMap
|
||||||
* @see DualTreeBidiMap
|
* @see DualTreeBidiMap
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Id: AbstractDualBidiMap.java,v 1.14 2004/06/22 21:54:35 scolebourne Exp $
|
* @version $Id$
|
||||||
*
|
*
|
||||||
* @author Matthew Hawthorne
|
* @author Matthew Hawthorne
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -31,7 +31,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: 1.4 $ $Date: 2004/02/18 00:57:39 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -33,7 +33,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: 1.4 $ $Date: 2004/02/18 00:57:39 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,7 +36,7 @@ import org.apache.commons.collections.BidiMap;
|
||||||
* and the flawed <code>createMap</code> method is ignored.
|
* and the flawed <code>createMap</code> method is ignored.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Id: DualHashBidiMap.java,v 1.7 2004/06/11 23:27:37 scolebourne Exp $
|
* @version $Id$
|
||||||
*
|
*
|
||||||
* @author Matthew Hawthorne
|
* @author Matthew Hawthorne
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -49,7 +49,7 @@ import org.apache.commons.collections.map.AbstractSortedMapDecorator;
|
||||||
* and the flawed <code>createMap</code> method is ignored.
|
* and the flawed <code>createMap</code> method is ignored.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Id: DualTreeBidiMap.java,v 1.14 2004/06/11 23:27:37 scolebourne Exp $
|
* @version $Id$
|
||||||
*
|
*
|
||||||
* @author Matthew Hawthorne
|
* @author Matthew Hawthorne
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -67,7 +67,7 @@ import org.apache.commons.collections.keyvalue.UnmodifiableMapEntry;
|
||||||
* 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: 1.16 $ $Date: 2005/01/03 23:52:49 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Marc Johnson
|
* @author Marc Johnson
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -31,7 +31,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
||||||
* Decorates another <code>BidiMap</code> to ensure it can't be altered.
|
* Decorates another <code>BidiMap</code> to ensure it can't be altered.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.5 $ $Date: 2004/05/15 12:13:03 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -33,7 +33,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
||||||
* Decorates another <code>OrderedBidiMap</code> to ensure it can't be altered.
|
* Decorates another <code>OrderedBidiMap</code> to ensure it can't be altered.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.5 $ $Date: 2004/05/15 12:13:03 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -36,7 +36,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
||||||
* Decorates another <code>SortedBidiMap</code> to ensure it can't be altered.
|
* Decorates another <code>SortedBidiMap</code> to ensure it can't be altered.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.5 $ $Date: 2004/05/15 12:13:03 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: package.html,v 1.5 2004/02/18 21:39:04 scolebourne Exp $ -->
|
<!-- $Id$ -->
|
||||||
<!--
|
<!--
|
||||||
Copyright 2003-2004 The Apache Software Foundation
|
Copyright 2003-2004 The Apache Software Foundation
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
|
||||||
* Methods are forwarded directly to the decorated buffer.
|
* Methods are forwarded directly to the decorated buffer.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.4 $ $Date: 2004/06/02 21:53:02 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -37,7 +37,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
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.7 $ $Date: 2004/06/03 22:02:13 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Janek Bogucki
|
* @author Janek Bogucki
|
||||||
|
|
|
@ -53,7 +53,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: 1.11 $ $Date: 2005/01/22 00:48:22 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Avalon
|
* @author Avalon
|
||||||
* @author Berin Loritsch
|
* @author Berin Loritsch
|
||||||
|
|
|
@ -40,7 +40,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: 1.5 $ $Date: 2004/06/03 22:02:13 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stefano Fornari
|
* @author Stefano Fornari
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
|
|
|
@ -33,7 +33,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: 1.7 $ $Date: 2004/06/03 22:02:13 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
|
|
|
@ -50,7 +50,7 @@ import org.apache.commons.collections.BufferUnderflowException;
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0 (previously BinaryHeap v1.0)
|
* @since Commons Collections 3.0 (previously BinaryHeap v1.0)
|
||||||
* @version $Revision: 1.5 $ $Date: 2004/05/15 12:33:23 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Peter Donald
|
* @author Peter Donald
|
||||||
* @author Ram Chidambaram
|
* @author Ram Chidambaram
|
||||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.commons.collections.collection.SynchronizedCollection;
|
||||||
* 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: 1.6 $ $Date: 2004/06/03 22:02:13 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,7 +30,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: 1.6 $ $Date: 2004/06/03 22:02:13 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.commons.collections.functors.InstanceofPredicate;
|
||||||
* collection, an IllegalArgumentException is thrown.
|
* collection, an IllegalArgumentException is thrown.
|
||||||
*
|
*
|
||||||
* @since Commons Collections 3.0
|
* @since Commons Collections 3.0
|
||||||
* @version $Revision: 1.5 $ $Date: 2004/05/15 12:33:23 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Matthew Hawthorne
|
* @author Matthew Hawthorne
|
||||||
|
|
|
@ -50,7 +50,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: 1.9 $ $Date: 2004/06/01 22:57:18 $
|
* @version $Revision$ $Date$
|
||||||
*
|
*
|
||||||
* @author Avalon
|
* @author Avalon
|
||||||
* @author Federico Barbieri
|
* @author Federico Barbieri
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue