Uses of Class
org.la4j.iterator.CursorIterator
Packages that use CursorIterator
-
Uses of CursorIterator in org.la4j.iterator
Subclasses of CursorIterator in org.la4j.iteratorModifier and TypeClassDescriptionclass
class
(package private) class
(package private) class
class
class
class
Fields in org.la4j.iterator declared as CursorIteratorModifier and TypeFieldDescriptionprivate final CursorIterator
CursorToColumnMajorMatrixIterator.underlying
private final CursorIterator
CursorToRowMajorMatrixIterator.underlying
private final CursorIterator
CursorToVectorIterator.underlying
Methods in org.la4j.iterator that return CursorIteratorModifier and TypeMethodDescriptionprotected CursorIterator
CursorIterator.andAlso
(CursorIterator those, JoinFunction function) protected CursorIterator
CursorIterator.orElse
(CursorIterator those, JoinFunction function) Methods in org.la4j.iterator with parameters of type CursorIteratorModifier and TypeMethodDescriptionprotected CursorIterator
CursorIterator.andAlso
(CursorIterator those, JoinFunction function) protected CursorIterator
CursorIterator.orElse
(CursorIterator those, JoinFunction function) Constructors in org.la4j.iterator with parameters of type CursorIteratorModifierConstructorDescriptionCursorToColumnMajorMatrixIterator
(CursorIterator underlying, int rows, int columns) CursorToRowMajorMatrixIterator
(CursorIterator underlying, int rows, int columns) CursorToVectorIterator
(CursorIterator underlying, int length)