public class DenseVector.DenseVectorIterator extends Object implements Iterator<Pair<Integer,Double>>
DenseVector.DenseVectorIterator()
boolean
hasNext()
Pair<Integer,Double>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DenseVector.DenseVectorIterator()
public boolean hasNext()
hasNext
Iterator<Pair<Integer,Double>>
public Pair<Integer,Double> next()
next
public void remove()
remove
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.