public interface Ordered
| Modifier and Type | Field and Description | 
|---|---|
| static int | HIGHEST_PRECEDENCEConstant for the highest precedence value. | 
| static int | LOWEST_PRECEDENCEConstant 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