protected class AbstractRealVector.SparseEntryIterator extends Object implements Iterator<RealVector.Entry>
Modifier | Constructor and Description |
---|---|
protected |
AbstractRealVector.SparseEntryIterator()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
advance(AbstractRealVector.EntryImpl e)
Advance an entry up to the next nonzero one.
|
boolean |
hasNext() |
RealVector.Entry |
next() |
void |
remove() |
protected AbstractRealVector.SparseEntryIterator()
protected void advance(AbstractRealVector.EntryImpl e)
e
- entry to advancepublic 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–2015. All rights reserved.