public final class FBEigenIterator extends Object implements Iterator<DoubleObjectPair<Vector>>
| Constructor and Description | 
|---|
| FBEigenIterator(Eigenvalues evd) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext() | 
| DoubleObjectPair<Vector> | next() | 
| void | remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FBEigenIterator(Eigenvalues evd)
evd - public void remove()
remove in interface Iterator<DoubleObjectPair<Vector>>public DoubleObjectPair<Vector> next()
next in interface Iterator<DoubleObjectPair<Vector>>public boolean hasNext()
hasNext in interface Iterator<DoubleObjectPair<Vector>>