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 classColumnMajorMatrixIteratorclassCursorToColumnMajorMatrixIterator(package private) classCursorToRowMajorMatrixIterator(package private) classCursorToVectorIteratorclassMatrixIteratorclassRowMajorMatrixIteratorclassVectorIteratorFields in org.la4j.iterator declared as CursorIterator Modifier and Type Field Description private CursorIteratorCursorToColumnMajorMatrixIterator. underlyingprivate CursorIteratorCursorToRowMajorMatrixIterator. underlyingprivate CursorIteratorCursorToVectorIterator. underlyingMethods in org.la4j.iterator that return CursorIterator Modifier and Type Method Description protected CursorIteratorCursorIterator. andAlso(CursorIterator those, JoinFunction function)protected CursorIteratorCursorIterator. orElse(CursorIterator those, JoinFunction function)Methods in org.la4j.iterator with parameters of type CursorIterator Modifier and Type Method Description protected CursorIteratorCursorIterator. andAlso(CursorIterator those, JoinFunction function)protected CursorIteratorCursorIterator. 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)
-