Class SSortUtil


  • public class SSortUtil
    extends java.lang.Object
    Author:
    Sokkheang.huo
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ORDER_ASC  
      static int ORDER_DESC  
    • Constructor Summary

      Constructors 
      Constructor Description
      SSortUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void sort​(SList target, java.lang.Object key)  
      static void sort​(SList target, java.lang.Object key, int order)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSortUtil

        public SSortUtil()
    • Method Detail

      • sort

        public static void sort​(SList target,
                                java.lang.Object key)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • sort

        public static void sort​(SList target,
                                java.lang.Object key,
                                int order)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception