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