Class DefaultSortedMatrixMaker

  • All Implemented Interfaces:
    SortedMatrixMaker

    public class DefaultSortedMatrixMaker
    extends Object
    implements SortedMatrixMaker
    The DefaultSortedMatrixMaker is a SortedMatrixMaker that works on the generic RowsAndColumns interface.

    It does not validate that things are sorted, it just assumes that they must be. As such, behavior are undefined when running on top of a RowsAndColumns that is not actually sorted by the columns passed into make(java.util.List<java.lang.String>)