Make license consistent with rest of commons
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f10289d80a
commit
43459ad8a0
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ArrayStack.java,v 1.15 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -77,7 +73,7 @@ import java.util.EmptyStackException;
|
|||
*
|
||||
* @see java.util.Stack
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.15 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.16 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @author Paul Jack
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Bag.java,v 1.14 2004/01/12 21:41:41 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -77,7 +73,7 @@ import java.util.Set;
|
|||
* which unfortunately will break backwards compatibility with this version.
|
||||
*
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.14 $ $Date: 2004/01/12 21:41:41 $
|
||||
* @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Chuck Burdick
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BagUtils.java,v 1.17 2004/01/04 18:03:41 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -75,7 +71,7 @@ import org.apache.commons.collections.bag.UnmodifiableSortedBag;
|
|||
* {@link Bag} and {@link SortedBag} instances.
|
||||
*
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.17 $ $Date: 2004/01/04 18:03:41 $
|
||||
* @version $Revision: 1.18 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Paul Jack
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BeanMap.java,v 1.27 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -84,7 +80,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
|||
* property is considered non existent in the Map
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.27 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.28 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author James Strachan
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BidiMap.java,v 1.12 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -70,7 +66,7 @@ package org.apache.commons.collections;
|
|||
* a key to be looked up from a value with equal performance.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.12 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BinaryHeap.java,v 1.22 2004/01/08 22:18:16 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -93,7 +89,7 @@ import java.util.NoSuchElementException;
|
|||
* @deprecated Replaced by PriorityBuffer in buffer subpackage.
|
||||
* Due to be removed in v4.0.
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.22 $ $Date: 2004/01/08 22:18:16 $
|
||||
* @version $Revision: 1.23 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Peter Donald
|
||||
* @author Ram Chidambaram
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BoundedCollection.java,v 1.8 2004/01/05 22:27:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -67,7 +63,7 @@ import java.util.Collection;
|
|||
* associated with the maximum number of elements.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.8 $ $Date: 2004/01/05 22:27:08 $
|
||||
* @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Herve Quiroz
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BoundedFifoBuffer.java,v 1.14 2004/01/04 18:55:03 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -85,7 +81,7 @@ import java.util.NoSuchElementException;
|
|||
*
|
||||
* @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
|
||||
* @since 2.1
|
||||
* @version $Revision: 1.14 $ $Date: 2004/01/04 18:55:03 $
|
||||
* @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:06 $
|
||||
*
|
||||
* @author Avalon
|
||||
* @author Berin Loritsch
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BoundedMap.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -67,7 +63,7 @@ import java.util.Map;
|
|||
* associated with the maximum number of elements.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Buffer.java,v 1.8 2004/01/05 22:27:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -77,7 +73,7 @@ import java.util.Collection;
|
|||
* {@link Bag}.
|
||||
*
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.8 $ $Date: 2004/01/05 22:27:08 $
|
||||
* @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Avalon
|
||||
* @author Berin Loritsch
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BufferOverflowException.java,v 1.7 2003/10/09 20:58:52 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -62,7 +58,7 @@ package org.apache.commons.collections;
|
|||
* exceeded.
|
||||
*
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.7 $ $Date: 2003/10/09 20:58:52 $
|
||||
* @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Avalon
|
||||
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BufferUnderflowException.java,v 1.9 2004/01/06 21:43:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ import java.util.NoSuchElementException;
|
|||
* NOTE: From version 3.0, this exception extends NoSuchElementException.
|
||||
*
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.9 $ $Date: 2004/01/06 21:43:08 $
|
||||
* @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Avalon
|
||||
* @author Berin Loritsch
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/BufferUtils.java,v 1.17 2004/01/04 18:03:41 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -68,7 +64,7 @@ import org.apache.commons.collections.buffer.UnmodifiableBuffer;
|
|||
* Provides utility methods and decorators for {@link Buffer} instances.
|
||||
*
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.17 $ $Date: 2004/01/04 18:03:41 $
|
||||
* @version $Revision: 1.18 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Paul Jack
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Closure.java,v 1.8 2003/12/13 23:51:28 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -64,7 +60,7 @@ package org.apache.commons.collections;
|
|||
* block, function or iteration. It operates an input object.
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.8 $ $Date: 2003/12/13 23:51:28 $
|
||||
* @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author James Strachan
|
||||
* @author Nicola Ken Barozzi
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ClosureUtils.java,v 1.5 2003/11/23 17:01:36 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -88,7 +84,7 @@ import org.apache.commons.collections.functors.WhileClosure;
|
|||
* All the supplied closures are Serializable.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.5 $ $Date: 2003/11/23 17:01:36 $
|
||||
* @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/CollectionUtils.java,v 1.54 2004/01/08 22:26:07 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -79,7 +75,7 @@ import org.apache.commons.collections.collection.UnmodifiableCollection;
|
|||
* Provides utility methods and decorators for {@link Collection} instances.
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.54 $ $Date: 2004/01/08 22:26:07 $
|
||||
* @version $Revision: 1.55 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Rodney Waldhoff
|
||||
* @author Paul Jack
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BufferUtils.java,v 1.12 2003/05/11 13:29:16 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/CursorableLinkedList.java,v 1.21 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -87,7 +83,7 @@ import java.lang.ref.WeakReference;
|
|||
* and now returns the cursor from the listIterator method. Will be removed in v4.0
|
||||
* @see java.util.LinkedList
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.21 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.22 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Rodney Waldhoff
|
||||
* @author Janek Bogucki
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/DefaultMapBag.java,v 1.15 2004/01/14 00:59:14 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -79,7 +75,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
|||
*
|
||||
* @deprecated Moved to bag subpackage as AbstractMapBag. Due to be removed in v4.0.
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.15 $ $Date: 2004/01/14 00:59:14 $
|
||||
* @version $Revision: 1.16 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Chuck Burdick
|
||||
* @author Michael A. Smith
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/DefaultMapEntry.java,v 1.19 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -64,7 +60,7 @@ import java.util.Map;
|
|||
*
|
||||
* @deprecated Use the version in the keyvalue subpackage. Will be removed in v4.0
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.19 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.20 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author James Strachan
|
||||
* @author Michael A. Smith
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/DoubleOrderedMap.java,v 1.12 2004/01/08 22:26:07 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -141,7 +137,7 @@ import java.util.Set;
|
|||
* @see org.apache.commons.collections.bidimap.DualTreeBidiMap
|
||||
* @see org.apache.commons.collections.bidimap.DualHashBidiMap
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.12 $ $Date: 2004/01/08 22:26:07 $
|
||||
* @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Marc Johnson
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/EnumerationUtils.java,v 1.3 2004/01/05 21:37:13 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -66,7 +62,7 @@ import org.apache.commons.collections.iterators.EnumerationIterator;
|
|||
* Provides utility methods for {@link Enumeration} instances.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Id: EnumerationUtils.java,v 1.3 2004/01/05 21:37:13 scolebourne Exp $
|
||||
* @version $Id: EnumerationUtils.java,v 1.4 2004/01/14 21:43:04 scolebourne Exp $
|
||||
*
|
||||
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ExtendedProperties.java,v 1.19 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -165,7 +161,7 @@ import java.util.Vector;
|
|||
* it, go ahead and tune it up!
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.19 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.20 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
|
||||
* @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Factory.java,v 1.6 2003/12/13 23:51:28 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -61,7 +57,7 @@ package org.apache.commons.collections;
|
|||
* Defines a functor interface implemented by classes that create objects.
|
||||
*
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.6 $ $Date: 2003/12/13 23:51:28 $
|
||||
* @version $Revision: 1.7 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Arron Bates
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FactoryUtils.java,v 1.11 2003/11/23 17:48:20 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -75,7 +71,7 @@ import org.apache.commons.collections.functors.PrototypeFactory;
|
|||
* All the supplied factories are Serializable.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.11 $ $Date: 2003/11/23 17:48:20 $
|
||||
* @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FastArrayList.java,v 1.13 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -99,7 +95,7 @@ import java.util.ListIterator;
|
|||
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.13 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FastHashMap.java,v 1.15 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -99,7 +95,7 @@ import java.util.Set;
|
|||
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.15 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.16 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FastTreeMap.java,v 1.14 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -101,7 +97,7 @@ import java.util.TreeMap;
|
|||
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.14 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/FunctorException.java,v 1.4 2003/12/29 01:18:23 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ import java.io.PrintWriter;
|
|||
* If required, a root cause error can be wrapped within this one.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.4 $ $Date: 2003/12/29 01:18:23 $
|
||||
* @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/HashBag.java,v 1.11 2003/12/28 16:36:48 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ import java.util.HashMap;
|
|||
*
|
||||
* @deprecated Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.11 $ $Date: 2003/12/28 16:36:48 $
|
||||
* @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Chuck Burdick
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/IterableMap.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -75,7 +71,7 @@ import java.util.Map;
|
|||
* </pre>
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/IteratorUtils.java,v 1.20 2004/01/08 22:18:16 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -94,7 +90,7 @@ import org.apache.commons.collections.iterators.UnmodifiableMapIterator;
|
|||
* instances. The implementations are provided in the iterators subpackage.
|
||||
*
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.20 $ $Date: 2004/01/08 22:18:16 $
|
||||
* @version $Revision: 1.21 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Phil Steitz
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/KeyValue.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ package org.apache.commons.collections;
|
|||
* two get methods.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:06 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/LRUMap.java,v 1.21 2003/12/11 00:46:45 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -86,7 +82,7 @@ import java.util.Iterator;
|
|||
*
|
||||
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.21 $ $Date: 2003/12/11 00:46:45 $
|
||||
* @version $Revision: 1.22 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
|
||||
* @author <a href="mailto:morgand@apache.org">Morgan Delagrange</a>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ListUtils.java,v 1.25 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -75,7 +71,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
|
|||
* Provides utility methods and decorators for {@link List} instances.
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.25 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.26 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Federico Barbieri
|
||||
* @author Peter Donald
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/MapIterator.java,v 1.5 2004/01/05 21:37:13 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -82,7 +78,7 @@ import java.util.Iterator;
|
|||
* </pre>
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.5 $ $Date: 2004/01/05 21:37:13 $
|
||||
* @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/MapUtils.java,v 1.42 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -109,7 +105,7 @@ import org.apache.commons.collections.map.UnmodifiableSortedMap;
|
|||
* </ul>
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.42 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.43 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
|
||||
* @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a>
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/MultiHashMap.java,v 1.13 2003/10/09 20:58:53 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -89,7 +85,7 @@ import java.util.Set;
|
|||
* <code>coll</code> will be a list containing "A", "B", "C".
|
||||
*
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.13 $ $Date: 2003/10/09 20:58:53 $
|
||||
* @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Christopher Berry
|
||||
* @author James Strachan
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/MultiMap.java,v 1.9 2003/12/13 23:51:28 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -79,7 +75,7 @@ import java.util.Map;
|
|||
* <code>coll</code> will be a list containing "A", "B", "C".
|
||||
*
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.9 $ $Date: 2003/12/13 23:51:28 $
|
||||
* @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Christopher Berry
|
||||
* @author James Strachan
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/OrderedBidiMap.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ package org.apache.commons.collections;
|
|||
* a key to be looked up from a value with equal performance.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/OrderedIterator.java,v 1.2 2004/01/05 21:37:13 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ import java.util.Iterator;
|
|||
* This iterator allows both forward and reverse iteration through the collection.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:37:13 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/OrderedMap.java,v 1.4 2004/01/08 22:26:07 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -62,7 +58,7 @@ package org.apache.commons.collections;
|
|||
* iteration through that order.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/08 22:26:07 $
|
||||
* @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/OrderedMapIterator.java,v 1.2 2004/01/08 22:26:07 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -63,7 +59,7 @@ package org.apache.commons.collections;
|
|||
* This iterator allows both forward and reverse iteration through the map.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/08 22:26:07 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Predicate.java,v 1.8 2003/12/13 23:51:28 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -63,7 +59,7 @@ package org.apache.commons.collections;
|
|||
* to implement queries or to do filtering.
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.8 $ $Date: 2003/12/13 23:51:28 $
|
||||
* @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author James Strachan
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/PredicateUtils.java,v 1.14 2003/11/23 22:05:24 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -105,7 +101,7 @@ import org.apache.commons.collections.functors.UniquePredicate;
|
|||
* All the supplied predicates are Serializable.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.14 $ $Date: 2003/11/23 22:05:24 $
|
||||
* @version $Revision: 1.15 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Ola Berg
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/PriorityQueue.java,v 1.12 2004/01/08 22:26:07 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ package org.apache.commons.collections;
|
|||
* @deprecated Replaced by the Buffer interface and implementations in buffer subpackage.
|
||||
* Due to be removed in v4.0.
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.12 $ $Date: 2004/01/08 22:26:07 $
|
||||
* @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Peter Donald
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ProxyMap.java,v 1.13 2004/01/06 22:07:47 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -78,7 +74,7 @@ import java.util.Set;
|
|||
*
|
||||
* @deprecated Moved to map subpackage as AbstractMapDecorator. It will be removed in v4.0.
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.13 $ $Date: 2004/01/06 22:07:47 $
|
||||
* @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Daniel Rall
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ReferenceMap.java,v 1.20 2003/12/29 15:35:54 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -119,7 +115,7 @@ import org.apache.commons.collections.keyvalue.DefaultMapEntry;
|
|||
*
|
||||
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.20 $ $Date: 2003/12/29 15:35:54 $
|
||||
* @version $Revision: 1.21 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Paul Jack
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ResettableIterator.java,v 1.2 2003/12/13 23:51:28 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 1999-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ import java.util.Iterator;
|
|||
* This interface allows an iterator to be repeatedly reused.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2003/12/13 23:51:28 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ResettableListIterator.java,v 1.2 2003/12/13 23:51:28 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 1999-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -65,7 +61,7 @@ import java.util.ListIterator;
|
|||
* This interface allows an iterator to be repeatedly reused.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2003/12/13 23:51:28 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SequencedHashMap.java,v 1.26 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -93,7 +89,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
|
|||
* @see org.apache.commons.collections.map.LinkedMap
|
||||
* @see org.apache.commons.collections.map.ListOrderedMap
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.26 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.27 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Michael A. Smith
|
||||
* @author Daniel Rall
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SetUtils.java,v 1.23 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -81,7 +77,7 @@ import org.apache.commons.collections.set.UnmodifiableSortedSet;
|
|||
* {@link Set} and {@link SortedSet} instances.
|
||||
*
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.23 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.24 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Paul Jack
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SortedBag.java,v 1.7 2003/12/13 23:51:28 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -64,7 +60,7 @@ import java.util.Comparator;
|
|||
* its unique representative members.
|
||||
*
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.7 $ $Date: 2003/12/13 23:51:28 $
|
||||
* @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Chuck Burdick
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SortedBidiMap.java,v 1.4 2004/01/05 22:27:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -67,7 +63,7 @@ import java.util.SortedMap;
|
|||
* a key to be looked up from a value with equal performance.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/05 22:27:08 $
|
||||
* @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/StaticBucketMap.java,v 1.16 2004/01/05 22:46:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -131,7 +127,7 @@ import java.util.Set;
|
|||
*
|
||||
* @deprecated Moved to map subpackage. Due to be removed in v4.0.
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.16 $ $Date: 2004/01/05 22:46:33 $
|
||||
* @version $Revision: 1.17 $ $Date: 2004/01/14 21:43:06 $
|
||||
*
|
||||
* @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
|
||||
* @author <a href="mailto:g-froehlich@gmx.de">Gerhard Froehlich</a>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java,v 1.11 2004/01/06 21:31:32 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -67,7 +63,7 @@ import java.util.NoSuchElementException;
|
|||
* @deprecated PriorityQueue is replaced by the Buffer interface, see buffer subpackage.
|
||||
* Due to be removed in v4.0.
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.11 $ $Date: 2004/01/06 21:31:32 $
|
||||
* @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:05 $
|
||||
*
|
||||
* @author Ram Chidambaram
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Transformer.java,v 1.7 2003/12/13 23:51:28 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -64,7 +60,7 @@ package org.apache.commons.collections;
|
|||
* from an object.
|
||||
*
|
||||
* @since Commons Collections 1.0
|
||||
* @version $Revision: 1.7 $ $Date: 2003/12/13 23:51:28 $
|
||||
* @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author James Strachan
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/TransformerUtils.java,v 1.9 2003/11/23 23:25:33 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -98,7 +94,7 @@ import org.apache.commons.collections.functors.SwitchTransformer;
|
|||
* All the supplied transformers are Serializable.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.9 $ $Date: 2003/11/23 23:25:33 $
|
||||
* @version $Revision: 1.10 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author James Carman
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/TreeBag.java,v 1.11 2003/12/28 16:36:48 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -69,7 +65,7 @@ import java.util.TreeMap;
|
|||
*
|
||||
* @deprecated Moved to bag subpackage and rewritten internally. Due to be removed in v4.0.
|
||||
* @since Commons Collections 2.0
|
||||
* @version $Revision: 1.11 $ $Date: 2003/12/28 16:36:48 $
|
||||
* @version $Revision: 1.12 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Chuck Burdick
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java,v 1.13 2004/01/04 18:55:03 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -84,7 +80,7 @@ import java.util.NoSuchElementException;
|
|||
*
|
||||
* @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
|
||||
* @since Commons Collections 2.1
|
||||
* @version $Revision: 1.13 $ $Date: 2004/01/04 18:55:03 $
|
||||
* @version $Revision: 1.14 $ $Date: 2004/01/14 21:43:04 $
|
||||
*
|
||||
* @author Avalon
|
||||
* @author Federico Barbieri
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/Unmodifiable.java,v 1.2 2004/01/05 22:27:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections;
|
||||
|
||||
|
@ -72,7 +68,7 @@ package org.apache.commons.collections;
|
|||
* then the interface won't be there.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 22:27:08 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:03 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -68,7 +64,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
|
|||
* Methods are forwarded directly to the decorated bag.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/AbstractMapBag.java,v 1.12 2004/01/08 22:37:30 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -79,7 +75,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
|||
* the number of occurrences of that element in the bag.
|
||||
*
|
||||
* @since Commons Collections 3.0 (previously DefaultMapBag v2.0)
|
||||
* @version $Revision: 1.12 $ $Date: 2004/01/08 22:37:30 $
|
||||
* @version $Revision: 1.13 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Chuck Burdick
|
||||
* @author Michael A. Smith
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -67,7 +63,7 @@ import org.apache.commons.collections.SortedBag;
|
|||
* Methods are forwarded directly to the decorated bag.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/HashBag.java,v 1.6 2004/01/08 22:37:30 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -77,7 +73,7 @@ import org.apache.commons.collections.Bag;
|
|||
* <code>Collection</code> interface specification.
|
||||
*
|
||||
* @since Commons Collections 3.0 (previously in main package v2.0)
|
||||
* @version $Revision: 1.6 $ $Date: 2004/01/08 22:37:30 $
|
||||
* @version $Revision: 1.7 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Chuck Burdick
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/PredicatedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -71,7 +67,7 @@ import org.apache.commons.collections.collection.PredicatedCollection;
|
|||
* is thrown.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Paul Jack
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -70,7 +66,7 @@ import org.apache.commons.collections.SortedBag;
|
|||
* is thrown.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Paul Jack
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/SynchronizedBag.java,v 1.3 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -71,7 +67,7 @@ import org.apache.commons.collections.set.SynchronizedSet;
|
|||
* Iterators must be separately synchronized around the loop.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java,v 1.3 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -70,7 +66,7 @@ import org.apache.commons.collections.SortedBag;
|
|||
* Iterators must be separately synchronized around the loop.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TransformedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -73,7 +69,7 @@ import org.apache.commons.collections.set.TransformedSet;
|
|||
* use the Integer form to remove objects.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -71,7 +67,7 @@ import org.apache.commons.collections.Transformer;
|
|||
* use the Integer form to remove objects.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TreeBag.java,v 1.7 2004/01/08 22:37:30 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -82,7 +78,7 @@ import org.apache.commons.collections.SortedBag;
|
|||
* <code>Collection</code> interface specification.
|
||||
*
|
||||
* @since Commons Collections 3.0 (previously in main package v2.0)
|
||||
* @version $Revision: 1.7 $ $Date: 2004/01/08 22:37:30 $
|
||||
* @version $Revision: 1.8 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Chuck Burdick
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TypedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -69,7 +65,7 @@ import org.apache.commons.collections.PredicateUtils;
|
|||
* collection, an IllegalArgumentException is thrown.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Matthew Hawthorne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/TypedSortedBag.java,v 1.2 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -69,7 +65,7 @@ import org.apache.commons.collections.SortedBag;
|
|||
* collection, an IllegalArgumentException is thrown.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Matthew Hawthorne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java,v 1.4 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -70,7 +66,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
|||
* Decorates another <code>Bag</code> to ensure it can't be altered.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java,v 1.4 2004/01/05 21:54:06 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bag;
|
||||
|
||||
|
@ -68,7 +64,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
|
|||
* Decorates another <code>SortedBag</code> to ensure it can't be altered.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/05 21:54:06 $
|
||||
* @version $Revision: 1.5 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java,v 1.3 2004/01/05 21:46:49 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -74,7 +70,7 @@ import org.apache.commons.collections.map.AbstractMapDecorator;
|
|||
* But, you might want that loophole, so this class is kept simple.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/05 21:46:49 $
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:16 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/AbstractDualBidiMap.java,v 1.8 2004/01/05 21:46:49 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -78,7 +74,7 @@ import org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator;
|
|||
* @see DualHashBidiMap
|
||||
* @see DualTreeBidiMap
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Id: AbstractDualBidiMap.java,v 1.8 2004/01/05 21:46:49 scolebourne Exp $
|
||||
* @version $Id: AbstractDualBidiMap.java,v 1.9 2004/01/14 21:43:16 scolebourne Exp $
|
||||
*
|
||||
* @author Matthew Hawthorne
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -73,7 +69,7 @@ import org.apache.commons.collections.OrderedMapIterator;
|
|||
* But, you might want that loophole, so this class is kept simple.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -75,7 +71,7 @@ import org.apache.commons.collections.SortedBidiMap;
|
|||
* But, you might want that loophole, so this class is kept simple.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/DualHashBidiMap.java,v 1.4 2004/01/08 22:37:30 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -70,7 +66,7 @@ import org.apache.commons.collections.BidiMap;
|
|||
* Implementation of <code>BidiMap</code> that uses two <code>HashMap</code> instances.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Id: DualHashBidiMap.java,v 1.4 2004/01/08 22:37:30 scolebourne Exp $
|
||||
* @version $Id: DualHashBidiMap.java,v 1.5 2004/01/14 21:43:16 scolebourne Exp $
|
||||
*
|
||||
* @author Matthew Hawthorne
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/DualTreeBidiMap.java,v 1.10 2004/01/08 22:37:30 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -88,7 +84,7 @@ import org.apache.commons.collections.map.AbstractSortedMapDecorator;
|
|||
* not store each object twice, which can save on memory use.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Id: DualTreeBidiMap.java,v 1.10 2004/01/08 22:37:30 scolebourne Exp $
|
||||
* @version $Id: DualTreeBidiMap.java,v 1.11 2004/01/14 21:43:16 scolebourne Exp $
|
||||
*
|
||||
* @author Matthew Hawthorne
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/TreeBidiMap.java,v 1.8 2004/01/08 22:26:08 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -108,7 +104,7 @@ import org.apache.commons.collections.keyvalue.UnmodifiableMapEntry;
|
|||
* UnsupportedOperationException on attempts to call that method.
|
||||
*
|
||||
* @since Commons Collections 3.0 (previously DoubleOrderedMap v2.0)
|
||||
* @version $Revision: 1.8 $ $Date: 2004/01/08 22:26:08 $
|
||||
* @version $Revision: 1.9 $ $Date: 2004/01/14 21:43:16 $
|
||||
*
|
||||
* @author Marc Johnson
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/UnmodifiableBidiMap.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -73,7 +69,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
|||
* Decorates another <code>BidiMap</code> to ensure it can't be altered.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/UnmodifiableOrderedBidiMap.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -75,7 +71,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
|||
* Decorates another <code>OrderedBidiMap</code> to ensure it can't be altered.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/bidimap/UnmodifiableSortedBidiMap.java,v 1.2 2004/01/05 21:46:49 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.bidimap;
|
||||
|
||||
|
@ -78,7 +74,7 @@ import org.apache.commons.collections.set.UnmodifiableSet;
|
|||
* Decorates another <code>SortedBidiMap</code> to ensure it can't be altered.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/05 21:46:49 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:16 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/AbstractBufferDecorator.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -66,7 +62,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
|
|||
* Methods are forwarded directly to the decorated buffer.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -77,7 +73,7 @@ import org.apache.commons.collections.BufferUnderflowException;
|
|||
* order that they arrive.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Janek Bogucki
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java,v 1.5 2004/01/04 18:56:37 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -89,7 +85,7 @@ import org.apache.commons.collections.BufferUnderflowException;
|
|||
* This buffer prevents null objects from being added.
|
||||
*
|
||||
* @since Commons Collections 3.0 (previously in main package v2.1)
|
||||
* @version $Revision: 1.5 $ $Date: 2004/01/04 18:56:37 $
|
||||
* @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Avalon
|
||||
* @author Berin Loritsch
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/CircularFifoBuffer.java,v 1.1 2003/11/29 18:04:57 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -80,7 +76,7 @@ import java.util.Collection;
|
|||
* This buffer prevents null objects from being added.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/29 18:04:57 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stefano Fornari
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/PredicatedBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -69,7 +65,7 @@ import org.apache.commons.collections.collection.PredicatedCollection;
|
|||
* is thrown.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Paul Jack
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/PriorityBuffer.java,v 1.2 2004/01/08 22:37:31 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -92,7 +88,7 @@ import org.apache.commons.collections.BufferUnderflowException;
|
|||
* </pre>
|
||||
*
|
||||
* @since Commons Collections 3.0 (previously BinaryHeap v1.0)
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/08 22:37:31 $
|
||||
* @version $Revision: 1.3 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Peter Donald
|
||||
* @author Ram Chidambaram
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/SynchronizedBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -67,7 +63,7 @@ import org.apache.commons.collections.collection.SynchronizedCollection;
|
|||
* Methods are synchronized, then forwarded to the decorated buffer.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/TransformedBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -70,7 +66,7 @@ import org.apache.commons.collections.collection.TransformedCollection;
|
|||
* use the Integer form to remove objects.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/TypedBuffer.java,v 1.1 2003/11/16 00:05:44 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -69,7 +65,7 @@ import org.apache.commons.collections.PredicateUtils;
|
|||
* collection, an IllegalArgumentException is thrown.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:44 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Matthew Hawthorne
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java,v 1.5 2004/01/05 21:33:22 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -86,7 +82,7 @@ import org.apache.commons.collections.BufferUnderflowException;
|
|||
* This buffer prevents null objects from being added.
|
||||
*
|
||||
* @since Commons Collections 3.0 (previously in main package v2.1)
|
||||
* @version $Revision: 1.5 $ $Date: 2004/01/05 21:33:22 $
|
||||
* @version $Revision: 1.6 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Avalon
|
||||
* @author Federico Barbieri
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/buffer/UnmodifiableBuffer.java,v 1.3 2003/12/03 12:27:36 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.buffer;
|
||||
|
||||
|
@ -68,7 +64,7 @@ import org.apache.commons.collections.iterators.UnmodifiableIterator;
|
|||
* Decorates another <code>Buffer</code> to ensure it can't be altered.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.3 $ $Date: 2003/12/03 12:27:36 $
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:08 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/AbstractCollectionDecorator.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.collection;
|
||||
|
||||
|
@ -76,7 +72,7 @@ import java.util.Iterator;
|
|||
* to write an unmodifiable implementation it might provide a loophole.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:18 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Paul Jack
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/CompositeCollection.java,v 1.3 2003/12/14 21:42:55 psteitz Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.collection;
|
||||
|
||||
|
@ -75,7 +71,7 @@ import org.apache.commons.collections.list.UnmodifiableList;
|
|||
* strategy is provided then add and remove are unsupported.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.3 $ $Date: 2003/12/14 21:42:55 $
|
||||
* @version $Revision: 1.4 $ $Date: 2004/01/14 21:43:18 $
|
||||
*
|
||||
* @author Brian McCallister
|
||||
* @author Stephen Colebourne
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/collection/PredicatedCollection.java,v 1.1 2003/11/16 00:05:47 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
/* ====================================================================
|
||||
* The Apache Software License, Version 1.1
|
||||
*
|
||||
* Copyright (c) 2003 The Apache Software Foundation. All rights
|
||||
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
|
||||
* reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
@ -53,7 +50,6 @@
|
|||
* individuals on behalf of the Apache Software Foundation. For more
|
||||
* information on the Apache Software Foundation, please see
|
||||
* <http://www.apache.org/>.
|
||||
*
|
||||
*/
|
||||
package org.apache.commons.collections.collection;
|
||||
|
||||
|
@ -70,7 +66,7 @@ import org.apache.commons.collections.Predicate;
|
|||
* is thrown.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:47 $
|
||||
* @version $Revision: 1.2 $ $Date: 2004/01/14 21:43:18 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Paul Jack
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue