Iterator<RealVector.Entry>
protected class OpenMapRealVector.OpenMapSparseIterator extends Object implements Iterator<RealVector.Entry>
Modifier | Constructor | Description |
---|---|---|
protected |
OpenMapSparseIterator() |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
RealVector.Entry |
next() |
|
void |
remove() |
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–2018 Hipparchus.org. All rights reserved.