public interface PriorityOrdered
PriorityOrdered is an interface that can be implemented by objects that
should be ordered.| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEFAULT_PRECEDENCE
Default priority
|
static int |
HIGHEST_PRECEDENCE
Useful constant for the highest precedence value.
|
static int |
LOWEST_PRECEDENCE
Useful constant for the lowest precedence value.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getPriority()
Get the order value of this object.
|
static final int HIGHEST_PRECEDENCE
Integer.MIN_VALUE,
常量字段值static final int LOWEST_PRECEDENCE
Integer.MAX_VALUE,
常量字段值static final int DEFAULT_PRECEDENCE
Copyright © 2018. All rights reserved.