-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum Priority21 extends Enum<Priority21>
Smaller value, higher priority, keep consistent with PriorityQueue
Notice: can not use Int.MIN_VALUE as the highest priority value nor Int.MAX_VALUE as the lowest, choose another one