cc.mallet.pipe.iterator
Class EmptyInstanceIterator

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

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


Constructor Summary
EmptyInstanceIterator()
           
 
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

EmptyInstanceIterator

public EmptyInstanceIterator()
Method Detail

hasNext

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

next

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

remove

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