You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2017/11/07 01:54:26 UTC

svn commit: r1814451 - /poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java

Author: onealj
Date: Tue Nov  7 01:54:25 2017
New Revision: 1814451

URL: http://svn.apache.org/viewvc?rev=1814451&view=rev
Log:
bug 61730: add javadoc

Modified:
    poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java

Modified: poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java?rev=1814451&r1=1814450&r2=1814451&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java Tue Nov  7 01:54:25 2017
@@ -302,6 +302,10 @@ public abstract class CellRangeAddressBa
 		return Collections.unmodifiableList(addresses);
 	}
 	
+	/**
+	 * Returns an iterator over the CellAddresses in this cell range in row-major order.
+	 * @since POI 4.0.0
+	 */
 	@Override
 	public Iterator<CellAddress> iterator() {
 		return new RowMajorCellAddressIterator(this);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org