Uses of Class
org.la4j.iterator.CursorIterator
-
Packages that use CursorIterator Package Description org.la4j.iterator -
-
Uses of CursorIterator in org.la4j.iterator
Subclasses of CursorIterator in org.la4j.iterator Modifier and Type Class Description class
ColumnMajorMatrixIterator
class
CursorToColumnMajorMatrixIterator
(package private) class
CursorToRowMajorMatrixIterator
(package private) class
CursorToVectorIterator
class
MatrixIterator
class
RowMajorMatrixIterator
class
VectorIterator
Fields in org.la4j.iterator declared as CursorIterator Modifier and Type Field Description private CursorIterator
CursorToColumnMajorMatrixIterator. underlying
private CursorIterator
CursorToRowMajorMatrixIterator. underlying
private CursorIterator
CursorToVectorIterator. underlying
Methods in org.la4j.iterator that return CursorIterator Modifier and Type Method Description protected CursorIterator
CursorIterator. andAlso(CursorIterator those, JoinFunction function)
protected CursorIterator
CursorIterator. orElse(CursorIterator those, JoinFunction function)
Methods in org.la4j.iterator with parameters of type CursorIterator Modifier and Type Method Description protected CursorIterator
CursorIterator. andAlso(CursorIterator those, JoinFunction function)
protected CursorIterator
CursorIterator. orElse(CursorIterator those, JoinFunction function)
Constructors in org.la4j.iterator with parameters of type CursorIterator Constructor Description CursorToColumnMajorMatrixIterator(CursorIterator underlying, int rows, int columns)
CursorToRowMajorMatrixIterator(CursorIterator underlying, int rows, int columns)
CursorToVectorIterator(CursorIterator underlying, int length)
-