public interface Ordered
Collection.| Modifier and Type | Field and Description |
|---|---|
static int |
HIGHEST
The highest precedence
|
static int |
LOWEST
The lowest precedence
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
Gets the order.
|
static final int HIGHEST
static final int LOWEST
int getOrder()
Integer.MAX_VALUE or eg LOWEST.Apache Camel