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, waitforEachRemainingpublic 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–2020 Hipparchus.org. All rights reserved.