Class SortAnalyzer
java.lang.Object
|
+--DisplayPanel
|
+--SortAnalyzer
- public class SortAnalyzer
- extends DisplayPanel
Graphical interface for testing sort algorithms in a real-world setting.
- See Also:
- Serialized Form
Constructor Summary |
SortAnalyzer()
Constructs a new sort analyzer. |
Method Summary |
void |
add(ISort anISort)
Adds the given sort algorithm to analyze to this. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortAnalyzer
public SortAnalyzer()
- Constructs a new sort analyzer.
add
public void add(ISort anISort)
- Adds the given sort algorithm to analyze to this.
- Parameters:
anISort
- sort algorithm to add