/* * These are the cutoffs for a curve. They are a collection of double values * for when one grade ends and another begins. * */ package Visual; import java.util.Collection; class Cutoffs { Collection cutoffs; }