public interface PriorityOrdered
PriorityOrdered is an interface that can be implemented by objects that
should be ordered.| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Get the order value of this object.
|
static final int HIGHEST_PRECEDENCE
Integer.MIN_VALUE,
Constant Field Valuesstatic final int LOWEST_PRECEDENCE
Integer.MAX_VALUE,
Constant Field Valuesstatic final int DEFAULT_PRECEDENCE
Copyright © 2024. All rights reserved.