Uses of Interface
il.ac.tau.cs.sw1.sortedset.SortedIterator

Uses of SortedIterator in il.ac.tau.cs.sw1.sortedset
 

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