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 TypeClassDescriptionclassclass(package private) class(package private) classclassclassclassFields in org.la4j.iterator declared as CursorIteratorModifier and TypeFieldDescriptionprivate final CursorIteratorCursorToColumnMajorMatrixIterator.underlyingprivate final CursorIteratorCursorToRowMajorMatrixIterator.underlyingprivate final CursorIteratorCursorToVectorIterator.underlyingMethods in org.la4j.iterator that return CursorIteratorModifier and TypeMethodDescriptionprotected CursorIteratorCursorIterator.andAlso(CursorIterator those, JoinFunction function) protected CursorIteratorCursorIterator.orElse(CursorIterator those, JoinFunction function) Methods in org.la4j.iterator with parameters of type CursorIteratorModifier and TypeMethodDescriptionprotected CursorIteratorCursorIterator.andAlso(CursorIterator those, JoinFunction function) protected CursorIteratorCursorIterator.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)