Standardise keywords
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1299215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
260d7d376b
commit
8b374ab6ff
|
@ -44,7 +44,7 @@ import org.apache.commons.collections.FunctorException;
|
|||
* </pre>
|
||||
*
|
||||
* @since Commons Collections 4.0
|
||||
* @version $Revision: $
|
||||
* @version $Revision$
|
||||
*/
|
||||
public abstract class CatchAndRethrowClosure<E> implements Closure<E> {
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ import org.apache.commons.collections.Predicate;
|
|||
* return <code>true</code> if the comparator returns a value greater than <code>0</code>.
|
||||
*
|
||||
* @since Commons Collections 4.0
|
||||
* @version $Revision: $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Rune Peter Bjørnstad.
|
||||
*/
|
||||
|
|
|
@ -58,7 +58,7 @@ import org.apache.commons.collections.ResettableIterator;
|
|||
* </p>
|
||||
*
|
||||
* @since Commons Collections 4.0
|
||||
* @version $Revision: $
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class IteratorIterable<E> implements Iterable<E> {
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ import org.apache.commons.collections.ResettableListIterator;
|
|||
* @author Serge Knystautas
|
||||
* @author Stephen Colebourne
|
||||
* @since Commons Collections 3.2
|
||||
* @version $Revision: $
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class ReverseListIterator<E> implements ResettableListIterator<E> {
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ import java.util.List;
|
|||
*
|
||||
* @see LazyList
|
||||
* @since Commons Collections 3.2
|
||||
* @version $Revision: 155406 $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Paul Legato
|
||||
|
|
|
@ -58,7 +58,7 @@ import org.apache.commons.collections.functors.FactoryTransformer;
|
|||
* exceptions when accessed by concurrent threads without synchronization.
|
||||
*
|
||||
* @since Commons Collections 3.2
|
||||
* @version $Revision: 1.7 $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @author Rafael U.C. Afonso
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Collections;
|
|||
* Base class for tests of AnyPredicate, AllPredicate, and OnePredicate.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 468603 $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Edwin Tellman
|
||||
*/
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.util.List;
|
|||
* Base class for tests of composite predicates.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 468603 $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Edwin Tellman
|
||||
*/
|
||||
|
|
|
@ -31,7 +31,7 @@ import java.util.List;
|
|||
* provides methods to create and verify mock predicates to which to delegate.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 468603 $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Edwin Tellman
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,7 @@ import java.util.Collections;
|
|||
* Tests the org.apache.commons.collections.functors.AllPredicate class.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 468603 $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Edwin Tellman
|
||||
*/
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.apache.commons.collections.BulkTest;
|
|||
/**
|
||||
* Tests for IteratorIterable.
|
||||
*
|
||||
* @version $Revision: $
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class TestIteratorIterable extends BulkTest {
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.commons.collections.ResettableListIterator;
|
|||
/**
|
||||
* Tests the ReverseListIterator.
|
||||
*
|
||||
* @version $Revision: $
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class TestReverseListIterator<E> extends AbstractTestListIterator<E> {
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import java.util.List;
|
|||
* Extension of {@link AbstractTestList} for exercising the {@link GrowthList}.
|
||||
*
|
||||
* @since Commons Collections 3.2
|
||||
* @version $Revision: 155406 $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
|
@ -30,7 +30,7 @@ import org.apache.commons.collections.functors.ConstantFactory;
|
|||
* {@link DefaultedMap} implementation.
|
||||
*
|
||||
* @since Commons Collections 3.2
|
||||
* @version $Revision: 155406 $
|
||||
* @version $Revision$
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue