Package il.ac.tau.cs.sw1.sortedset

Interface Summary
SortedIterator<T extends Comparable<T>> An iterator over a sorted collection.
SortedSet<T extends Comparable<T>> A Set that provides a total ordering on its elements.
 

Class Summary
BinaryOpSortedSet<T extends Comparable<T>>  
SimpleSortedSet A simple implementation of a sorted set.