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
private final Integer
value
private final String
name
ordinal
LOWEST
LOWER
NORMAL
HIGHER
HIGHEST
final Integer
getValue()
final String
getName()
getOrdinal()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getValue()
final String getName()
final Integer getOrdinal()