public class Priority
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INTMAXPRIORITY |
static int |
INTMINPRIORITY |
static Priority |
STDPRIORITY |
Constructor and Description |
---|
Priority(int priority) |
Priority(int leftPriority,
int rightPriority) |
Modifier and Type | Method and Description |
---|---|
int |
getLeftPriority() |
int |
getRightPriority() |
void |
setLeftPriority(int leftPriority) |
void |
setRightPriority(int rightPriority) |
public static final Priority STDPRIORITY
public static final int INTMINPRIORITY
public static final int INTMAXPRIORITY