Class GeneralUtils


  • public class GeneralUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneralUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> void quickSort​(java.util.List<T> list, int begin, int end, java.util.function.BiFunction<T,​T,​java.lang.Boolean> swapElementsFunction)  
      • Methods inherited from class java.lang.Object

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

      • GeneralUtils

        public GeneralUtils()
    • Method Detail

      • quickSort

        public static <T> void quickSort​(java.util.List<T> list,
                                         int begin,
                                         int end,
                                         java.util.function.BiFunction<T,​T,​java.lang.Boolean> swapElementsFunction)