- 所有超级接口:
Comparable<Prioritized>
Prioritized interface can be implemented by objects that
should be sorted, for example the tasks in executable queue.
- 作者:
- lingyi
-
字段概要
字段
static final int
static final int
static final int
-
-
字段详细资料
-
-
MAX_PRIORITY
static final int MAX_PRIORITY
The maximum priority
- 另请参阅:
-
-
MIN_PRIORITY
static final int MIN_PRIORITY
The minimum priority
- 另请参阅:
-
-
NORMAL_PRIORITY
static final int NORMAL_PRIORITY
Normal Priority
- 另请参阅:
-
-
方法详细资料
-
getPriority
default int getPriority()
Get the priority
- 返回:
- the default is
minimum one
-