Package 

Enum Priority5

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Priority5
    extends Enum<Priority5>
                        

    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