sortedwaytype-ag凯发旗舰厅



com.spire.xls
enum sortedwaytype

java.lang.object
  extended by java.lang.enum<sortedwaytype>
      extended by com.spire.xls.sortedwaytype
all implemented interfaces:
java.lang.comparable<sortedwaytype>

public enum sortedwaytype
extends java.lang.enum<sortedwaytype>

represents the algorithm to sort.


enum constant summary
heapsort
          represents the heap sort rule.
insertionsort
          represents the insertion sort rule.
quicksort
          represents the quick sort rule.
 
enum constant detail

quicksort

public static final sortedwaytype quicksort
represents the quick sort rule.

heapsort

public static final sortedwaytype heapsort
represents the heap sort rule.

insertionsort

public static final sortedwaytype insertionsort
represents the insertion sort rule.


网站地图