Package org.la4j.iterator
Class CursorIterator
java.lang.Object
org.la4j.iterator.CursorIterator
- Direct Known Subclasses:
MatrixIterator,VectorIterator
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CursorIteratorandAlso(CursorIterator those, JoinFunction function) protected abstract intcursor()abstract doubleget()protected CursorIteratororElse(CursorIterator those, JoinFunction function) voidremove()abstract voidset(double value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next
-
Field Details
-
TAKEN_FROM_BOTH
-
-
Constructor Details
-
CursorIterator
CursorIterator()
-
-
Method Details