Replacing '^ \* $' with '^ \*$' - to help with merging to trunk git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@814127 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/c10ea5b9 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/c10ea5b9 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/c10ea5b9 Branch: refs/heads/collections_jdk5_branch Commit: c10ea5b94b00834a37cd7eafe02afd0151334183 Parents: 2b05693 Author: Henri Yandell <bay...@apache.org> Authored: Sat Sep 12 09:45:33 2009 +0000 Committer: Henri Yandell <bay...@apache.org> Committed: Sat Sep 12 09:45:33 2009 +0000 ---------------------------------------------------------------------- src/java/org/apache/commons/collections/ArrayStack.java | 6 +++--- src/java/org/apache/commons/collections/Bag.java | 6 +++--- src/java/org/apache/commons/collections/BagUtils.java | 8 ++++---- src/java/org/apache/commons/collections/BidiMap.java | 6 +++--- .../org/apache/commons/collections/BoundedCollection.java | 6 +++--- src/java/org/apache/commons/collections/BoundedMap.java | 6 +++--- src/java/org/apache/commons/collections/Buffer.java | 6 +++--- .../apache/commons/collections/BufferOverflowException.java | 6 +++--- .../apache/commons/collections/BufferUnderflowException.java | 6 +++--- src/java/org/apache/commons/collections/BufferUtils.java | 4 ++-- src/java/org/apache/commons/collections/Closure.java | 6 +++--- src/java/org/apache/commons/collections/ClosureUtils.java | 6 +++--- src/java/org/apache/commons/collections/ComparatorUtils.java | 6 +++--- .../org/apache/commons/collections/EnumerationUtils.java | 8 ++++---- .../org/apache/commons/collections/ExtendedProperties.java | 8 ++++---- src/java/org/apache/commons/collections/Factory.java | 6 +++--- src/java/org/apache/commons/collections/FactoryUtils.java | 6 +++--- .../org/apache/commons/collections/FunctorException.java | 6 +++--- src/java/org/apache/commons/collections/Get.java | 4 ++-- src/java/org/apache/commons/collections/IterableGet.java | 4 ++-- src/java/org/apache/commons/collections/IterableMap.java | 6 +++--- .../org/apache/commons/collections/IterableSortedMap.java | 4 ++-- src/java/org/apache/commons/collections/KeyValue.java | 6 +++--- src/java/org/apache/commons/collections/ListUtils.java | 6 +++--- src/java/org/apache/commons/collections/MapIterator.java | 4 ++-- src/java/org/apache/commons/collections/MultiMap.java | 6 +++--- src/java/org/apache/commons/collections/OrderedBidiMap.java | 6 +++--- src/java/org/apache/commons/collections/OrderedMap.java | 6 +++--- .../org/apache/commons/collections/OrderedMapIterator.java | 4 ++-- src/java/org/apache/commons/collections/Predicate.java | 8 ++++---- src/java/org/apache/commons/collections/Put.java | 4 ++-- .../org/apache/commons/collections/ResettableIterator.java | 6 +++--- .../apache/commons/collections/ResettableListIterator.java | 6 +++--- src/java/org/apache/commons/collections/SetUtils.java | 6 +++--- src/java/org/apache/commons/collections/SortedBag.java | 6 +++--- src/java/org/apache/commons/collections/SortedBidiMap.java | 4 ++-- src/java/org/apache/commons/collections/Transformer.java | 8 ++++---- .../org/apache/commons/collections/TransformerUtils.java | 6 +++--- src/java/org/apache/commons/collections/Unmodifiable.java | 4 ++-- .../apache/commons/collections/bag/AbstractBagDecorator.java | 6 +++--- .../org/apache/commons/collections/bag/AbstractMapBag.java | 8 ++++---- .../commons/collections/bag/AbstractSortedBagDecorator.java | 6 +++--- src/java/org/apache/commons/collections/bag/HashBag.java | 6 +++--- .../org/apache/commons/collections/bag/PredicatedBag.java | 6 +++--- .../apache/commons/collections/bag/PredicatedSortedBag.java | 6 +++--- .../org/apache/commons/collections/bag/SynchronizedBag.java | 6 +++--- .../commons/collections/bag/SynchronizedSortedBag.java | 6 +++--- .../org/apache/commons/collections/bag/TransformedBag.java | 6 +++--- .../apache/commons/collections/bag/TransformedSortedBag.java | 6 +++--- src/java/org/apache/commons/collections/bag/TreeBag.java | 8 ++++---- .../org/apache/commons/collections/bag/UnmodifiableBag.java | 6 +++--- .../commons/collections/bag/UnmodifiableSortedBag.java | 6 +++--- .../collections/bidimap/AbstractBidiMapDecorator.java | 6 +++--- .../collections/bidimap/AbstractOrderedBidiMapDecorator.java | 6 +++--- .../collections/bidimap/AbstractSortedBidiMapDecorator.java | 6 +++--- .../apache/commons/collections/bidimap/DualHashBidiMap.java | 8 ++++---- .../commons/collections/buffer/AbstractBufferDecorator.java | 6 +++--- .../apache/commons/collections/buffer/BlockingBuffer.java | 4 ++-- .../org/apache/commons/collections/buffer/BoundedBuffer.java | 4 ++-- .../apache/commons/collections/buffer/PredicatedBuffer.java | 6 +++--- .../apache/commons/collections/buffer/PriorityBuffer.java | 6 +++--- .../commons/collections/buffer/SynchronizedBuffer.java | 6 +++--- .../apache/commons/collections/buffer/TransformedBuffer.java | 6 +++--- .../commons/collections/buffer/UnmodifiableBuffer.java | 6 +++--- .../collections/collection/AbstractCollectionDecorator.java | 6 +++--- .../collection/AbstractUntypedCollectionDecorator.java | 8 ++++---- .../commons/collections/collection/PredicatedCollection.java | 6 +++--- .../collections/collection/SynchronizedCollection.java | 6 +++--- .../collections/collection/TransformedCollection.java | 6 +++--- .../collections/collection/UnmodifiableCollection.java | 6 +++--- .../commons/collections/comparators/BooleanComparator.java | 8 ++++---- .../collections/comparators/ComparableComparator.java | 4 ++-- .../commons/collections/comparators/NullComparator.java | 4 ++-- .../commons/collections/comparators/ReverseComparator.java | 8 ++++---- .../collections/comparators/TransformingComparator.java | 8 ++++---- .../apache/commons/collections/functors/AllPredicate.java | 4 ++-- .../apache/commons/collections/functors/ChainedClosure.java | 6 +++--- .../commons/collections/functors/ChainedTransformer.java | 6 +++--- .../commons/collections/functors/CloneTransformer.java | 6 +++--- .../commons/collections/functors/ClosureTransformer.java | 6 +++--- .../apache/commons/collections/functors/ConstantFactory.java | 6 +++--- .../commons/collections/functors/ConstantTransformer.java | 6 +++--- .../apache/commons/collections/functors/EqualPredicate.java | 6 +++--- .../commons/collections/functors/ExceptionClosure.java | 6 +++--- .../commons/collections/functors/ExceptionFactory.java | 6 +++--- .../commons/collections/functors/FactoryTransformer.java | 6 +++--- .../org/apache/commons/collections/functors/ForClosure.java | 6 +++--- .../org/apache/commons/collections/functors/IfClosure.java | 6 +++--- .../commons/collections/functors/InstantiateFactory.java | 6 +++--- .../commons/collections/functors/InvokerTransformer.java | 6 +++--- .../org/apache/commons/collections/functors/NOPClosure.java | 6 +++--- .../apache/commons/collections/functors/NOPTransformer.java | 6 +++--- .../commons/collections/functors/NotNullPredicate.java | 6 +++--- .../apache/commons/collections/functors/NotPredicate.java | 6 +++--- .../collections/functors/NullIsExceptionPredicate.java | 6 +++--- .../commons/collections/functors/NullIsTruePredicate.java | 6 +++--- .../apache/commons/collections/functors/NullPredicate.java | 6 +++--- .../apache/commons/collections/functors/OnePredicate.java | 4 ++-- .../commons/collections/functors/PredicateDecorator.java | 8 ++++---- .../commons/collections/functors/PredicateTransformer.java | 6 +++--- .../commons/collections/functors/PrototypeFactory.java | 6 +++--- .../commons/collections/functors/StringValueTransformer.java | 4 ++-- .../commons/collections/functors/SwitchTransformer.java | 6 +++--- .../commons/collections/functors/TransformerClosure.java | 6 +++--- .../apache/commons/collections/functors/TruePredicate.java | 6 +++--- .../apache/commons/collections/functors/WhileClosure.java | 6 +++--- .../commons/collections/iterators/AbstractEmptyIterator.java | 6 +++--- .../collections/iterators/AbstractEmptyMapIterator.java | 6 +++--- .../collections/iterators/AbstractIteratorDecorator.java | 6 +++--- .../collections/iterators/AbstractListIteratorDecorator.java | 6 +++--- .../collections/iterators/AbstractMapIteratorDecorator.java | 6 +++--- .../iterators/AbstractOrderedMapIteratorDecorator.java | 6 +++--- .../iterators/AbstractUntypedIteratorDecorator.java | 6 +++--- .../apache/commons/collections/iterators/ArrayIterator.java | 4 ++-- .../commons/collections/iterators/ArrayListIterator.java | 6 +++--- .../commons/collections/iterators/CollatingIterator.java | 8 ++++---- .../apache/commons/collections/iterators/EmptyIterator.java | 6 +++--- .../commons/collections/iterators/EmptyListIterator.java | 8 ++++---- .../commons/collections/iterators/EmptyMapIterator.java | 6 +++--- .../commons/collections/iterators/EmptyOrderedIterator.java | 6 +++--- .../collections/iterators/EmptyOrderedMapIterator.java | 6 +++--- .../commons/collections/iterators/EntrySetMapIterator.java | 4 ++-- .../commons/collections/iterators/EnumerationIterator.java | 6 +++--- .../apache/commons/collections/iterators/FilterIterator.java | 6 +++--- .../commons/collections/iterators/FilterListIterator.java | 6 +++--- .../apache/commons/collections/iterators/IteratorChain.java | 8 ++++---- .../commons/collections/iterators/IteratorEnumeration.java | 8 ++++---- .../commons/collections/iterators/ListIteratorWrapper.java | 4 ++-- .../commons/collections/iterators/LoopingIterator.java | 4 ++-- .../commons/collections/iterators/LoopingListIterator.java | 4 ++-- .../commons/collections/iterators/ObjectArrayIterator.java | 6 +++--- .../collections/iterators/ObjectArrayListIterator.java | 6 +++--- .../commons/collections/iterators/ObjectGraphIterator.java | 8 ++++---- .../commons/collections/iterators/ReverseListIterator.java | 4 ++-- .../commons/collections/iterators/SingletonIterator.java | 6 +++--- .../commons/collections/iterators/SingletonListIterator.java | 6 +++--- .../commons/collections/iterators/TransformIterator.java | 6 +++--- .../commons/collections/iterators/UnmodifiableIterator.java | 6 +++--- .../collections/iterators/UnmodifiableListIterator.java | 6 +++--- .../collections/iterators/UnmodifiableMapIterator.java | 6 +++--- .../commons/collections/keyvalue/AbstractKeyValue.java | 6 +++--- .../commons/collections/keyvalue/AbstractMapEntry.java | 6 +++--- .../collections/keyvalue/AbstractMapEntryDecorator.java | 6 +++--- .../apache/commons/collections/keyvalue/DefaultKeyValue.java | 6 +++--- .../apache/commons/collections/keyvalue/DefaultMapEntry.java | 6 +++--- .../org/apache/commons/collections/keyvalue/MultiKey.java | 8 ++++---- .../apache/commons/collections/keyvalue/TiedMapEntry.java | 6 +++--- .../commons/collections/keyvalue/UnmodifiableMapEntry.java | 6 +++--- .../commons/collections/list/AbstractListDecorator.java | 6 +++--- .../collections/list/AbstractSerializableListDecorator.java | 6 +++--- .../commons/collections/list/CursorableLinkedList.java | 6 +++--- .../org/apache/commons/collections/list/FixedSizeList.java | 6 +++--- src/java/org/apache/commons/collections/list/GrowthList.java | 4 ++-- src/java/org/apache/commons/collections/list/LazyList.java | 6 +++--- .../commons/collections/list/NodeCachingLinkedList.java | 8 ++++---- .../org/apache/commons/collections/list/PredicatedList.java | 6 +++--- .../apache/commons/collections/list/SynchronizedList.java | 6 +++--- .../org/apache/commons/collections/list/TransformedList.java | 6 +++--- .../apache/commons/collections/list/UnmodifiableList.java | 6 +++--- .../collections/map/AbstractInputCheckedMapDecorator.java | 6 +++--- .../apache/commons/collections/map/AbstractIterableMap.java | 6 +++--- .../apache/commons/collections/map/AbstractLinkedMap.java | 6 +++--- .../apache/commons/collections/map/AbstractMapDecorator.java | 6 +++--- .../commons/collections/map/AbstractOrderedMapDecorator.java | 6 +++--- .../commons/collections/map/AbstractSortedMapDecorator.java | 6 +++--- .../apache/commons/collections/map/CaseInsensitiveMap.java | 4 ++-- .../org/apache/commons/collections/map/DefaultedMap.java | 6 +++--- .../collections/map/EntrySetToMapIteratorAdapter.java | 8 ++++---- .../org/apache/commons/collections/map/FixedSizeMap.java | 6 +++--- .../apache/commons/collections/map/FixedSizeSortedMap.java | 6 +++--- src/java/org/apache/commons/collections/map/LazyMap.java | 6 +++--- .../org/apache/commons/collections/map/LazySortedMap.java | 6 +++--- src/java/org/apache/commons/collections/map/LinkedMap.java | 4 ++-- .../org/apache/commons/collections/map/ListOrderedMap.java | 6 +++--- src/java/org/apache/commons/collections/map/MultiKeyMap.java | 6 +++--- .../org/apache/commons/collections/map/MultiValueMap.java | 4 ++-- .../org/apache/commons/collections/map/PredicatedMap.java | 6 +++--- .../apache/commons/collections/map/PredicatedSortedMap.java | 6 +++--- .../apache/commons/collections/map/ReferenceIdentityMap.java | 8 ++++---- .../org/apache/commons/collections/map/ReferenceMap.java | 8 ++++---- .../org/apache/commons/collections/map/SingletonMap.java | 6 +++--- .../org/apache/commons/collections/map/StaticBucketMap.java | 6 +++--- .../apache/commons/collections/map/TransformedSortedMap.java | 6 +++--- .../apache/commons/collections/map/UnmodifiableEntrySet.java | 6 +++--- .../org/apache/commons/collections/map/UnmodifiableMap.java | 6 +++--- .../commons/collections/map/UnmodifiableOrderedMap.java | 6 +++--- .../commons/collections/map/UnmodifiableSortedMap.java | 6 +++--- .../collections/set/AbstractSerializableSetDecorator.java | 6 +++--- .../apache/commons/collections/set/AbstractSetDecorator.java | 6 +++--- .../commons/collections/set/AbstractSortedSetDecorator.java | 6 +++--- .../org/apache/commons/collections/set/MapBackedSet.java | 6 +++--- .../org/apache/commons/collections/set/PredicatedSet.java | 6 +++--- .../apache/commons/collections/set/PredicatedSortedSet.java | 6 +++--- .../org/apache/commons/collections/set/SynchronizedSet.java | 6 +++--- .../org/apache/commons/collections/set/TransformedSet.java | 8 ++++---- .../apache/commons/collections/set/TransformedSortedSet.java | 8 ++++---- .../org/apache/commons/collections/set/UnmodifiableSet.java | 6 +++--- .../commons/collections/set/UnmodifiableSortedSet.java | 6 +++--- .../org/apache/commons/collections/AbstractTestObject.java | 6 +++--- src/test/org/apache/commons/collections/BulkTest.java | 4 ++-- src/test/org/apache/commons/collections/LocalTestNode.java | 6 +++--- src/test/org/apache/commons/collections/MapPerformance.java | 4 ++-- src/test/org/apache/commons/collections/TestAll.java | 8 ++++---- src/test/org/apache/commons/collections/TestAllPackages.java | 8 ++++---- src/test/org/apache/commons/collections/TestArrayStack.java | 8 ++++---- src/test/org/apache/commons/collections/TestBufferUtils.java | 8 ++++---- .../org/apache/commons/collections/TestEnumerationUtils.java | 6 +++--- .../apache/commons/collections/TestExtendedProperties.java | 8 ++++---- .../org/apache/commons/collections/TestFactoryUtils.java | 6 +++--- src/test/org/apache/commons/collections/TestLinkedList.java | 6 +++--- src/test/org/apache/commons/collections/TestMapUtils.java | 4 ++-- .../org/apache/commons/collections/TestTypedCollection.java | 8 ++++---- .../org/apache/commons/collections/bag/AbstractTestBag.java | 6 +++--- .../commons/collections/bag/AbstractTestSortedBag.java | 6 +++--- src/test/org/apache/commons/collections/bag/TestAll.java | 8 ++++---- src/test/org/apache/commons/collections/bag/TestHashBag.java | 6 +++--- src/test/org/apache/commons/collections/bag/TestTreeBag.java | 4 ++-- src/test/org/apache/commons/collections/bidimap/TestAll.java | 8 ++++---- .../commons/collections/bidimap/TestDualHashBidiMap.java | 8 ++++---- .../commons/collections/bidimap/TestDualTreeBidiMap.java | 8 ++++---- .../commons/collections/bidimap/TestDualTreeBidiMap2.java | 8 ++++---- .../apache/commons/collections/bidimap/TestTreeBidiMap.java | 8 ++++---- src/test/org/apache/commons/collections/buffer/TestAll.java | 8 ++++---- .../commons/collections/buffer/TestBlockingBuffer.java | 6 +++--- .../apache/commons/collections/buffer/TestBoundedBuffer.java | 4 ++-- .../commons/collections/buffer/TestBoundedFifoBuffer2.java | 8 ++++---- .../commons/collections/buffer/TestTransformedBuffer.java | 6 +++--- .../commons/collections/buffer/TestUnboundedFifoBuffer.java | 8 ++++---- .../org/apache/commons/collections/collection/TestAll.java | 8 ++++---- .../collections/collection/TestTransformedCollection.java | 6 +++--- .../collections/comparators/AbstractTestComparator.java | 6 +++--- .../org/apache/commons/collections/comparators/TestAll.java | 8 ++++---- .../collections/comparators/TestComparableComparator.java | 8 ++++---- .../commons/collections/iterators/AbstractTestIterator.java | 8 ++++---- .../org/apache/commons/collections/iterators/TestAll.java | 8 ++++---- .../commons/collections/iterators/TestArrayIterator.java | 8 ++++---- .../commons/collections/iterators/TestArrayListIterator.java | 6 +++--- .../collections/iterators/TestArrayListIterator2.java | 6 +++--- .../collections/iterators/TestFilterListIterator.java | 8 ++++---- .../commons/collections/iterators/TestIteratorChain.java | 8 ++++---- .../collections/iterators/TestListIteratorWrapper.java | 4 ++-- .../collections/iterators/TestListIteratorWrapper2.java | 4 ++-- .../commons/collections/iterators/TestLoopingIterator.java | 8 ++++---- .../collections/iterators/TestLoopingListIterator.java | 4 ++-- .../collections/iterators/TestObjectArrayIterator.java | 8 ++++---- .../collections/iterators/TestObjectArrayListIterator.java | 8 ++++---- .../collections/iterators/TestObjectGraphIterator.java | 8 ++++---- .../collections/iterators/TestSingletonIterator2.java | 6 +++--- .../collections/iterators/TestSingletonListIterator.java | 6 +++--- .../collections/iterators/TestUniqueFilterIterator.java | 8 ++++---- .../collections/iterators/TestUnmodifiableMapIterator.java | 4 ++-- .../commons/collections/keyvalue/AbstractTestMapEntry.java | 8 ++++---- .../org/apache/commons/collections/keyvalue/TestAll.java | 8 ++++---- .../commons/collections/keyvalue/TestDefaultKeyValue.java | 8 ++++---- .../commons/collections/keyvalue/TestDefaultMapEntry.java | 8 ++++---- src/test/org/apache/commons/collections/list/TestAll.java | 8 ++++---- .../org/apache/commons/collections/list/TestGrowthList.java | 6 +++--- src/test/org/apache/commons/collections/map/TestAll.java | 8 ++++---- .../org/apache/commons/collections/map/TestCompositeMap.java | 4 ++-- .../apache/commons/collections/map/TestLazySortedMap.java | 6 +++--- .../org/apache/commons/collections/set/AbstractTestSet.java | 6 +++--- .../commons/collections/set/AbstractTestSortedSet.java | 6 +++--- src/test/org/apache/commons/collections/set/TestAll.java | 8 ++++---- .../org/apache/commons/collections/set/TestMapBackedSet.java | 6 +++--- .../commons/collections/set/TestTransformedSortedSet.java | 4 ++-- 265 files changed, 818 insertions(+), 818 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/ArrayStack.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/ArrayStack.java b/src/java/org/apache/commons/collections/ArrayStack.java index 891fc70..67127b8 100644 --- a/src/java/org/apache/commons/collections/ArrayStack.java +++ b/src/java/org/apache/commons/collections/ArrayStack.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -37,7 +37,7 @@ import java.util.EmptyStackException; * @see java.util.Stack * @since Commons Collections 1.0 * @version $Revision$ $Date$ - * + * * @author Craig R. McClanahan * @author Paul Jack * @author Stephen Colebourne http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Bag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Bag.java b/src/java/org/apache/commons/collections/Bag.java index cb2cbad..05e6f3e 100644 --- a/src/java/org/apache/commons/collections/Bag.java +++ b/src/java/org/apache/commons/collections/Bag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -41,7 +41,7 @@ import java.util.Set; * @param <E> the type held in the bag * @since Commons Collections 2.0 * @version $Revision$ $Date$ - * + * * @author Chuck Burdick * @author Stephen Colebourne */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/BagUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/BagUtils.java b/src/java/org/apache/commons/collections/BagUtils.java index af3b02e..3e77056 100644 --- a/src/java/org/apache/commons/collections/BagUtils.java +++ b/src/java/org/apache/commons/collections/BagUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -30,11 +30,11 @@ import org.apache.commons.collections.bag.UnmodifiableSortedBag; /** * Provides utility methods and decorators for {@link Bag} and {@link SortedBag} * instances. - * + * * @since Commons Collections 2.1 * @version $Revision$ $Date: 2007-07-13 05:39:24 -0500 (Fri, 13 Jul * 2007) $ - * + * * @author Paul Jack * @author Stephen Colebourne * @author Andrew Freeman http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/BidiMap.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/BidiMap.java b/src/java/org/apache/commons/collections/BidiMap.java index 860b81c..cb903cb 100644 --- a/src/java/org/apache/commons/collections/BidiMap.java +++ b/src/java/org/apache/commons/collections/BidiMap.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -32,7 +32,7 @@ package org.apache.commons.collections; * keys and values, meaning that multiple keys cannot map to the same value. * This is required so that "inverting" the map results in a map without * duplicate keys. See the {@link #put} method description for more information. - * + * * @param <K> the type of the keys in the map * @param <V> the type of the values in the map * @since Commons Collections 3.0 http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/BoundedCollection.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/BoundedCollection.java b/src/java/org/apache/commons/collections/BoundedCollection.java index 1eb78a3..8f02f2b 100644 --- a/src/java/org/apache/commons/collections/BoundedCollection.java +++ b/src/java/org/apache/commons/collections/BoundedCollection.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -30,7 +30,7 @@ import java.util.Collection; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Herve Quiroz * @author Stephen Colebourne */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/BoundedMap.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/BoundedMap.java b/src/java/org/apache/commons/collections/BoundedMap.java index 9f8ea67..7b278ed 100644 --- a/src/java/org/apache/commons/collections/BoundedMap.java +++ b/src/java/org/apache/commons/collections/BoundedMap.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -25,7 +25,7 @@ package org.apache.commons.collections; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public interface BoundedMap<K, V> extends IterableMap<K, V> { http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Buffer.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Buffer.java b/src/java/org/apache/commons/collections/Buffer.java index fda388c..89c0b2c 100644 --- a/src/java/org/apache/commons/collections/Buffer.java +++ b/src/java/org/apache/commons/collections/Buffer.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -38,7 +38,7 @@ import java.util.Collection; * @param <E> the type of the elements in the buffer * @since Commons Collections 2.1 * @version $Revision$ $Date$ - * + * * @author Avalon * @author Berin Loritsch * @author Paul Jack http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/BufferOverflowException.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/BufferOverflowException.java b/src/java/org/apache/commons/collections/BufferOverflowException.java index 024f1b5..c3dd13e 100644 --- a/src/java/org/apache/commons/collections/BufferOverflowException.java +++ b/src/java/org/apache/commons/collections/BufferOverflowException.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -22,7 +22,7 @@ package org.apache.commons.collections; * * @since Commons Collections 2.1 * @version $Revision$ $Date$ - * + * * @author Avalon * @author <a href="mailto:blorit...@apache.org">Berin Loritsch</a> * @author <a href="mailto:je...@apache.org">Jeff Turner</a> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/BufferUnderflowException.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/BufferUnderflowException.java b/src/java/org/apache/commons/collections/BufferUnderflowException.java index 79cb94e..9ecfeba 100644 --- a/src/java/org/apache/commons/collections/BufferUnderflowException.java +++ b/src/java/org/apache/commons/collections/BufferUnderflowException.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -22,7 +22,7 @@ import java.util.NoSuchElementException; * The BufferUnderflowException is used when the buffer is already empty. * <p> * NOTE: From version 3.0, this exception extends NoSuchElementException. - * + * * @since Commons Collections 2.1 * @version $Revision$ $Date$ * http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/BufferUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/BufferUtils.java b/src/java/org/apache/commons/collections/BufferUtils.java index 0e09fe8..bd62241 100644 --- a/src/java/org/apache/commons/collections/BufferUtils.java +++ b/src/java/org/apache/commons/collections/BufferUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Closure.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Closure.java b/src/java/org/apache/commons/collections/Closure.java index 4fc44ed..9df4b0c 100644 --- a/src/java/org/apache/commons/collections/Closure.java +++ b/src/java/org/apache/commons/collections/Closure.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -24,7 +24,7 @@ package org.apache.commons.collections; * <p> * Standard implementations of common closures are provided by * {@link ClosureUtils}. These include method invokation and for/while loops. - * + * * @param <T> the type that the closure acts on * @since Commons Collections 1.0 * @version $Revision$ $Date$ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/ClosureUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/ClosureUtils.java b/src/java/org/apache/commons/collections/ClosureUtils.java index 750c284..0b8aba1 100644 --- a/src/java/org/apache/commons/collections/ClosureUtils.java +++ b/src/java/org/apache/commons/collections/ClosureUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -46,7 +46,7 @@ import org.apache.commons.collections.functors.WhileClosure; * <li>Exception - always throws an exception * </ul> * All the supplied closures are Serializable. - * + * * @since Commons Collections 3.0 * @version $Revision$ $Date$ * http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/ComparatorUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/ComparatorUtils.java b/src/java/org/apache/commons/collections/ComparatorUtils.java index c625745..e04ae12 100644 --- a/src/java/org/apache/commons/collections/ComparatorUtils.java +++ b/src/java/org/apache/commons/collections/ComparatorUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -37,7 +37,7 @@ import org.apache.commons.collections.comparators.TransformingComparator; * * @since Commons Collections 2.1 * @version $Revision$ $Date$ - * + * * @author Paul Jack * @author Stephen Colebourne */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/EnumerationUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/EnumerationUtils.java b/src/java/org/apache/commons/collections/EnumerationUtils.java index 1a7b52f..588860e 100644 --- a/src/java/org/apache/commons/collections/EnumerationUtils.java +++ b/src/java/org/apache/commons/collections/EnumerationUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -25,10 +25,10 @@ import org.apache.commons.collections.iterators.EnumerationIterator; /** * Provides utility methods for {@link Enumeration} instances. - * + * * @since Commons Collections 3.0 * @version $Id$ - * + * * @author <a href="mailto:ggreg...@seagullsw.com">Gary Gregory</a> */ public class EnumerationUtils { http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/ExtendedProperties.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/ExtendedProperties.java b/src/java/org/apache/commons/collections/ExtendedProperties.java index e3483db..0b8df93 100644 --- a/src/java/org/apache/commons/collections/ExtendedProperties.java +++ b/src/java/org/apache/commons/collections/ExtendedProperties.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -91,7 +91,7 @@ import java.util.Vector; * * Then "additional.properties" is expected to be in the same * directory as the parent configuration file. - * + * * Duplicate name values will be replaced, so be careful. * * </li> @@ -129,7 +129,7 @@ import java.util.Vector; * * @since Commons Collections 1.0 * @version $Revision$ $Date$ - * + * * @author <a href="mailto:stef...@apache.org">Stefano Mazzocchi</a> * @author <a href="mailto:j...@latchkey.com">Jon S. Stevens</a> * @author <a href="mailto:daveb@miceda-data">Dave Bryson</a> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Factory.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Factory.java b/src/java/org/apache/commons/collections/Factory.java index 6631e82..50db741 100644 --- a/src/java/org/apache/commons/collections/Factory.java +++ b/src/java/org/apache/commons/collections/Factory.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -25,7 +25,7 @@ package org.apache.commons.collections; * Standard implementations of common factories are provided by * {@link FactoryUtils}. These include factories that return a constant, * a copy of a prototype or a new instance. - * + * * @param <T> the type that the factory creates * @since Commons Collections 2.1 * @version $Revision$ $Date$ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/FactoryUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/FactoryUtils.java b/src/java/org/apache/commons/collections/FactoryUtils.java index 59b02fc..85382f2 100644 --- a/src/java/org/apache/commons/collections/FactoryUtils.java +++ b/src/java/org/apache/commons/collections/FactoryUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -32,7 +32,7 @@ import org.apache.commons.collections.functors.PrototypeFactory; * <li>Exception - always throws an exception * </ul> * All the supplied factories are Serializable. - * + * * @since Commons Collections 3.0 * @version $Revision$ $Date$ * http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/FunctorException.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/FunctorException.java b/src/java/org/apache/commons/collections/FunctorException.java index ce9166a..eb23776 100644 --- a/src/java/org/apache/commons/collections/FunctorException.java +++ b/src/java/org/apache/commons/collections/FunctorException.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -22,7 +22,7 @@ import java.io.PrintWriter; /** * Runtime exception thrown from functors. * If required, a root cause error can be wrapped within this one. - * + * * @since Commons Collections 3.0 * @version $Revision$ $Date$ * http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Get.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Get.java b/src/java/org/apache/commons/collections/Get.java index 8447076..060787b 100644 --- a/src/java/org/apache/commons/collections/Get.java +++ b/src/java/org/apache/commons/collections/Get.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/IterableGet.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/IterableGet.java b/src/java/org/apache/commons/collections/IterableGet.java index 0d10d7b..5d2cb71 100644 --- a/src/java/org/apache/commons/collections/IterableGet.java +++ b/src/java/org/apache/commons/collections/IterableGet.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/IterableMap.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/IterableMap.java b/src/java/org/apache/commons/collections/IterableMap.java index 91e6256..1df6cd4 100644 --- a/src/java/org/apache/commons/collections/IterableMap.java +++ b/src/java/org/apache/commons/collections/IterableMap.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -32,7 +32,7 @@ import java.util.Map; * it.setValue(value + 1); * } * </pre> - * + * * @param <K> the type of the keys in the map * @param <V> the type of the values in the map * @since Commons Collections 3.0 http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/IterableSortedMap.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/IterableSortedMap.java b/src/java/org/apache/commons/collections/IterableSortedMap.java index b987dba..b902dd3 100644 --- a/src/java/org/apache/commons/collections/IterableSortedMap.java +++ b/src/java/org/apache/commons/collections/IterableSortedMap.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/KeyValue.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/KeyValue.java b/src/java/org/apache/commons/collections/KeyValue.java index 023b5dd..631618b 100644 --- a/src/java/org/apache/commons/collections/KeyValue.java +++ b/src/java/org/apache/commons/collections/KeyValue.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -27,7 +27,7 @@ package org.apache.commons.collections; * @param <V> the type of the value * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public interface KeyValue<K, V> { http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/ListUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/ListUtils.java b/src/java/org/apache/commons/collections/ListUtils.java index fc5868d..d6a68d2 100644 --- a/src/java/org/apache/commons/collections/ListUtils.java +++ b/src/java/org/apache/commons/collections/ListUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -34,7 +34,7 @@ import org.apache.commons.collections.list.UnmodifiableList; * * @since Commons Collections 1.0 * @version $Revision$ $Date$ - * + * * @author Federico Barbieri * @author Peter Donald * @author Paul Jack http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/MapIterator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/MapIterator.java b/src/java/org/apache/commons/collections/MapIterator.java index b09d424..64592f3 100644 --- a/src/java/org/apache/commons/collections/MapIterator.java +++ b/src/java/org/apache/commons/collections/MapIterator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/MultiMap.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/MultiMap.java b/src/java/org/apache/commons/collections/MultiMap.java index 2b7333e..a3f8311 100644 --- a/src/java/org/apache/commons/collections/MultiMap.java +++ b/src/java/org/apache/commons/collections/MultiMap.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -41,7 +41,7 @@ import java.util.Collection; * * @since Commons Collections 2.0 * @version $Revision$ $Date$ - * + * * @author Christopher Berry * @author James Strachan * @author Stephen Colebourne http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/OrderedBidiMap.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/OrderedBidiMap.java b/src/java/org/apache/commons/collections/OrderedBidiMap.java index 642d9df..75bd588 100644 --- a/src/java/org/apache/commons/collections/OrderedBidiMap.java +++ b/src/java/org/apache/commons/collections/OrderedBidiMap.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -22,7 +22,7 @@ package org.apache.commons.collections; * <p> * Implementations should allow a value to be looked up from a key and * a key to be looked up from a value with equal performance. - * + * * @param <K> the type of the keys in the map * @param <V> the type of the values in the map * @since Commons Collections 3.0 http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/OrderedMap.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/OrderedMap.java b/src/java/org/apache/commons/collections/OrderedMap.java index 7a45392..49b8658 100644 --- a/src/java/org/apache/commons/collections/OrderedMap.java +++ b/src/java/org/apache/commons/collections/OrderedMap.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,7 +19,7 @@ package org.apache.commons.collections; /** * Defines a map that maintains order and allows both forward and backward * iteration through that order. - * + * * @param <K> the type of the keys in the map * @param <V> the type of the values in the map * @since Commons Collections 3.0 http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/OrderedMapIterator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/OrderedMapIterator.java b/src/java/org/apache/commons/collections/OrderedMapIterator.java index add205e..832529a 100644 --- a/src/java/org/apache/commons/collections/OrderedMapIterator.java +++ b/src/java/org/apache/commons/collections/OrderedMapIterator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Predicate.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Predicate.java b/src/java/org/apache/commons/collections/Predicate.java index 9004629..7a69820 100644 --- a/src/java/org/apache/commons/collections/Predicate.java +++ b/src/java/org/apache/commons/collections/Predicate.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -27,11 +27,11 @@ package org.apache.commons.collections; * Standard implementations of common predicates are provided by * {@link PredicateUtils}. These include true, false, instanceof, equals, and, * or, not, method invokation and null testing. - * + * * @param <T> the type that the predicate queries * @since Commons Collections 1.0 * @version $Revision$ $Date$ - * + * * @author James Strachan * @author Stephen Colebourne */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Put.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Put.java b/src/java/org/apache/commons/collections/Put.java index ee55a28..fb61fa7 100644 --- a/src/java/org/apache/commons/collections/Put.java +++ b/src/java/org/apache/commons/collections/Put.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/ResettableIterator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/ResettableIterator.java b/src/java/org/apache/commons/collections/ResettableIterator.java index 8a58f48..7fa6e59 100644 --- a/src/java/org/apache/commons/collections/ResettableIterator.java +++ b/src/java/org/apache/commons/collections/ResettableIterator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,7 +26,7 @@ import java.util.Iterator; * @param <E> the type to iterate over * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public interface ResettableIterator<E> extends Iterator<E> { http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/ResettableListIterator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/ResettableListIterator.java b/src/java/org/apache/commons/collections/ResettableListIterator.java index deffb6a..9c574d1 100644 --- a/src/java/org/apache/commons/collections/ResettableListIterator.java +++ b/src/java/org/apache/commons/collections/ResettableListIterator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,7 +26,7 @@ import java.util.ListIterator; * @param <E> the type to iterate over * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public interface ResettableListIterator<E> extends ListIterator<E>, ResettableIterator<E>, OrderedIterator<E> { http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/SetUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/SetUtils.java b/src/java/org/apache/commons/collections/SetUtils.java index 683be0e..a3b3050 100644 --- a/src/java/org/apache/commons/collections/SetUtils.java +++ b/src/java/org/apache/commons/collections/SetUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -38,7 +38,7 @@ import org.apache.commons.collections.set.UnmodifiableSortedSet; * * @since Commons Collections 2.1 * @version $Revision$ $Date$ - * + * * @author Paul Jack * @author Stephen Colebourne * @author Neil O'Toole http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/SortedBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/SortedBag.java b/src/java/org/apache/commons/collections/SortedBag.java index c5128bf..e12e6d2 100644 --- a/src/java/org/apache/commons/collections/SortedBag.java +++ b/src/java/org/apache/commons/collections/SortedBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -25,7 +25,7 @@ import java.util.Comparator; * @param <E> the type to iterate over * @since Commons Collections 2.0 * @version $Revision$ $Date$ - * + * * @author Chuck Burdick */ public interface SortedBag<E> extends Bag<E> { http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/SortedBidiMap.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/SortedBidiMap.java b/src/java/org/apache/commons/collections/SortedBidiMap.java index b56d7cf..2bba500 100644 --- a/src/java/org/apache/commons/collections/SortedBidiMap.java +++ b/src/java/org/apache/commons/collections/SortedBidiMap.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Transformer.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Transformer.java b/src/java/org/apache/commons/collections/Transformer.java index f73df73..25f4d4f 100644 --- a/src/java/org/apache/commons/collections/Transformer.java +++ b/src/java/org/apache/commons/collections/Transformer.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -28,12 +28,12 @@ package org.apache.commons.collections; * Standard implementations of common transformers are provided by * {@link TransformerUtils}. These include method invokation, returning a constant, * cloning and returning the string value. - * + * * @param <I> the input type to the transformer * @param <O> the output type from the transformer * @since Commons Collections 1.0 * @version $Revision$ $Date$ - * + * * @author James Strachan * @author Stephen Colebourne */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/TransformerUtils.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/TransformerUtils.java b/src/java/org/apache/commons/collections/TransformerUtils.java index e602fbf..9ba91f1 100644 --- a/src/java/org/apache/commons/collections/TransformerUtils.java +++ b/src/java/org/apache/commons/collections/TransformerUtils.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -58,7 +58,7 @@ import org.apache.commons.collections.functors.SwitchTransformer; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne * @author James Carman */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/Unmodifiable.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/Unmodifiable.java b/src/java/org/apache/commons/collections/Unmodifiable.java index ba6258c..86fc129 100644 --- a/src/java/org/apache/commons/collections/Unmodifiable.java +++ b/src/java/org/apache/commons/collections/Unmodifiable.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java b/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java index ae0f55d..96a743c 100644 --- a/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java +++ b/src/java/org/apache/commons/collections/bag/AbstractBagDecorator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -28,7 +28,7 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public abstract class AbstractBagDecorator<E> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/AbstractMapBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/AbstractMapBag.java b/src/java/org/apache/commons/collections/bag/AbstractMapBag.java index f61c9cc..e0be774 100644 --- a/src/java/org/apache/commons/collections/bag/AbstractMapBag.java +++ b/src/java/org/apache/commons/collections/bag/AbstractMapBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -36,11 +36,11 @@ import org.apache.commons.collections.set.UnmodifiableSet; * Subclasses specify a Map implementation to use as the internal storage. The * map will be used to map bag elements to a number; the number represents the * number of occurrences of that element in the bag. - * + * * @since Commons Collections 3.0 (previously DefaultMapBag v2.0) * @version $Revision$ $Date: 2006-10-27 19:52:37 -0500 (Fri, 27 Oct * 2006) $ - * + * * @author Chuck Burdick * @author Michael A. Smith * @author Stephen Colebourne http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java b/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java index 5446842..cc82ebe 100644 --- a/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java +++ b/src/java/org/apache/commons/collections/bag/AbstractSortedBagDecorator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -27,7 +27,7 @@ import org.apache.commons.collections.SortedBag; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public abstract class AbstractSortedBagDecorator<E> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/HashBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/HashBag.java b/src/java/org/apache/commons/collections/bag/HashBag.java index b92b0bd..814b11b 100644 --- a/src/java/org/apache/commons/collections/bag/HashBag.java +++ b/src/java/org/apache/commons/collections/bag/HashBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -37,7 +37,7 @@ import org.apache.commons.collections.Bag; * * @since Commons Collections 3.0 (previously in main package v2.0) * @version $Revision$ $Date$ - * + * * @author Chuck Burdick * @author Stephen Colebourne */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/PredicatedBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/PredicatedBag.java b/src/java/org/apache/commons/collections/bag/PredicatedBag.java index 89f2d70..3af6bc6 100644 --- a/src/java/org/apache/commons/collections/bag/PredicatedBag.java +++ b/src/java/org/apache/commons/collections/bag/PredicatedBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -37,7 +37,7 @@ import org.apache.commons.collections.collection.PredicatedCollection; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne * @author Paul Jack */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java b/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java index 68f7a6a..c146013 100644 --- a/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java +++ b/src/java/org/apache/commons/collections/bag/PredicatedSortedBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -36,7 +36,7 @@ import org.apache.commons.collections.SortedBag; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne * @author Paul Jack */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/SynchronizedBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/SynchronizedBag.java b/src/java/org/apache/commons/collections/bag/SynchronizedBag.java index cd4958f..1df1cf5 100644 --- a/src/java/org/apache/commons/collections/bag/SynchronizedBag.java +++ b/src/java/org/apache/commons/collections/bag/SynchronizedBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -33,7 +33,7 @@ import org.apache.commons.collections.set.SynchronizedSet; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public class SynchronizedBag<E> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java b/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java index 86bfc09..394050f 100644 --- a/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java +++ b/src/java/org/apache/commons/collections/bag/SynchronizedSortedBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -32,7 +32,7 @@ import org.apache.commons.collections.SortedBag; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public class SynchronizedSortedBag<E> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/TransformedBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/TransformedBag.java b/src/java/org/apache/commons/collections/bag/TransformedBag.java index 8663d8b..4376d8e 100644 --- a/src/java/org/apache/commons/collections/bag/TransformedBag.java +++ b/src/java/org/apache/commons/collections/bag/TransformedBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -35,7 +35,7 @@ import org.apache.commons.collections.set.TransformedSet; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public class TransformedBag<E> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java b/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java index 9bdb922..e4af975 100644 --- a/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java +++ b/src/java/org/apache/commons/collections/bag/TransformedSortedBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -33,7 +33,7 @@ import org.apache.commons.collections.Transformer; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public class TransformedSortedBag<E> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/TreeBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/TreeBag.java b/src/java/org/apache/commons/collections/bag/TreeBag.java index f2091a5..81a7908 100644 --- a/src/java/org/apache/commons/collections/bag/TreeBag.java +++ b/src/java/org/apache/commons/collections/bag/TreeBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -39,11 +39,11 @@ import org.apache.commons.collections.SortedBag; * object to be added or removed at once. It is important to read the interface * javadoc carefully as several methods violate the <code>Collection</code> * interface specification. - * + * * @since Commons Collections 3.0 (previously in main package v2.0) * @version $Revision$ $Date: 2006-10-27 19:52:37 -0500 (Fri, 27 Oct * 2006) $ - * + * * @author Chuck Burdick * @author Stephen Colebourne */ http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java b/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java index b2c9609..4f1d4d0 100644 --- a/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java +++ b/src/java/org/apache/commons/collections/bag/UnmodifiableBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -36,7 +36,7 @@ import org.apache.commons.collections.set.UnmodifiableSet; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public final class UnmodifiableBag<E> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java b/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java index 023f470..3e5b66c 100644 --- a/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java +++ b/src/java/org/apache/commons/collections/bag/UnmodifiableSortedBag.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -36,7 +36,7 @@ import org.apache.commons.collections.set.UnmodifiableSet; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public final class UnmodifiableSortedBag<E> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java b/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java index 393cc4e..68a2805 100644 --- a/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java +++ b/src/java/org/apache/commons/collections/bidimap/AbstractBidiMapDecorator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -34,7 +34,7 @@ import org.apache.commons.collections.map.AbstractMapDecorator; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public abstract class AbstractBidiMapDecorator<K, V> extends AbstractMapDecorator<K, V> implements http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java b/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java index 1602ef8..a02832a 100644 --- a/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java +++ b/src/java/org/apache/commons/collections/bidimap/AbstractOrderedBidiMapDecorator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -33,7 +33,7 @@ import org.apache.commons.collections.OrderedMapIterator; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public abstract class AbstractOrderedBidiMapDecorator<K, V> http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c10ea5b9/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java b/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java index 3fec108..29becea 100644 --- a/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java +++ b/src/java/org/apache/commons/collections/bidimap/AbstractSortedBidiMapDecorator.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -35,7 +35,7 @@ import org.apache.commons.collections.SortedBidiMap; * * @since Commons Collections 3.0 * @version $Revision$ $Date$ - * + * * @author Stephen Colebourne */ public abstract class AbstractSortedBidiMapDecorator<K, V> extends