protected class OpenMapRealVector.OpenMapSparseIterator extends Object implements Iterator<RealVector.Entry>
Modifier | Constructor and Description |
---|---|
protected |
OpenMapRealVector.OpenMapSparseIterator()
Simple constructor.
|
protected OpenMapRealVector.OpenMapSparseIterator()
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 © 2003–2016 The Apache Software Foundation. All rights reserved.