Package org.codehaus.groovy.util
Class LongLongArrayColumnIterator
java.lang.Object
org.codehaus.groovy.util.LongLongArrayColumnIterator
- All Implemented Interfaces:
Iterator<long[]>
An iterator providing the columns of a long[][].
In the case of an array with different size rows,
the number of columns will be equal to the length of the smallest row.
- Since:
- 5.0.0
-
Constructor Details
-
LongLongArrayColumnIterator
public LongLongArrayColumnIterator(long[][] array)
-
-
Method Details