Class SortAlphabetically<T extends InputFromManager>

Type Parameters:
T - input-object type

public class SortAlphabetically<T extends InputFromManager> extends InputManagerUnary<T>
Sorts the input-items in alphabetical order of their input-name.
Author:
Owen Feehan