cc.mallet.pipe.iterator
Class StringArrayIterator

java.lang.Object
  extended by cc.mallet.pipe.iterator.StringArrayIterator
All Implemented Interfaces:
java.util.Iterator<Instance>

public class StringArrayIterator
extends java.lang.Object
implements java.util.Iterator<Instance>


Constructor Summary
StringArrayIterator(java.lang.String[] data)
           
 
Method Summary
 boolean hasNext()
           
 Instance next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringArrayIterator

public StringArrayIterator(java.lang.String[] data)
Method Detail

next

public Instance next()
Specified by:
next in interface java.util.Iterator<Instance>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Instance>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Instance>