edu.cmu.minorthird.classify.transform
Class AugmentedInstance.MyIterator

java.lang.Object
  extended by edu.cmu.minorthird.classify.transform.AugmentedInstance.MyIterator
All Implemented Interfaces:
java.util.Iterator<Feature>
Enclosing class:
AugmentedInstance

public class AugmentedInstance.MyIterator
extends java.lang.Object
implements java.util.Iterator<Feature>


Constructor Summary
AugmentedInstance.MyIterator()
           
 
Method Summary
 boolean hasNext()
           
 Feature next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AugmentedInstance.MyIterator

public AugmentedInstance.MyIterator()
Method Detail

remove

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

hasNext

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

next

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