org.jrdf.graph.local.iterator
Interface ClosableLocalIterator<Triple>

All Superinterfaces:
ClosableIterator<Triple>, Iterator<Triple>
All Known Implementing Classes:
GraphIterator, OneFixedIterator, ThreeFixedIterator, TripleClosableIterator, TwoFixedIterator

public interface ClosableLocalIterator<Triple>
extends ClosableIterator<Triple>

An iterator that allows you to determine if an iterator comes from the in memory graph.

Version:
$Revision: 1881 $
Author:
Andrew Newman

Method Summary
 
Methods inherited from interface org.jrdf.util.ClosableIterator
close
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove