Uses of Interface
il.ac.tau.cs.software1.set.SortedIterator

Uses of SortedIterator in il.ac.tau.cs.software1.set
 

Methods in il.ac.tau.cs.software1.set that return SortedIterator
 SortedIterator<T> SortedSet.iterator()
          Returns an iterator over the elements of this set.
 SortedIterator<java.lang.Integer> SimpleSortedSet.iterator()