Class SortFactory
java.lang.Object
|
+--SortFactory
- public class SortFactory
- extends Object
Creates sort algorithms for use in the sort analyzer.
Method Summary |
static void |
addSorts(SortAnalyzer anAnalyzer)
Adds sort algorithms to the given analyzer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortFactory
public SortFactory()
addSorts
public static void addSorts(SortAnalyzer anAnalyzer)
- Adds sort algorithms to the given analyzer.
- Parameters:
anAnalyzer
- analyzer to receive algorithms