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 CursorIterator
andAlso
(CursorIterator those, JoinFunction function) protected abstract int
cursor()
abstract double
get()
protected CursorIterator
orElse
(CursorIterator those, JoinFunction function) void
remove()
abstract void
set
(double value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next
-
Field Details
-
TAKEN_FROM_BOTH
-
-
Constructor Details
-
CursorIterator
CursorIterator()
-
-
Method Details