org.jrdf.graph.local.index.longindex.sesame
Class EntryIterator
java.lang.Object
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>>>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryIterator
public EntryIterator(BTreeIterator newIterator)
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>>>>