org.hypergraphdb.peer
Class Subgraph.SubgraphIterator

java.lang.Object
  extended by org.hypergraphdb.peer.Subgraph.SubgraphIterator
All Implemented Interfaces:
java.util.Iterator<Pair<HGPersistentHandle,java.lang.Object>>
Enclosing class:
Subgraph

public class Subgraph.SubgraphIterator
extends java.lang.Object
implements java.util.Iterator<Pair<HGPersistentHandle,java.lang.Object>>


Constructor Summary
Subgraph.SubgraphIterator()
           
 
Method Summary
 boolean hasNext()
           
 Pair<HGPersistentHandle,java.lang.Object> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subgraph.SubgraphIterator

public Subgraph.SubgraphIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Pair<HGPersistentHandle,java.lang.Object>>

next

public Pair<HGPersistentHandle,java.lang.Object> next()
Specified by:
next in interface java.util.Iterator<Pair<HGPersistentHandle,java.lang.Object>>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Pair<HGPersistentHandle,java.lang.Object>>