public interface Ordered
Modifier and Type | Field and Description |
---|---|
static int |
HIGHEST_PRECEDENCE
Constant for the highest precedence value.
|
static int |
LOWEST_PRECEDENCE
Constant for the lowest precedence value.
|
Modifier and Type | Method and Description |
---|---|
default int |
getOrder() |
static final int HIGHEST_PRECEDENCE
Integer.MIN_VALUE
,
Constant Field Valuesstatic final int LOWEST_PRECEDENCE
Integer.MAX_VALUE
,
Constant Field Values