|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Ordered
Classes implementing this interface signal to the classes that load them that order is significant.
| Field Summary | |
|---|---|
static Comparator<Object> |
ASCENDING_COMPARATOR
|
static int |
HIGHEST
The highest order, meaning that the value will be the last when ascending comparator is used. |
static int |
LOWEST
The highest order, meaning that the value will be the first when ascending comparator is used. |
static int |
MEDIUM
|
| Method Summary | |
|---|---|
int |
getOrder()
|
| Field Detail |
|---|
static final int HIGHEST
static final int MEDIUM
static final int LOWEST
static final Comparator<Object> ASCENDING_COMPARATOR
| Method Detail |
|---|
int getOrder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||