Source of
SortDisplayFactory.java
Structures and functions
1:
public interface SortDisplayFactory {
2:
SortDisplay makeSortDisplay(String name);
3:
}