il.ac.tau.cs.software1.set
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 collection. The iterator will traverse the elements in ascending element order. All elements in the collection must implement the Comparable interface.

See Also:
Iterator

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