com.wcohen.ss
Class CombinedStringDistanceLearner.JthStringWrapperValueIterator

java.lang.Object
  extended by com.wcohen.ss.CombinedStringDistanceLearner.JthStringWrapperValueIterator
All Implemented Interfaces:
StringWrapperIterator, java.util.Iterator
Enclosing class:
CombinedStringDistanceLearner

protected class CombinedStringDistanceLearner.JthStringWrapperValueIterator
extends java.lang.Object
implements StringWrapperIterator

Iterate over the j-th field of MultiStringWrapper


Constructor Summary
CombinedStringDistanceLearner.JthStringWrapperValueIterator(int j, java.util.Iterator i)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 StringWrapper nextStringWrapper()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedStringDistanceLearner.JthStringWrapperValueIterator

public CombinedStringDistanceLearner.JthStringWrapperValueIterator(int j,
                                                                   java.util.Iterator i)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface StringWrapperIterator
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface StringWrapperIterator
Specified by:
next in interface java.util.Iterator

nextStringWrapper

public StringWrapper nextStringWrapper()
Specified by:
nextStringWrapper in interface StringWrapperIterator

remove

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