package grader.Main;


import java.util.Collection;

/**
 *
 *  Sort students by last name with the last name that comes first alphabetically at the top. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class LastName {

     /** Default Constructor **/
     public LastName() {

     }

}