org.jrdf.graph.local.index.longindex.sesame
Class EntryIterator

java.lang.Object
  extended by org.jrdf.graph.local.index.longindex.sesame.EntryIterator
All Implemented Interfaces:
Iterator<Map.Entry<Long,Map<Long,Set<Long>>>>

public class EntryIterator
extends Object
implements Iterator<Map.Entry<Long,Map<Long,Set<Long>>>>


Constructor Summary
EntryIterator(BTreeIterator newIterator)
           
 
Method Summary
 boolean hasNext()
           
 Map.Entry<Long,Map<Long,Set<Long>>> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryIterator

public EntryIterator(BTreeIterator newIterator)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Map.Entry<Long,Map<Long,Set<Long>>>>

next

public Map.Entry<Long,Map<Long,Set<Long>>> next()
Specified by:
next in interface Iterator<Map.Entry<Long,Map<Long,Set<Long>>>>

remove

public void remove()
Specified by:
remove in interface Iterator<Map.Entry<Long,Map<Long,Set<Long>>>>