com.ebay.erl.mobius.core.datajoin
Class DataJoinValueGroup.InternalIterator

java.lang.Object
  extended by com.ebay.erl.mobius.core.datajoin.DataJoinValueGroup.InternalIterator
All Implemented Interfaces:
java.util.Iterator<IV>
Enclosing class:
DataJoinValueGroup<IV extends org.apache.hadoop.io.WritableComparable>

public class DataJoinValueGroup.InternalIterator
extends java.lang.Object
implements java.util.Iterator<IV>


Constructor Summary
DataJoinValueGroup.InternalIterator(java.lang.String datasetID)
           
 
Method Summary
 boolean hasNext()
           
 IV next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataJoinValueGroup.InternalIterator

public DataJoinValueGroup.InternalIterator(java.lang.String datasetID)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<IV extends org.apache.hadoop.io.WritableComparable>

next

public IV next()
Specified by:
next in interface java.util.Iterator<IV extends org.apache.hadoop.io.WritableComparable>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<IV extends org.apache.hadoop.io.WritableComparable>