package grader.Main;


import java.util.Collection;

/**
 *
 *  Sort students by the scores of the given item. The highest score on top. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class ItemSort {

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

     }

}