protected class OpenMapRealVector.OpenMapSparseIterator extends Object implements Iterator<RealVector.Entry>
Modifier | Constructor and Description |
---|---|
protected |
OpenMapSparseIterator()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
RealVector.Entry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<RealVector.Entry>
public RealVector.Entry next()
next
in interface Iterator<RealVector.Entry>
public void remove()
remove
in interface Iterator<RealVector.Entry>
Copyright © 2016-2021 CS GROUP. All rights reserved.