org.jrdf.util
Interface SortedIterator<Triple>

All Superinterfaces:
ClosableIterator<Triple>, Iterator<Triple>

public interface SortedIterator<Triple>
extends ClosableIterator<Triple>

A closable iterator that is sorted.

Version:
$Id: SortedIterator.java 1045 2007-01-05 04:56:09Z newmana $
Author:
Andrew Newman

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