Interface SortedIterator<T>

All Superinterfaces:
java.util.Iterator<T>

public interface SortedIterator<T>
extends java.util.Iterator<T>

A tag interface for iterators providing elements in ascending order


Method Summary
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove