Interface IListheaderCtrl


  • public interface IListheaderCtrl
    An addition interface to IListheader that is used for implementation or tools.
    Author:
    katherine
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static IListheader from​(Listheader instance)  
      static java.util.Comparator<?> toComparator​(java.lang.String clsnm)  
    • Method Detail

      • toComparator

        static java.util.Comparator<?> toComparator​(java.lang.String clsnm)
                                             throws java.lang.ClassNotFoundException,
                                                    java.lang.InstantiationException,
                                                    java.lang.IllegalAccessException
        Throws:
        java.lang.ClassNotFoundException
        java.lang.InstantiationException
        java.lang.IllegalAccessException