diff --git a/.gitignore b/.gitignore index e69de29..412e661 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.tar.gz diff --git a/apache-commons-primitives-1.1.678495-javadoc.patch b/apache-commons-primitives-1.1.678495-javadoc.patch new file mode 100644 index 0000000..a071506 --- /dev/null +++ b/apache-commons-primitives-1.1.678495-javadoc.patch @@ -0,0 +1,1880 @@ +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractBooleanCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractBooleanCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractBooleanCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractBooleanCollection.java 2015-04-15 15:19:11.289816460 +0200 +@@ -18,7 +18,7 @@ + + /** + * Abstract base class for {@link BooleanCollection}s. +- *
++ *+ * Read-only subclasses must override {@link #iterator} and {@link #size}. + * Mutable subclasses should also override {@link #add} and {@link + * BooleanIterator#remove BooleanIterator.remove}. All other methods have +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractByteCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractByteCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractByteCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractByteCollection.java 2015-04-15 15:19:27.079042760 +0200 +@@ -18,7 +18,7 @@ + + /** + * Abstract base class for {@link ByteCollection}s. +- *
++ *+ * Read-only subclasses must override {@link #iterator} + * and {@link #size}. Mutable subclasses + * should also override {@link #add} and +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractCharCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractCharCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractCharCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractCharCollection.java 2015-04-15 15:19:54.559696159 +0200 +@@ -18,7 +18,7 @@ + + /** + * Abstract base class for {@link CharCollection}s. +- *
++ *+ * Read-only subclasses must override {@link #iterator} + * and {@link #size}. Mutable subclasses + * should also override {@link #add} and +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractDoubleCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractDoubleCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractDoubleCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractDoubleCollection.java 2015-04-15 15:20:16.231634196 +0200 +@@ -18,7 +18,7 @@ + + /** + * Abstract base class for {@link DoubleCollection}s. +- *
++ *+ * Read-only subclasses must override {@link #iterator} + * and {@link #size}. Mutable subclasses + * should also override {@link #add} and +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractFloatCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractFloatCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractFloatCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractFloatCollection.java 2015-04-15 15:20:32.186852362 +0200 +@@ -18,7 +18,7 @@ + + /** + * Abstract base class for {@link FloatCollection}s. +- *
++ *+ * Read-only subclasses must override {@link #iterator} + * and {@link #size}. Mutable subclasses + * should also override {@link #add} and +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractIntCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractIntCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractIntCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractIntCollection.java 2015-04-15 15:20:53.700798141 +0200 +@@ -18,7 +18,7 @@ + + /** + * Abstract base class for {@link IntCollection}s. +- *
++ *+ * Read-only subclasses must override {@link #iterator} + * and {@link #size}. Mutable subclasses + * should also override {@link #add} and +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractLongCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractLongCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractLongCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractLongCollection.java 2015-04-15 15:21:12.676868280 +0200 +@@ -18,7 +18,7 @@ + + /** + * Abstract base class for {@link LongCollection}s. +- *
++ *+ * Read-only subclasses must override {@link #iterator} + * and {@link #size}. Mutable subclasses + * should also override {@link #add} and +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractShortCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractShortCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/AbstractShortCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/AbstractShortCollection.java 2015-04-15 15:21:29.451046315 +0200 +@@ -18,7 +18,7 @@ + + /** + * Abstract base class for {@link ShortCollection}s. +- *
++ *+ * Read-only subclasses must override {@link #iterator} + * and {@link #size}. Mutable subclasses + * should also override {@link #add} and +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/BooleanCollectionCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/BooleanCollectionCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/BooleanCollectionCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/BooleanCollectionCollection.java 2015-04-15 15:48:16.371329761 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link org.apache.commons.collections.primitives.BooleanCollection + * BooleanCollection} to the {@link java.util.Collection Collection} interface. +- *
++ *+ * This implementation delegates most methods to the provided {@link + * org.apache.commons.collections.primitives.BooleanCollection + * BooleanCollection} implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/BooleanIteratorIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/BooleanIteratorIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/BooleanIteratorIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/BooleanIteratorIterator.java 2015-04-15 15:48:32.387548017 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link org.apache.commons.collections.primitives.BooleanIterator + * BooleanIterator} to the {@link java.util.Iterator Iterator} interface. +- *
++ *+ * This implementation delegates most methods to the provided {@link + * org.apache.commons.collections.primitives.BooleanIterator BooleanIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/BooleanListIteratorListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/BooleanListIteratorListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/BooleanListIteratorListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/BooleanListIteratorListIterator.java 2015-04-15 15:48:55.450422329 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link BooleanListIterator BooleanListIterator} to the + * {@link ListIterator ListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link BooleanListIterator BooleanListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/BooleanListList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/BooleanListList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/BooleanListList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/BooleanListList.java 2015-04-15 15:49:17.524344911 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link BooleanList BooleanList} to the + * {@link List List} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link BooleanList BooleanList} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ByteCollectionCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ByteCollectionCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ByteCollectionCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ByteCollectionCollection.java 2015-04-15 15:49:30.600706660 +0200 +@@ -25,7 +25,7 @@ + * Adapts an {@link ByteCollection ByteCollection} + * to the {@link java.util.Collection Collection} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ByteCollection ByteCollection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ByteIteratorIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ByteIteratorIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ByteIteratorIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ByteIteratorIterator.java 2015-04-15 15:49:46.449933067 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link ByteIterator ByteIterator} to the + * {@link java.util.Iterator Iterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ByteIterator ByteIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ByteListIteratorListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ByteListIteratorListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ByteListIteratorListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ByteListIteratorListIterator.java 2015-04-15 15:50:08.945835052 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link ByteListIterator ByteListIterator} to the + * {@link ListIterator ListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ByteListIterator ByteListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ByteListList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ByteListList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ByteListList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ByteListList.java 2015-04-15 15:50:22.510172983 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link ByteList ByteList} to the + * {@link List List} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ByteList ByteList} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CharCollectionCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CharCollectionCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CharCollectionCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CharCollectionCollection.java 2015-04-15 15:50:41.551243598 +0200 +@@ -25,7 +25,7 @@ + * Adapts an {@link CharCollection CharCollection} + * to the {@link java.util.Collection Collection} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link CharCollection CharCollection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CharIteratorIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CharIteratorIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CharIteratorIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CharIteratorIterator.java 2015-04-15 15:50:51.132775928 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link CharIterator CharIterator} to the + * {@link java.util.Iterator Iterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link CharIterator CharIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CharListIteratorListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CharListIteratorListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CharListIteratorListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CharListIteratorListIterator.java 2015-04-15 15:51:10.331838830 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link CharListIterator CharListIterator} to the + * {@link ListIterator ListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link CharListIterator CharListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CharListList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CharListList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CharListList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CharListList.java 2015-04-15 15:51:24.407151821 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link CharList CharList} to the + * {@link List List} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link CharList CharList} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionBooleanCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionBooleanCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionBooleanCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionBooleanCollection.java 2015-04-15 15:51:46.793059175 +0200 +@@ -26,7 +26,7 @@ + * Collection} to the {@link + * org.apache.commons.collections.primitives.BooleanCollection + * BooleanCollection} interface. +- *
++ *+ * This implementation delegates most methods to the provided + * {@link java.util.Collection Collection} implementation in the "obvious" way. + * +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionByteCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionByteCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionByteCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionByteCollection.java 2015-04-15 15:51:55.701624353 +0200 +@@ -25,7 +25,7 @@ + * Adapts a {@link java.lang.Number Number}-valued + * {@link java.util.Collection Collection} to the + * {@link ByteCollection ByteCollection} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Collection Collection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionCharCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionCharCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionCharCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionCharCollection.java 2015-04-15 15:52:04.611189481 +0200 +@@ -25,7 +25,7 @@ + * Adapts a {@link java.lang.Number Number}-valued + * {@link java.util.Collection Collection} to the + * {@link CharCollection CharCollection} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Collection Collection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionDoubleCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionDoubleCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionDoubleCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionDoubleCollection.java 2015-04-15 15:52:14.331715027 +0200 +@@ -25,7 +25,7 @@ + * Adapts a {@link java.lang.Number Number}-valued + * {@link java.util.Collection Collection} to the + * {@link DoubleCollection DoubleCollection} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Collection Collection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionFloatCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionFloatCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionFloatCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionFloatCollection.java 2015-04-15 15:52:22.992292308 +0200 +@@ -25,7 +25,7 @@ + * Adapts a {@link java.lang.Number Number}-valued + * {@link java.util.Collection Collection} to the + * {@link FloatCollection FloatCollection} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Collection Collection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionIntCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionIntCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionIntCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionIntCollection.java 2015-04-15 15:52:31.662869101 +0200 +@@ -25,7 +25,7 @@ + * Adapts a {@link java.lang.Number Number}-valued + * {@link java.util.Collection Collection} to the + * {@link IntCollection IntCollection} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Collection Collection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionLongCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionLongCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionLongCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionLongCollection.java 2015-04-15 15:52:42.971317141 +0200 +@@ -25,7 +25,7 @@ + * Adapts a {@link java.lang.Number Number}-valued + * {@link java.util.Collection Collection} to the + * {@link LongCollection LongCollection} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Collection Collection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionShortCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionShortCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/CollectionShortCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/CollectionShortCollection.java 2015-04-15 15:52:52.464853766 +0200 +@@ -25,7 +25,7 @@ + * Adapts a {@link java.lang.Number Number}-valued + * {@link java.util.Collection Collection} to the + * {@link ShortCollection ShortCollection} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Collection Collection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/DoubleCollectionCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/DoubleCollectionCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/DoubleCollectionCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/DoubleCollectionCollection.java 2015-04-15 15:53:02.432367257 +0200 +@@ -25,7 +25,7 @@ + * Adapts an {@link DoubleCollection DoubleCollection} + * to the {@link java.util.Collection Collection} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link DoubleCollection DoubleCollection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/DoubleIteratorIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/DoubleIteratorIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/DoubleIteratorIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/DoubleIteratorIterator.java 2015-04-15 15:53:13.659819250 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link DoubleIterator DoubleIterator} to the + * {@link java.util.Iterator Iterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link DoubleIterator DoubleIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/DoubleListIteratorListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/DoubleListIteratorListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/DoubleListIteratorListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/DoubleListIteratorListIterator.java 2015-04-15 15:53:24.331298380 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link DoubleListIterator DoubleListIterator} to the + * {@link ListIterator ListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link DoubleListIterator DoubleListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/DoubleListList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/DoubleListList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/DoubleListList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/DoubleListList.java 2015-04-15 15:53:37.630649245 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link DoubleList DoubleList} to the + * {@link List List} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link DoubleList DoubleList} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/FloatCollectionCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/FloatCollectionCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/FloatCollectionCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/FloatCollectionCollection.java 2015-04-15 15:53:45.993241071 +0200 +@@ -25,7 +25,7 @@ + * Adapts an {@link FloatCollection FloatCollection} + * to the {@link java.util.Collection Collection} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link FloatCollection FloatCollection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/FloatIteratorIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/FloatIteratorIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/FloatIteratorIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/FloatIteratorIterator.java 2015-04-15 15:53:54.979802441 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link FloatIterator FloatIterator} to the + * {@link java.util.Iterator Iterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link FloatIterator FloatIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/FloatListIteratorListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/FloatListIteratorListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/FloatListIteratorListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/FloatListIteratorListIterator.java 2015-04-15 15:54:03.890367521 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link FloatListIterator FloatListIterator} to the + * {@link ListIterator ListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link FloatListIterator FloatListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/FloatListList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/FloatListList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/FloatListList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/FloatListList.java 2015-04-15 15:54:30.160085308 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link FloatList FloatList} to the + * {@link List List} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link FloatList FloatList} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IntCollectionCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IntCollectionCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IntCollectionCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IntCollectionCollection.java 2015-04-15 15:54:50.910072511 +0200 +@@ -25,7 +25,7 @@ + * Adapts an {@link IntCollection IntCollection} + * to the {@link java.util.Collection Collection} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link IntCollection IntCollection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IntIteratorIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IntIteratorIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IntIteratorIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IntIteratorIterator.java 2015-04-15 15:54:58.465703724 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link IntIterator IntIterator} to the + * {@link java.util.Iterator Iterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link IntIterator IntIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IntListIteratorListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IntListIteratorListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IntListIteratorListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IntListIteratorListIterator.java 2015-04-15 15:55:07.611257334 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link IntListIterator IntListIterator} to the + * {@link ListIterator ListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link IntListIterator IntListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IntListList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IntListList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IntListList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IntListList.java 2015-04-15 15:55:19.371683313 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link IntList IntList} to the + * {@link List List} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link IntList IntList} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorBooleanIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorBooleanIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorBooleanIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorBooleanIterator.java 2015-04-15 15:55:45.040430434 +0200 +@@ -24,7 +24,7 @@ + * Adapts a {@link Boolean Boolean}-valued {@link java.util.Iterator Iterator} + * to the {@link org.apache.commons.collections.primitives.BooleanIterator + * BooleanIterator} interface. +- *
++ *+ * This implementation delegates most methods to the provided {@link + * java.util.Iterator Iterator} implementation in the "obvious" way. + * +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorByteIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorByteIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorByteIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorByteIterator.java 2015-04-15 15:56:11.964116301 +0200 +@@ -25,7 +25,7 @@ + * {@link Iterator Iterator} + * to the {@link ByteIterator ByteIterator} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Iterator Iterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorCharIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorCharIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorCharIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorCharIterator.java 2015-04-15 15:56:20.559696755 +0200 +@@ -25,7 +25,7 @@ + * {@link Iterator Iterator} + * to the {@link CharIterator CharIterator} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Iterator Iterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorDoubleIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorDoubleIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorDoubleIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorDoubleIterator.java 2015-04-15 15:56:27.786344026 +0200 +@@ -25,7 +25,7 @@ + * {@link Iterator Iterator} + * to the {@link DoubleIterator DoubleIterator} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Iterator Iterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorFloatIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorFloatIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorFloatIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorFloatIterator.java 2015-04-15 15:56:34.600011454 +0200 +@@ -25,7 +25,7 @@ + * {@link Iterator Iterator} + * to the {@link FloatIterator FloatIterator} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Iterator Iterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorIntIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorIntIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorIntIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorIntIterator.java 2015-04-15 15:56:41.690665363 +0200 +@@ -25,7 +25,7 @@ + * {@link Iterator Iterator} + * to the {@link IntIterator IntIterator} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Iterator Iterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorLongIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorLongIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorLongIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorLongIterator.java 2015-04-15 15:56:50.240248062 +0200 +@@ -25,7 +25,7 @@ + * {@link Iterator Iterator} + * to the {@link LongIterator LongIterator} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Iterator Iterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorShortIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorShortIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/IteratorShortIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/IteratorShortIterator.java 2015-04-15 15:56:56.346949996 +0200 +@@ -25,7 +25,7 @@ + * {@link Iterator Iterator} + * to the {@link ShortIterator ShortIterator} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link Iterator Iterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListBooleanList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListBooleanList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListBooleanList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListBooleanList.java 2015-04-15 15:57:26.695468699 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts a {@link Number}-valued {@link List List} + * to the {@link BooleanList BooleanList} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link List List} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListByteList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListByteList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListByteList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListByteList.java 2015-04-15 15:57:32.777171854 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts a {@link Number}-valued {@link List List} + * to the {@link ByteList ByteList} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link List List} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListCharList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListCharList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListCharList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListCharList.java 2015-04-15 15:58:46.117592143 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts a {@link Number}-valued {@link List List} + * to the {@link CharList CharList} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link List List} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListDoubleList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListDoubleList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListDoubleList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListDoubleList.java 2015-04-15 15:58:55.557131404 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts a {@link Number}-valued {@link List List} + * to the {@link DoubleList DoubleList} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link List List} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListFloatList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListFloatList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListFloatList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListFloatList.java 2015-04-15 15:59:03.786729721 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts a {@link Number}-valued {@link List List} + * to the {@link FloatList FloatList} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link List List} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIntList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIntList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIntList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIntList.java 2015-04-15 15:59:10.227415354 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts a {@link Number}-valued {@link List List} + * to the {@link IntList IntList} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link List List} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorBooleanListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorBooleanListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorBooleanListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorBooleanListIterator.java 2015-04-15 15:59:57.213122004 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts a {@link Number}-valued {@link ListIterator ListIterator} + * to the {@link BooleanListIterator BooleanListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link BooleanListIterator BooleanListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorByteListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorByteListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorByteListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorByteListIterator.java 2015-04-15 16:00:04.048788358 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts a {@link Number}-valued {@link ListIterator ListIterator} + * to the {@link ByteListIterator ByteListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ByteListIterator ByteListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorCharListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorCharListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorCharListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorCharListIterator.java 2015-04-15 16:00:10.184488878 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts a {@link Number}-valued {@link ListIterator ListIterator} + * to the {@link CharListIterator CharListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link CharListIterator CharListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorDoubleListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorDoubleListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorDoubleListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorDoubleListIterator.java 2015-04-15 16:00:16.450183052 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts a {@link Number}-valued {@link ListIterator ListIterator} + * to the {@link DoubleListIterator DoubleListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link DoubleListIterator DoubleListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorFloatListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorFloatListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorFloatListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorFloatListIterator.java 2015-04-15 16:00:22.259899483 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts a {@link Number}-valued {@link ListIterator ListIterator} + * to the {@link FloatListIterator FloatListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link FloatListIterator FloatListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorIntListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorIntListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorIntListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorIntListIterator.java 2015-04-15 16:00:28.533593267 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts a {@link Number}-valued {@link ListIterator ListIterator} + * to the {@link IntListIterator IntListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link IntListIterator IntListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorLongListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorLongListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorLongListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorLongListIterator.java 2015-04-15 16:00:36.239217159 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts a {@link Number}-valued {@link ListIterator ListIterator} + * to the {@link LongListIterator LongListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link LongListIterator LongListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorShortListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorShortListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorShortListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListIteratorShortListIterator.java 2015-04-15 16:00:48.627612487 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts a {@link Number}-valued {@link ListIterator ListIterator} + * to the {@link ShortListIterator ShortListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ShortListIterator ShortListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListLongList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListLongList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListLongList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListLongList.java 2015-04-15 16:00:57.887160533 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts a {@link Number}-valued {@link List List} + * to the {@link LongList LongList} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link List List} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListShortList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListShortList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ListShortList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ListShortList.java 2015-04-15 16:01:04.484838503 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts a {@link Number}-valued {@link List List} + * to the {@link ShortList ShortList} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link List List} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/LongCollectionCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/LongCollectionCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/LongCollectionCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/LongCollectionCollection.java 2015-04-15 16:01:14.071370589 +0200 +@@ -25,7 +25,7 @@ + * Adapts an {@link LongCollection LongCollection} + * to the {@link java.util.Collection Collection} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link LongCollection LongCollection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/LongIteratorIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/LongIteratorIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/LongIteratorIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/LongIteratorIterator.java 2015-04-15 16:01:21.317016933 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link LongIterator LongIterator} to the + * {@link java.util.Iterator Iterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link LongIterator LongIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/LongListIteratorListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/LongListIteratorListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/LongListIteratorListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/LongListIteratorListIterator.java 2015-04-15 16:01:28.410670695 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link LongListIterator LongListIterator} to the + * {@link ListIterator ListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link LongListIterator LongListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/LongListList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/LongListList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/LongListList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/LongListList.java 2015-04-15 16:01:35.867306740 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link LongList LongList} to the + * {@link List List} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link LongList LongList} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ShortCollectionCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ShortCollectionCollection.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ShortCollectionCollection.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ShortCollectionCollection.java 2015-04-15 16:02:10.173632264 +0200 +@@ -25,7 +25,7 @@ + * Adapts an {@link ShortCollection ShortCollection} + * to the {@link java.util.Collection Collection} + * interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ShortCollection ShortCollection} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ShortIteratorIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ShortIteratorIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ShortIteratorIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ShortIteratorIterator.java 2015-04-15 16:02:16.504323266 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link ShortIterator ShortIterator} to the + * {@link java.util.Iterator Iterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ShortIterator ShortIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ShortListIteratorListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ShortListIteratorListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ShortListIteratorListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ShortListIteratorListIterator.java 2015-04-15 16:02:23.639974978 +0200 +@@ -23,7 +23,7 @@ + /** + * Adapts an {@link ShortListIterator ShortListIterator} to the + * {@link ListIterator ListIterator} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ShortListIterator ShortListIterator} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ShortListList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ShortListList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/adapters/ShortListList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/adapters/ShortListList.java 2015-04-15 16:02:30.624634061 +0200 +@@ -24,7 +24,7 @@ + /** + * Adapts an {@link ShortList ShortList} to the + * {@link List List} interface. +- *
++ *+ * This implementation delegates most methods + * to the provided {@link ShortList ShortList} + * implementation in the "obvious" way. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ArrayUnsignedByteList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ArrayUnsignedByteList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ArrayUnsignedByteList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ArrayUnsignedByteList.java 2015-04-15 15:22:00.577521063 +0200 +@@ -31,7 +31,7 @@ + * range may cause an + * {@link IllegalArgumentException IllegalArgumentException} + * to be thrown. +- *
++ *+ * This implementation supports all optional methods. + * + * @since Commons Primitives 1.0 +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ArrayUnsignedIntList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ArrayUnsignedIntList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ArrayUnsignedIntList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ArrayUnsignedIntList.java 2015-04-15 15:22:43.151434866 +0200 +@@ -31,7 +31,7 @@ + * range may cause an + * {@link IllegalArgumentException IllegalArgumentException} + * to be thrown. +- *
++ *+ * This implementation supports all optional methods. + * + * @since Commons Primitives 1.0 +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ArrayUnsignedShortList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ArrayUnsignedShortList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ArrayUnsignedShortList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ArrayUnsignedShortList.java 2015-04-15 15:22:57.399736674 +0200 +@@ -31,7 +31,7 @@ + * range may cause an + * {@link IllegalArgumentException IllegalArgumentException} + * to be thrown. +- *
++ *
+ * This implementation supports all optional methods.
+ *
+ * @since Commons Primitives 1.0
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/BooleanCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/BooleanCollection.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/BooleanCollection.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/BooleanCollection.java 2015-04-15 16:12:16.110056794 +0200
+@@ -30,10 +30,10 @@
+ /**
+ * Ensures that I contain the specified element (optional operation).
+ * Returns true iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified element for any reason + * other than that it already contains the element, it must +- * throw an exception (rather than simply returning false). ++ * throw an exception (rather than simply returning {@code false}). + * This preserves the invariant that a collection always contains the + * specified element after this call returns. + * +@@ -158,10 +158,10 @@ + /** + * Returns an array containing all of my elements. The length of the + * returned array will be equal to my {@link #size size}. +- *
++ *+ * The returned array will be independent of me, so that callers may + * modify that returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which elements are returned by an + * {@link #iterator iterator}, the returned array will contain elements + * in the same order. +@@ -175,10 +175,10 @@ + * if it is large enough. When the length of the given array is larger + * than the number of elements I contain, values outside of my range will + * be unchanged. +- *
++ *+ * The returned array will be independent of me, so that callers may modify + * that returned array without modifying this collection. +- *
++ *
+ * When I guarantee the order in which elements are returned by an {@link
+ * #iterator iterator}, the returned array will contain elements in the
+ * same order.
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/BooleanListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/BooleanListIterator.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/BooleanListIterator.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/BooleanListIterator.java 2015-04-15 15:26:59.809858148 +0200
+@@ -20,7 +20,6 @@
+ * A bi-directional iterator over boolean values.
+ *
+ * @see org.apache.commons.collections.primitives.adapters.BooleanListIteratorListIterator
+- * @see org.apache.commons.collections.primitives.adapters.BooleanIteratorBooleanListIterator
+ *
+ * @since Commons Primitives 1.1
+ * @version $Revision$ $Date$
+@@ -33,7 +32,7 @@
+ * that would have been returned by {@link #next}, if any,
+ * and immediately after the next element that would have been
+ * returned by {@link #previous}, if any.
+- *
+ * The new element is inserted immediately before the implied
+ * cursor. A subsequent call to {@link #previous} will return
+ * the added element, a subsequent call to {@link #next} will
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/BooleanList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/BooleanList.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/BooleanList.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/BooleanList.java 2015-04-15 16:12:42.422772482 +0200
+@@ -20,7 +20,6 @@
+ * An ordered collection of byte values.
+ *
+ * @see org.apache.commons.collections.primitives.adapters.BooleanListList
+- * @see org.apache.commons.collections.primitives.adapters.BooleanByteList
+ *
+ * @since Commons Primitives 1.1
+ * @version $Revision$ $Date$
+@@ -29,10 +28,10 @@
+ /**
+ * Appends the specified element to the end of me (optional operation).
+ * Returns true iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified element for any reason + * other than that it already contains the element, it must +- * throw an exception (rather than simply returning false). ++ * throw an exception (rather than simply returning {@code false}). + * This preserves the invariant that a collection always contains the + * specified element after this call returns. + * +@@ -110,9 +109,9 @@ + boolean get(int index); + + /** +- * @todo figure something out for this ++ * TODO: figure something out for this + * Returns my hash code. +- *
++ *
+ * The hash code of an BooleanList is defined to be the
+ * result of the following calculation:
+ *
int hash = 1; +@@ -120,7 +119,7 @@ + * boolean value = iter.next(); + * hash = 31*hash + (int)(value ^ (value >>> 32)); + * }+- * ++ *
+ * This contract ensures that this method is consistent with
+ * {@link #equals equals} and with the
+ * {@link java.util.List#hashCode hashCode}
+@@ -211,12 +210,12 @@
+ * returned BooleanList is backed by me, so that any changes
+ * in the returned list are reflected in me, and vice-versa. The returned
+ * list supports all of the optional operations that I support.
+- *
+ * Note that when fromIndex == toIndex, the
+ * returned list is initially empty, and when fromIndex == 0
+- * && toIndex == {@link #size() size()} the returned list is
++ * && toIndex == {@link #size() size()} the returned list is
+ * my "improper" sublist, containing all my elements.
+- *
+ * The semantics of the returned list become undefined if I am structurally
+ * modified in any way other than via the returned list.
+ *
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ByteCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ByteCollection.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ByteCollection.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ByteCollection.java 2015-04-15 16:14:59.191096885 +0200
+@@ -32,11 +32,11 @@
+ * Ensures that I contain the specified element
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -168,11 +168,11 @@ + * Returns an array containing all of my elements. + * The length of the returned array will be equal + * to my {@link #size size}. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +@@ -188,11 +188,11 @@ + * enough. When the length of the given array is + * larger than the number of elements I contain, + * values outside of my range will be unchanged. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ByteListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ByteListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ByteListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ByteListIterator.java 2015-04-15 15:30:21.559972035 +0200 +@@ -35,7 +35,7 @@ + * that would have been returned by {@link #next}, if any, + * and immediately after the next element that would have been + * returned by {@link #previous}, if any. +- *
++ *
+ * The new element is inserted immediately before the implied
+ * cursor. A subsequent call to {@link #previous} will return
+ * the added element, a subsequent call to {@link #next} will
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ByteList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ByteList.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ByteList.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ByteList.java 2015-04-15 16:15:17.670194929 +0200
+@@ -32,11 +32,11 @@
+ * Appends the specified element to the end of me
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -115,15 +115,15 @@ + + /** + * Returns my hash code. +- *
++ *
+ * The hash code of an ByteList is defined to be the
+ * result of the following calculation:
+ *
int hash = 1;
+ * for(ByteIterator iter = iterator(); iter.hasNext(); ) {
+ * byte value = iter.next();
+- * hash = 31*hash + (int)(value ^ (value >>> 32));
++ * hash = 31*hash + (int)(value ^ (value >>> 32));
+ * }
+- *
++ * + * This contract ensures that this method is consistent with + * {@link #equals equals} and with the + * {@link java.util.List#hashCode hashCode} +@@ -226,12 +226,12 @@ + * the returned list are reflected in me, and vice-versa. + * The returned list supports all of the optional operations + * that I support. +- *
++ *
+ * Note that when fromIndex == toIndex,
+ * the returned list is initially empty, and when
+- * fromIndex == 0 && toIndex == {@link #size() size()}
++ * fromIndex == 0 && toIndex == {@link #size() size()}
+ * the returned list is my "improper" sublist, containing all my elements.
+- *
+ * The semantics of the returned list become undefined
+ * if I am structurally modified in any way other than
+ * via the returned list.
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/CharCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/CharCollection.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/CharCollection.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/CharCollection.java 2015-04-15 16:15:33.251434416 +0200
+@@ -32,11 +32,11 @@
+ * Ensures that I contain the specified element
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -168,11 +168,11 @@ + * Returns an array containing all of my elements. + * The length of the returned array will be equal + * to my {@link #size size}. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +@@ -188,11 +188,11 @@ + * enough. When the length of the given array is + * larger than the number of elements I contain, + * values outside of my range will be unchanged. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/CharListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/CharListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/CharListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/CharListIterator.java 2015-04-15 15:33:21.472156020 +0200 +@@ -35,7 +35,7 @@ + * that would have been returned by {@link #next}, if any, + * and immediately after the next element that would have been + * returned by {@link #previous}, if any. +- *
++ *
+ * The new element is inserted immediately before the implied
+ * cursor. A subsequent call to {@link #previous} will return
+ * the added element, a subsequent call to {@link #next} will
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/CharList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/CharList.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/CharList.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/CharList.java 2015-04-15 16:15:51.250555888 +0200
+@@ -32,11 +32,11 @@
+ * Appends the specified element to the end of me
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -115,15 +115,15 @@ + + /** + * Returns my hash code. +- *
++ *
+ * The hash code of an CharList is defined to be the
+ * result of the following calculation:
+ *
int hash = 1;
+ * for(CharIterator iter = iterator(); iter.hasNext(); ) {
+ * char value = iter.next();
+- * hash = 31*hash + (int)(value ^ (value >>> 32));
++ * hash = 31*hash + (int)(value ^ (value >>> 32));
+ * }
+- *
++ * + * This contract ensures that this method is consistent with + * {@link #equals equals} and with the + * {@link java.util.List#hashCode hashCode} +@@ -226,12 +226,12 @@ + * the returned list are reflected in me, and vice-versa. + * The returned list supports all of the optional operations + * that I support. +- *
++ *
+ * Note that when fromIndex == toIndex,
+ * the returned list is initially empty, and when
+- * fromIndex == 0 && toIndex == {@link #size() size()}
++ * fromIndex == 0 && toIndex == {@link #size() size()}
+ * the returned list is my "improper" sublist, containing all my elements.
+- *
+ * The semantics of the returned list become undefined
+ * if I am structurally modified in any way other than
+ * via the returned list.
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/DoubleCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/DoubleCollection.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/DoubleCollection.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/DoubleCollection.java 2015-04-15 16:16:09.631658715 +0200
+@@ -32,11 +32,11 @@
+ * Ensures that I contain the specified element
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -168,11 +168,11 @@ + * Returns an array containing all of my elements. + * The length of the returned array will be equal + * to my {@link #size size}. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +@@ -188,11 +188,11 @@ + * enough. When the length of the given array is + * larger than the number of elements I contain, + * values outside of my range will be unchanged. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/DoubleListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/DoubleListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/DoubleListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/DoubleListIterator.java 2015-04-15 15:36:07.321029131 +0200 +@@ -35,7 +35,7 @@ + * that would have been returned by {@link #next}, if any, + * and immediately after the next element that would have been + * returned by {@link #previous}, if any. +- *
++ *
+ * The new element is inserted immediately before the implied
+ * cursor. A subsequent call to {@link #previous} will return
+ * the added element, a subsequent call to {@link #next} will
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/DoubleList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/DoubleList.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/DoubleList.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/DoubleList.java 2015-04-15 16:16:19.610171668 +0200
+@@ -32,11 +32,11 @@
+ * Appends the specified element to the end of me
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -115,15 +115,15 @@ + + /** + * Returns my hash code. +- *
++ *
+ * The hash code of an DoubleList is defined to be the
+ * result of the following calculation:
+ *
int hash = 1;
+ * for(DoubleIterator iter = iterator(); iter.hasNext(); ) {
+ * double value = iter.next();
+- * hash = 31*hash + (int)(value ^ (value >>> 32));
++ * hash = 31*hash + (int)(value ^ (value >>> 32));
+ * }
+- *
++ * + * This contract ensures that this method is consistent with + * {@link #equals equals} and with the + * {@link java.util.List#hashCode hashCode} +@@ -226,12 +226,12 @@ + * the returned list are reflected in me, and vice-versa. + * The returned list supports all of the optional operations + * that I support. +- *
++ *
+ * Note that when fromIndex == toIndex,
+ * the returned list is initially empty, and when
+- * fromIndex == 0 && toIndex == {@link #size() size()}
++ * fromIndex == 0 && toIndex == {@link #size() size()}
+ * the returned list is my "improper" sublist, containing all my elements.
+- *
+ * The semantics of the returned list become undefined
+ * if I am structurally modified in any way other than
+ * via the returned list.
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/FloatCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/FloatCollection.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/FloatCollection.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/FloatCollection.java 2015-04-15 16:16:35.560393145 +0200
+@@ -32,11 +32,11 @@
+ * Ensures that I contain the specified element
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -168,11 +168,11 @@ + * Returns an array containing all of my elements. + * The length of the returned array will be equal + * to my {@link #size size}. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +@@ -188,11 +188,11 @@ + * enough. When the length of the given array is + * larger than the number of elements I contain, + * values outside of my range will be unchanged. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/FloatListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/FloatListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/FloatListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/FloatListIterator.java 2015-04-15 15:38:34.419821030 +0200 +@@ -35,7 +35,7 @@ + * that would have been returned by {@link #next}, if any, + * and immediately after the next element that would have been + * returned by {@link #previous}, if any. +- *
++ *
+ * The new element is inserted immediately before the implied
+ * cursor. A subsequent call to {@link #previous} will return
+ * the added element, a subsequent call to {@link #next} will
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/FloatList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/FloatList.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/FloatList.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/FloatList.java 2015-04-15 16:16:44.131974771 +0200
+@@ -32,11 +32,11 @@
+ * Appends the specified element to the end of me
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -115,15 +115,15 @@ + + /** + * Returns my hash code. +- *
++ *
+ * The hash code of an FloatList is defined to be the
+ * result of the following calculation:
+ *
int hash = 1;
+ * for(FloatIterator iter = iterator(); iter.hasNext(); ) {
+ * float value = iter.next();
+- * hash = 31*hash + (int)(value ^ (value >>> 32));
++ * hash = 31*hash + (int)(value ^ (value >>> 32));
+ * }
+- *
++ * + * This contract ensures that this method is consistent with + * {@link #equals equals} and with the + * {@link java.util.List#hashCode hashCode} +@@ -226,12 +226,12 @@ + * the returned list are reflected in me, and vice-versa. + * The returned list supports all of the optional operations + * that I support. +- *
++ *
+ * Note that when fromIndex == toIndex,
+ * the returned list is initially empty, and when
+- * fromIndex == 0 && toIndex == {@link #size() size()}
++ * fromIndex == 0 && toIndex == {@link #size() size()}
+ * the returned list is my "improper" sublist, containing all my elements.
+- *
+ * The semantics of the returned list become undefined
+ * if I am structurally modified in any way other than
+ * via the returned list.
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/IntCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/IntCollection.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/IntCollection.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/IntCollection.java 2015-04-15 16:17:01.321135776 +0200
+@@ -32,11 +32,11 @@
+ * Ensures that I contain the specified element
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -168,11 +168,11 @@ + * Returns an array containing all of my elements. + * The length of the returned array will be equal + * to my {@link #size size}. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +@@ -188,11 +188,11 @@ + * enough. When the length of the given array is + * larger than the number of elements I contain, + * values outside of my range will be unchanged. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/IntListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/IntListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/IntListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/IntListIterator.java 2015-04-15 15:40:43.501495799 +0200 +@@ -35,7 +35,7 @@ + * that would have been returned by {@link #next}, if any, + * and immediately after the next element that would have been + * returned by {@link #previous}, if any. +- *
++ *
+ * The new element is inserted immediately before the implied
+ * cursor. A subsequent call to {@link #previous} will return
+ * the added element, a subsequent call to {@link #next} will
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/IntList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/IntList.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/IntList.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/IntList.java 2015-04-15 16:17:09.709726333 +0200
+@@ -32,11 +32,11 @@
+ * Appends the specified element to the end of me
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -115,14 +115,14 @@ + + /** + * Returns my hash code. +- *
++ *
+ * The hash code of an IntList is defined to be the
+ * result of the following calculation:
+ *
int hash = 1;
+ * for(IntIterator iter = iterator(); iter.hasNext(); ) {
+ * hash = 31*hash + iter.next();
+ * }
+- *
++ * + * This contract ensures that this method is consistent with + * {@link #equals equals} and with the + * {@link java.util.List#hashCode hashCode} +@@ -225,12 +225,12 @@ + * the returned list are reflected in me, and vice-versa. + * The returned list supports all of the optional operations + * that I support. +- *
++ *
+ * Note that when fromIndex == toIndex,
+ * the returned list is initially empty, and when
+- * fromIndex == 0 && toIndex == {@link #size() size()}
++ * fromIndex == 0 && toIndex == {@link #size() size()}
+ * the returned list is my "improper" sublist, containing all my elements.
+- *
+ * The semantics of the returned list become undefined
+ * if I am structurally modified in any way other than
+ * via the returned list.
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/LongCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/LongCollection.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/LongCollection.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/LongCollection.java 2015-04-15 16:17:18.937275940 +0200
+@@ -32,11 +32,11 @@
+ * Ensures that I contain the specified element
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -168,11 +168,11 @@ + * Returns an array containing all of my elements. + * The length of the returned array will be equal + * to my {@link #size size}. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +@@ -188,11 +188,11 @@ + * enough. When the length of the given array is + * larger than the number of elements I contain, + * values outside of my range will be unchanged. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/LongListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/LongListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/LongListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/LongListIterator.java 2015-04-15 15:42:57.139947278 +0200 +@@ -35,7 +35,7 @@ + * that would have been returned by {@link #next}, if any, + * and immediately after the next element that would have been + * returned by {@link #previous}, if any. +- *
++ *
+ * The new element is inserted immediately before the implied
+ * cursor. A subsequent call to {@link #previous} will return
+ * the added element, a subsequent call to {@link #next} will
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/LongList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/LongList.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/LongList.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/LongList.java 2015-04-15 16:17:27.336865960 +0200
+@@ -32,11 +32,11 @@
+ * Appends the specified element to the end of me
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -115,15 +115,15 @@ + + /** + * Returns my hash code. +- *
++ *
+ * The hash code of an LongList is defined to be the
+ * result of the following calculation:
+ *
int hash = 1;
+ * for(LongIterator iter = iterator(); iter.hasNext(); ) {
+ * long value = iter.next();
+- * hash = 31*hash + (int)(value ^ (value >>> 32));
++ * hash = 31*hash + (int)(value ^ (value >>> 32));
+ * }
+- *
++ * + * This contract ensures that this method is consistent with + * {@link #equals equals} and with the + * {@link java.util.List#hashCode hashCode} +@@ -226,12 +226,12 @@ + * the returned list are reflected in me, and vice-versa. + * The returned list supports all of the optional operations + * that I support. +- *
++ *
+ * Note that when fromIndex == toIndex,
+ * the returned list is initially empty, and when
+- * fromIndex == 0 && toIndex == {@link #size() size()}
++ * fromIndex == 0 && toIndex == {@link #size() size()}
+ * the returned list is my "improper" sublist, containing all my elements.
+- *
+ * The semantics of the returned list become undefined + * if I am structurally modified in any way other than + * via the returned list. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessBooleanList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessBooleanList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessBooleanList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessBooleanList.java 2015-04-15 15:43:33.564162427 +0200 +@@ -22,7 +22,7 @@ + /** + * Abstract base class for {@link BooleanList}s backed by random access + * structures like arrays. +- *
++ *+ * Read-only subclasses must override {@link #get} and {@link #size}. + * Mutable subclasses should also override {@link #set}. Variably-sized + * subclasses should also override {@link #add(boolean)} and {@link #removeElementAt}. +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessByteList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessByteList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessByteList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessByteList.java 2015-04-15 15:43:58.146957827 +0200 +@@ -22,7 +22,7 @@ + /** + * Abstract base class for {@link ByteList}s backed + * by random access structures like arrays. +- *
++ *+ * Read-only subclasses must override {@link #get} + * and {@link #size}. Mutable subclasses + * should also override {@link #set}. Variably-sized +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessCharList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessCharList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessCharList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessCharList.java 2015-04-15 15:44:06.427552063 +0200 +@@ -22,7 +22,7 @@ + /** + * Abstract base class for {@link CharList}s backed + * by random access structures like arrays. +- *
++ *+ * Read-only subclasses must override {@link #get} + * and {@link #size}. Mutable subclasses + * should also override {@link #set}. Variably-sized +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessDoubleList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessDoubleList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessDoubleList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessDoubleList.java 2015-04-15 15:44:19.189926684 +0200 +@@ -22,7 +22,7 @@ + /** + * Abstract base class for {@link DoubleList}s backed + * by random access structures like arrays. +- *
++ *+ * Read-only subclasses must override {@link #get} + * and {@link #size}. Mutable subclasses + * should also override {@link #set}. Variably-sized +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessFloatList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessFloatList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessFloatList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessFloatList.java 2015-04-15 15:44:29.320430271 +0200 +@@ -22,7 +22,7 @@ + /** + * Abstract base class for {@link FloatList}s backed + * by random access structures like arrays. +- *
++ *+ * Read-only subclasses must override {@link #get} + * and {@link #size}. Mutable subclasses + * should also override {@link #set}. Variably-sized +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessIntList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessIntList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessIntList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessIntList.java 2015-04-15 15:44:39.831915190 +0200 +@@ -22,7 +22,7 @@ + /** + * Abstract base class for {@link IntList}s backed + * by random access structures like arrays. +- *
++ *+ * Read-only subclasses must override {@link #get} + * and {@link #size}. Mutable subclasses + * should also override {@link #set}. Variably-sized +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessLongList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessLongList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessLongList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessLongList.java 2015-04-15 15:44:53.870227288 +0200 +@@ -22,7 +22,7 @@ + /** + * Abstract base class for {@link LongList}s backed + * by random access structures like arrays. +- *
++ *+ * Read-only subclasses must override {@link #get} + * and {@link #size}. Mutable subclasses + * should also override {@link #set}. Variably-sized +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessShortList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessShortList.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/RandomAccessShortList.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/RandomAccessShortList.java 2015-04-15 15:45:04.851689177 +0200 +@@ -22,7 +22,7 @@ + /** + * Abstract base class for {@link ShortList}s backed + * by random access structures like arrays. +- *
++ *
+ * Read-only subclasses must override {@link #get}
+ * and {@link #size}. Mutable subclasses
+ * should also override {@link #set}. Variably-sized
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ShortCollection.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ShortCollection.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ShortCollection.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ShortCollection.java 2015-04-15 16:17:55.144508682 +0200
+@@ -32,11 +32,11 @@
+ * Ensures that I contain the specified element
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -168,11 +168,11 @@ + * Returns an array containing all of my elements. + * The length of the returned array will be equal + * to my {@link #size size}. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +@@ -188,11 +188,11 @@ + * enough. When the length of the given array is + * larger than the number of elements I contain, + * values outside of my range will be unchanged. +- *
++ *+ * The returned array will be independent of me, + * so that callers may modify that + * returned array without modifying this collection. +- *
++ *+ * When I guarantee the order in which + * elements are returned by an {@link #iterator iterator}, + * the returned array will contain elements in the +diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ShortListIterator.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ShortListIterator.java +--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ShortListIterator.java 2008-07-21 19:43:58.000000000 +0200 ++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ShortListIterator.java 2015-04-15 15:47:16.311261264 +0200 +@@ -35,7 +35,7 @@ + * that would have been returned by {@link #next}, if any, + * and immediately after the next element that would have been + * returned by {@link #previous}, if any. +- *
++ *
+ * The new element is inserted immediately before the implied
+ * cursor. A subsequent call to {@link #previous} will return
+ * the added element, a subsequent call to {@link #next} will
+diff -Nru commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ShortList.java commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ShortList.java
+--- commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16/src/java/org/apache/commons/collections/primitives/ShortList.java 2008-07-21 19:43:58.000000000 +0200
++++ commons-primitives-ba65d72f2634bae13e0c0157de297c12a7329b16.java8doc/src/java/org/apache/commons/collections/primitives/ShortList.java 2015-04-15 16:18:04.272063171 +0200
+@@ -32,11 +32,11 @@
+ * Appends the specified element to the end of me
+ * (optional operation). Returns true
+ * iff I changed as a result of this call.
+- *
+ * If a collection refuses to add the specified + * element for any reason other than that it already contains + * the element, it must throw an exception (rather than +- * simply returning false). This preserves the invariant ++ * simply returning {@code false}). This preserves the invariant + * that a collection always contains the specified element after + * this call returns. + * +@@ -115,15 +115,15 @@ + + /** + * Returns my hash code. +- *
++ *
+ * The hash code of an ShortList is defined to be the
+ * result of the following calculation:
+ *
int hash = 1;
+ * for(ShortIterator iter = iterator(); iter.hasNext(); ) {
+ * short value = iter.next();
+- * hash = 31*hash + (int)(value ^ (value >>> 32));
++ * hash = 31*hash + (int)(value ^ (value >>> 32));
+ * }
+- *
++ * + * This contract ensures that this method is consistent with + * {@link #equals equals} and with the + * {@link java.util.List#hashCode hashCode} +@@ -226,12 +226,12 @@ + * the returned list are reflected in me, and vice-versa. + * The returned list supports all of the optional operations + * that I support. +- *
++ *
+ * Note that when fromIndex == toIndex,
+ * the returned list is initially empty, and when
+- * fromIndex == 0 && toIndex == {@link #size() size()}
++ * fromIndex == 0 && toIndex == {@link #size() size()}
+ * the returned list is my "improper" sublist, containing all my elements.
+- *
+ * The semantics of the returned list become undefined
+ * if I am structurally modified in any way other than
+ * via the returned list.
diff --git a/apache-commons-primitives.spec b/apache-commons-primitives.spec
new file mode 100644
index 0000000..f67bb13
--- /dev/null
+++ b/apache-commons-primitives.spec
@@ -0,0 +1,74 @@
+
+%global short_name commons-primitives
+# Use this pre-release because it implements new features without breaking the backward compatibility
+# and fix some issues in the 1.0 release.
+# https://github.com/apache/commons-primitives/commit/ba65d72f2634bae13e0c0157de297c12a7329b16
+%global svn_rev 678495
+%global githash ba65d72f2634bae13e0c0157de297c12a7329b16
+
+Name: apache-commons-primitives
+Version: 1.1
+Release: 0.1.%{svn_rev}%{?dist}
+Summary: A set of collection and utility classes for primitive types
+License: ASL 2.0
+Url: http://commons.apache.org/proper/commons-primitives/
+# svn export -r 678495 http://svn.apache.org/repos/asf/commons/proper/primitives/trunk/ commons-primitives-1.1
+# tar cJf commons-primitives-1.1.tar.xz commons-primitives-1.1
+# or
+Source0: https://github.com/apache/commons-primitives/archive/%{githash}/%{short_name}-%{githash}.tar.gz
+
+Patch0: apache-commons-primitives-1.1.678495-javadoc.patch
+
+BuildRequires: maven-local
+BuildRequires: mvn(commons-collections:commons-collections-testframework)
+BuildRequires: mvn(junit:junit)
+BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
+BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
+
+BuildArch: noarch
+
+%description
+Commons Primitives is a set of collection and
+utility classes for primitive types. The Java
+language has a clear distinction between
+Object and primitive types. A lot of functionality
+is provided for Object types, including the Java
+Collection Framework. Relatively little functionality
+is provided by the JDK for primitives. This package
+addresses this by providing a set of utility and
+collection classes for primitives.
+
+%package javadoc
+Summary: Javadoc for %{name}
+
+%description javadoc
+This package contains javadoc for %{name}.
+
+%prep
+%setup -q -n %{short_name}-%{githash}
+find . -name '*.class' -delete
+find . -name '*.jar' -delete
+
+%patch0 -p1
+
+%pom_remove_plugin :maven-assembly-plugin
+
+%mvn_file ":{*}" %{name} @1
+
+%build
+
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%doc RELEASE-NOTES.txt PROPOSAL.html
+%license LICENSE.txt NOTICE.txt
+
+%files javadoc -f .mfiles-javadoc
+%license LICENSE.txt NOTICE.txt
+
+%changelog
+* Sat May 19 2012 gil cattaneo