com.intel.hadoop.graphbuilder.graph.glgraph
Class EdgeList.EdgeIterator

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.graph.glgraph.EdgeList.EdgeIterator
All Implemented Interfaces:
java.util.Iterator<EdgeType>
Enclosing class:
EdgeList

public class EdgeList.EdgeIterator
extends java.lang.Object
implements java.util.Iterator<EdgeType>

This iterator iterates lazily over the EdgeList.

Author:
Haijie Gu

Method Summary
 boolean hasNext()
           
 EdgeType next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

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

next

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

remove

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