@Deprecated protected class RealVector.SparseEntryIterator extends Object implements Iterator<RealVector.Entry>
Modifier | Constructor and Description |
---|---|
protected |
RealVector.SparseEntryIterator()
Deprecated.
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
advance(RealVector.Entry e)
Deprecated.
Advance an entry up to the next nonzero one.
|
boolean |
hasNext()
Deprecated.
|
RealVector.Entry |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
protected RealVector.SparseEntryIterator()
protected void advance(RealVector.Entry e)
e
- entry to advance.public boolean hasNext()
hasNext
in interface Iterator<RealVector.Entry>
public RealVector.Entry next()
next
in interface Iterator<RealVector.Entry>
public void remove() throws MathUnsupportedOperationException
remove
in interface Iterator<RealVector.Entry>
MathUnsupportedOperationException
- in all circumstances.Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.