Interface MatrixComparatorProvider<T>

  • All Superinterfaces:
    java.io.Serializable

    public interface MatrixComparatorProvider<T>
    extends java.io.Serializable
    A comparator provider to provide a sets of column comparator that are used for Biglistbox
    Author:
    jumperchen
    • Method Detail

      • getColumnComparator

        java.util.Comparator<T> getColumnComparator​(int columnIndex)
        Returns the specified comparator from the given column index.
        Parameters:
        columnIndex -