il.ac.tau.cs.sw1.sortedset
Interface SortedIterator<T extends java.lang.Comparable<T>>

All Superinterfaces:
java.util.Iterator<T>

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

An iterator over a sorted collection. The iterator will traverse the elements in ascending element order. All elements in the collection must implement the Comparable interface.

See Also:
Iterator, Comparable

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