|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.utils.vectors.SequenceFileVectorIterable.SeqFileIterator
public class SequenceFileVectorIterable.SeqFileIterator
Method Summary | |
---|---|
boolean |
hasNext()
|
org.apache.hadoop.io.Writable |
key()
Only valid when next() is also valid |
Vector |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<Vector>
public Vector next()
next
in interface java.util.Iterator<Vector>
public org.apache.hadoop.io.Writable key()
next()
is also valid
public void remove()
remove
in interface java.util.Iterator<Vector>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |