public interface Ordered
| Modifier and Type | Field and Description |
|---|---|
static int |
HIGH
Represents high order.
|
static int |
HIGHEST
Represents highest order.
|
static int |
LOW
Represents low order.
|
static int |
LOWEST
Represents lowest order.
|
static int |
NORMAL
Represents normal order.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
order()
Returns the order.
|
static final int LOWEST
static final int LOW
static final int NORMAL
static final int HIGH
static final int HIGHEST
Copyright © 2018. All Rights Reserved.