-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum Priority13 extends Enum<Priority13>
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPriority13.Companion
-